dap-design-system 0.38.0 → 0.38.2
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/dds.d.ts +2 -4
- package/dist/dds.js +998 -997
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +290 -289
- package/dist/manifest/vscode.html-custom-data.json +173 -178
- package/dist/manifest/web-types.json +309 -318
- package/dist/react-types.ts +9 -9
- package/dist/react.d.ts +183 -184
- package/dist/react.js +202 -202
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/dds.d.ts
CHANGED
|
@@ -1336,6 +1336,7 @@ export declare class DapDSBreadcrumb extends DdsElement {
|
|
|
1336
1336
|
* @cssproperty --dds-breadcrumb-item-align-items - The align-items property of the breadcrumb item. Default is center.
|
|
1337
1337
|
* @cssproperty --dds-breadcrumb-item-color - The text color of the breadcrumb item. Default is the design system's text-neutral-base.
|
|
1338
1338
|
* @cssproperty --dds-breadcrumb-item-transition - The transition property for the breadcrumb item. Default is 'all 0.2s ease-in-out'.
|
|
1339
|
+
* @cssproperty --dds-breadcrumb-item-gap - The gap between the breadcrumb item and the separator. Default is the design system's spacing-200.
|
|
1339
1340
|
*
|
|
1340
1341
|
* @cssproperty --dds-breadcrumb-item-padding - The padding of the breadcrumb item. Default is the design system's spacing-200.
|
|
1341
1342
|
* @cssproperty --dds-breadcrumb-item-font-size - The font size of the breadcrumb item. Default is the design system's font-sm.
|
|
@@ -3041,10 +3042,6 @@ export declare class DapDSDivider extends DdsElement {
|
|
|
3041
3042
|
* @type { 0 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 1000 | 1200 | 1400 | 1600 | 1800 | 2000 | 2400 | 3000 | 4000 | 5000 | 6000 }
|
|
3042
3043
|
*/
|
|
3043
3044
|
spacing: Spacing;
|
|
3044
|
-
/** Whether the divider is inverted color
|
|
3045
|
-
* @deprecated
|
|
3046
|
-
*/
|
|
3047
|
-
inverted: boolean;
|
|
3048
3045
|
/** The variant of the divider
|
|
3049
3046
|
* @type {'normal' | 'inverted'}
|
|
3050
3047
|
*/
|
|
@@ -4233,6 +4230,7 @@ export declare class DapDSNumberInput extends InputBaseElement {
|
|
|
4233
4230
|
allowDecimal: string;
|
|
4234
4231
|
hideControls: boolean;
|
|
4235
4232
|
private formattedValue;
|
|
4233
|
+
get _thousandSeparator(): string;
|
|
4236
4234
|
firstUpdated(): void;
|
|
4237
4235
|
private handleKeydown;
|
|
4238
4236
|
private getMaskedValue;
|