dap-design-system 0.52.6 → 0.52.7
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/common/types.d.ts +1 -1
- package/dist/components/feedback/feedback.component.d.ts +1 -1
- package/dist/{components-BzxEBN-h.js → components-jbzz2Xo_.js} +7 -7
- package/dist/components-jbzz2Xo_.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +82 -80
- package/dist/manifest/vscode.html-custom-data.json +55 -55
- package/dist/manifest/web-types.json +79 -74
- package/dist/react/dap-ds-feedback/index.d.ts +1 -1
- package/dist/react/index.d.ts +4 -4
- package/dist/react-types.ts +4 -4
- package/dist/react.js +60 -60
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-BzxEBN-h.js.map +0 -1
package/dist/common/types.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export type LinkVariant = 'brand' | 'inverted' | 'neutral' | 'warning';
|
|
|
11
11
|
export type ListItemVariant = 'empty' | 'fail' | 'info' | 'notapplicable' | 'number' | 'pass';
|
|
12
12
|
export type ListItemStatus = 'brand' | 'negative' | 'neutral' | 'positive';
|
|
13
13
|
export type InputStatus = 'error' | 'success';
|
|
14
|
-
export type InputTypes = 'button' | 'color' | 'email' | 'file' | 'hidden' | 'number' | 'password' | 'reset' | 'submit' | 'text' | 'time' | 'url';
|
|
14
|
+
export type InputTypes = 'button' | 'color' | 'email' | 'file' | 'hidden' | 'number' | 'password' | 'reset' | 'submit' | 'text' | 'time' | 'url' | 'tel';
|
|
15
15
|
export type Placement = 'bottom' | 'center' | 'left' | 'right' | 'top';
|
|
16
16
|
export type LabelPlacement = Extract<Placement, 'left' | 'right'>;
|
|
17
17
|
export type DescriptionPlacement = Extract<Placement, 'bottom' | 'top'>;
|
|
@@ -14,7 +14,7 @@ declare const DapDSFeedback_base: typeof DdsElement & {
|
|
|
14
14
|
*
|
|
15
15
|
* @property {string} feedback - The feedback message.
|
|
16
16
|
* @property {'xs' | 'sm' | 'lg'} feedbackSize - The size of the feedback. Default is `sm`.
|
|
17
|
-
* @property {'negative' | 'positive' | 'warning'}
|
|
17
|
+
* @property {'negative' | 'positive' | 'warning'} feedbackType - The type of the feedback.
|
|
18
18
|
* @property {boolean} feedbackSubtle - The weight of the feedback.
|
|
19
19
|
* @property {boolean} feedbackNoMargin - Removes the margins around the feedback.
|
|
20
20
|
* @property {string} feedbackId - The id of the feedback.
|
|
@@ -2859,7 +2859,7 @@ const dt = (ei = class extends M {
|
|
|
2859
2859
|
i.preventDefault();
|
|
2860
2860
|
return;
|
|
2861
2861
|
}
|
|
2862
|
-
|
|
2862
|
+
this.toggle();
|
|
2863
2863
|
}, ei.nextId++;
|
|
2864
2864
|
const t = typeof crypto != "undefined" && crypto.randomUUID ? crypto.randomUUID().slice(0, 8) : Date.now().toString(36);
|
|
2865
2865
|
this.accordionId = `accordion-${ei.nextId}-${t}`, this.buttonId = `${this.accordionId}-button`, this.contentId = `${this.accordionId}-content`;
|
|
@@ -20581,8 +20581,8 @@ export {
|
|
|
20581
20581
|
xi as U,
|
|
20582
20582
|
Qe as V,
|
|
20583
20583
|
Ht as W,
|
|
20584
|
-
|
|
20585
|
-
|
|
20584
|
+
To as X,
|
|
20585
|
+
Ta as Y,
|
|
20586
20586
|
et as Z,
|
|
20587
20587
|
Fe as _,
|
|
20588
20588
|
Xi as a,
|
|
@@ -20630,9 +20630,9 @@ export {
|
|
|
20630
20630
|
Et as ax,
|
|
20631
20631
|
Ar as ay,
|
|
20632
20632
|
ki as az,
|
|
20633
|
-
|
|
20634
|
-
|
|
20635
|
-
|
|
20633
|
+
Oa as b,
|
|
20634
|
+
Te as c,
|
|
20635
|
+
Ct as d,
|
|
20636
20636
|
Ii as e,
|
|
20637
20637
|
Ft as f,
|
|
20638
20638
|
gi as g,
|
|
@@ -20656,4 +20656,4 @@ export {
|
|
|
20656
20656
|
Xe as y,
|
|
20657
20657
|
vi as z
|
|
20658
20658
|
};
|
|
20659
|
-
//# sourceMappingURL=components-
|
|
20659
|
+
//# sourceMappingURL=components-jbzz2Xo_.js.map
|