@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260427052110 → 0.8.1-dev.20260428094243

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
@@ -133,6 +133,7 @@ declare const InputControlType: {
133
133
  moneyInput: string;
134
134
  select: string;
135
135
  percentageInput: string;
136
+ asset: string;
136
137
  phoneInput: string;
137
138
  numberInput: string;
138
139
  checkboxInput: string;
package/dist/index.d.ts CHANGED
@@ -133,6 +133,7 @@ declare const InputControlType: {
133
133
  moneyInput: string;
134
134
  select: string;
135
135
  percentageInput: string;
136
+ asset: string;
136
137
  phoneInput: string;
137
138
  numberInput: string;
138
139
  checkboxInput: string;