@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260724091901 → 0.8.1-dev.20260725061513

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/index.d.mts CHANGED
@@ -257,6 +257,8 @@ declare const ColorInput: React__default.FC<InputControlProps>;
257
257
 
258
258
  declare const BooleanSelect: React__default.FC<InputControlProps>;
259
259
 
260
+ declare const Select: React__default.FC<InputControlProps>;
261
+
260
262
  declare const EmailInput: React__default.FC<InputControlProps>;
261
263
 
262
264
  declare const TimeInput: React__default.FC<InputControlProps>;
@@ -464,4 +466,4 @@ interface DataFormRendererProps {
464
466
  }
465
467
  declare const DataFormRenderer: ({ formDefinition, dataItem, params, tabs, apiBaseUrl, session, widgetProps, onSave, onDelete, onCancelAdd, isAddPage, entityId, }: DataFormRendererProps) => React.JSX.Element | null;
466
468
 
467
- export { type ActionResponse$1 as ActionResponse, BooleanSelect, Button, CheckboxInput, ColorInput, DataFormRenderer, DataList, DataListRenderer, DateInput, DateTimeInput, EmailInput, EnterAnimationHydrator, InputControl, type InputControlProps, InputControlType, LineTextInput, MoneyInput, MultilineTextInput, NavigationTabsV2, NumberInput, OtpInput, PageBodyRenderer, PercentageInput, PhoneInput, RadioInput, StyleTypes, Switcher, TimeInput, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
469
+ export { type ActionResponse$1 as ActionResponse, BooleanSelect, Button, CheckboxInput, ColorInput, DataFormRenderer, DataList, DataListRenderer, DateInput, DateTimeInput, EmailInput, EnterAnimationHydrator, InputControl, type InputControlProps, InputControlType, LineTextInput, MoneyInput, MultilineTextInput, NavigationTabsV2, NumberInput, OtpInput, PageBodyRenderer, PercentageInput, PhoneInput, RadioInput, Select, StyleTypes, Switcher, TimeInput, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
package/dist/index.d.ts CHANGED
@@ -257,6 +257,8 @@ declare const ColorInput: React__default.FC<InputControlProps>;
257
257
 
258
258
  declare const BooleanSelect: React__default.FC<InputControlProps>;
259
259
 
260
+ declare const Select: React__default.FC<InputControlProps>;
261
+
260
262
  declare const EmailInput: React__default.FC<InputControlProps>;
261
263
 
262
264
  declare const TimeInput: React__default.FC<InputControlProps>;
@@ -464,4 +466,4 @@ interface DataFormRendererProps {
464
466
  }
465
467
  declare const DataFormRenderer: ({ formDefinition, dataItem, params, tabs, apiBaseUrl, session, widgetProps, onSave, onDelete, onCancelAdd, isAddPage, entityId, }: DataFormRendererProps) => React.JSX.Element | null;
466
468
 
467
- export { type ActionResponse$1 as ActionResponse, BooleanSelect, Button, CheckboxInput, ColorInput, DataFormRenderer, DataList, DataListRenderer, DateInput, DateTimeInput, EmailInput, EnterAnimationHydrator, InputControl, type InputControlProps, InputControlType, LineTextInput, MoneyInput, MultilineTextInput, NavigationTabsV2, NumberInput, OtpInput, PageBodyRenderer, PercentageInput, PhoneInput, RadioInput, StyleTypes, Switcher, TimeInput, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
469
+ export { type ActionResponse$1 as ActionResponse, BooleanSelect, Button, CheckboxInput, ColorInput, DataFormRenderer, DataList, DataListRenderer, DateInput, DateTimeInput, EmailInput, EnterAnimationHydrator, InputControl, type InputControlProps, InputControlType, LineTextInput, MoneyInput, MultilineTextInput, NavigationTabsV2, NumberInput, OtpInput, PageBodyRenderer, PercentageInput, PhoneInput, RadioInput, Select, StyleTypes, Switcher, TimeInput, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
package/dist/index.js CHANGED
@@ -4634,6 +4634,7 @@ __export(index_exports, {
4634
4634
  PercentageInput: () => PercentageInput_default,
4635
4635
  PhoneInput: () => PhoneInput_default,
4636
4636
  RadioInput: () => RadioInput_default,
4637
+ Select: () => Select_default,
4637
4638
  Switcher: () => Switcher_default,
4638
4639
  TimeInput: () => TimeInput_default,
4639
4640
  Toast: () => Toast_default,
@@ -7513,6 +7514,7 @@ init_OtpInput();
7513
7514
  init_DateTimeInput();
7514
7515
  init_ColorInput();
7515
7516
  init_BooleanSelect();
7517
+ init_Select();
7516
7518
  init_EmailInput();
7517
7519
  init_TimeInput();
7518
7520
  init_DateInput();
@@ -8949,6 +8951,7 @@ var DataFormRenderer_default = DataFormRenderer;
8949
8951
  PercentageInput,
8950
8952
  PhoneInput,
8951
8953
  RadioInput,
8954
+ Select,
8952
8955
  Switcher,
8953
8956
  TimeInput,
8954
8957
  Toast,
package/dist/index.mjs CHANGED
@@ -20,9 +20,10 @@ import {
20
20
  PhoneInput_default,
21
21
  RadioInput_default,
22
22
  SelectWithSearchInput_default,
23
+ Select_default,
23
24
  Switcher_default,
24
25
  TimeInput_default
25
- } from "./chunk-6F7QBX3H.mjs";
26
+ } from "./chunk-6GS7N4EV.mjs";
26
27
  import {
27
28
  Constants,
28
29
  Hyperlink,
@@ -412,7 +413,7 @@ var ViewControl_default = ViewControl;
412
413
 
413
414
  // src/components/controls/edit/InputControl.tsx
414
415
  import dynamic4 from "next/dynamic";
415
- var InputControl = dynamic4(() => import("./InputControlClient-YOSLWB3V.mjs"), {
416
+ var InputControl = dynamic4(() => import("./InputControlClient-IKTP3566.mjs"), {
416
417
  ssr: false
417
418
  });
418
419
  var InputControl_default = InputControl;
@@ -4284,6 +4285,7 @@ export {
4284
4285
  PercentageInput_default as PercentageInput,
4285
4286
  PhoneInput_default as PhoneInput,
4286
4287
  RadioInput_default as RadioInput,
4288
+ Select_default as Select,
4287
4289
  Switcher_default as Switcher,
4288
4290
  TimeInput_default as TimeInput,
4289
4291
  Toast_default as Toast,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clyrex-digital/clyrex-controls-dev",
3
- "version": "0.8.1-dev.20260724091901",
3
+ "version": "0.8.1-dev.20260725061513",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",