@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260423090220 → 0.8.1-dev.20260423095249

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.
@@ -3,7 +3,7 @@ import {
3
3
  Button_default,
4
4
  ServiceClient_default,
5
5
  ToastService_default
6
- } from "./chunk-TYBRP6MP.mjs";
6
+ } from "./chunk-7XWLHQXT.mjs";
7
7
 
8
8
  // src/components/pageRenderingEngine/nodes/LinkNodeButton.tsx
9
9
  import { useCallback, useState } from "react";
@@ -37,8 +37,14 @@ import React3, { useState as useState2 } from "react";
37
37
 
38
38
  // src/components/StyleTypes.tsx
39
39
  var buttonClasses = /* @__PURE__ */ new Map([
40
- ["Primary" /* Solid */, "btn-solid"],
41
- ["PrimaryHollow" /* Hollow */, "btn-hollow"],
40
+ [
41
+ "Primary" /* Solid */,
42
+ "btn-solid relative inline-flex items-center justify-center rounded px-4 py-3 lg:py-2 font-medium shadow-sm hover:shadow-lg focus:outline-none active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed transition duration-150 ease-in-out"
43
+ ],
44
+ [
45
+ "PrimaryHollow" /* Hollow */,
46
+ "btn-hollow inline-flex font-medium items-center justify-center px-4 py-3 lg:py-2 rounded hover:shadow-md focus:outline-none transition duration-150 ease-in-out active:scale-95"
47
+ ],
42
48
  ["Link" /* Link */, "btn-link"]
43
49
  ]);
44
50
  var progressClasses = /* @__PURE__ */ new Map([
package/dist/index.d.mts CHANGED
@@ -288,11 +288,12 @@ interface DataListRendererProps {
288
288
  apiBaseUrl: string;
289
289
  session: any;
290
290
  params: Record<string, any>;
291
+ tabs: any;
291
292
  query: Record<string, any>;
292
293
  path: string;
293
294
  widgetProps?: any;
294
295
  }
295
- declare const DataListRenderer: ({ formDefinition, apiBaseUrl, session, params, query, path, widgetProps, }: DataListRendererProps) => react_jsx_runtime.JSX.Element;
296
+ declare const DataListRenderer: ({ formDefinition, apiBaseUrl, session, params, tabs, query, path, widgetProps, }: DataListRendererProps) => react_jsx_runtime.JSX.Element;
296
297
 
297
298
  interface Session {
298
299
  cid: string;
package/dist/index.d.ts CHANGED
@@ -288,11 +288,12 @@ interface DataListRendererProps {
288
288
  apiBaseUrl: string;
289
289
  session: any;
290
290
  params: Record<string, any>;
291
+ tabs: any;
291
292
  query: Record<string, any>;
292
293
  path: string;
293
294
  widgetProps?: any;
294
295
  }
295
- declare const DataListRenderer: ({ formDefinition, apiBaseUrl, session, params, query, path, widgetProps, }: DataListRendererProps) => react_jsx_runtime.JSX.Element;
296
+ declare const DataListRenderer: ({ formDefinition, apiBaseUrl, session, params, tabs, query, path, widgetProps, }: DataListRendererProps) => react_jsx_runtime.JSX.Element;
296
297
 
297
298
  interface Session {
298
299
  cid: string;