@jsekulowicz/ds-components 0.1.0 → 0.2.0
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/custom-elements.json +538 -18
- package/dist/atoms/breadcrumb/breadcrumb-item.styles.js +2 -2
- package/dist/atoms/button/button.styles.d.ts.map +1 -1
- package/dist/atoms/button/button.styles.js +1 -3
- package/dist/atoms/button/button.styles.js.map +1 -1
- package/dist/atoms/divider/define.d.ts +7 -0
- package/dist/atoms/divider/define.d.ts.map +1 -0
- package/dist/atoms/divider/define.js +5 -0
- package/dist/atoms/divider/define.js.map +1 -0
- package/dist/atoms/divider/divider.d.ts +14 -0
- package/dist/atoms/divider/divider.d.ts.map +1 -0
- package/dist/atoms/divider/divider.js +30 -0
- package/dist/atoms/divider/divider.js.map +1 -0
- package/dist/atoms/divider/divider.styles.d.ts +2 -0
- package/dist/atoms/divider/divider.styles.d.ts.map +1 -0
- package/dist/atoms/divider/divider.styles.js +26 -0
- package/dist/atoms/divider/divider.styles.js.map +1 -0
- package/dist/atoms/divider/index.d.ts +2 -0
- package/dist/atoms/divider/index.d.ts.map +1 -0
- package/dist/atoms/divider/index.js +2 -0
- package/dist/atoms/divider/index.js.map +1 -0
- package/dist/atoms/icon/icons/eye-slash.d.ts +2 -0
- package/dist/atoms/icon/icons/eye-slash.d.ts.map +1 -0
- package/dist/atoms/icon/icons/eye-slash.js +4 -0
- package/dist/atoms/icon/icons/eye-slash.js.map +1 -0
- package/dist/atoms/icon/icons/eye.d.ts +2 -0
- package/dist/atoms/icon/icons/eye.d.ts.map +1 -0
- package/dist/atoms/icon/icons/eye.js +4 -0
- package/dist/atoms/icon/icons/eye.js.map +1 -0
- package/dist/atoms/icon/icons/moon.d.ts +2 -0
- package/dist/atoms/icon/icons/moon.d.ts.map +1 -0
- package/dist/atoms/icon/icons/moon.js +4 -0
- package/dist/atoms/icon/icons/moon.js.map +1 -0
- package/dist/atoms/icon/icons/plus.d.ts +2 -0
- package/dist/atoms/icon/icons/plus.d.ts.map +1 -0
- package/dist/atoms/icon/icons/plus.js +4 -0
- package/dist/atoms/icon/icons/plus.js.map +1 -0
- package/dist/atoms/icon/icons/sun.d.ts +2 -0
- package/dist/atoms/icon/icons/sun.d.ts.map +1 -0
- package/dist/atoms/icon/icons/sun.js +4 -0
- package/dist/atoms/icon/icons/sun.js.map +1 -0
- package/dist/atoms/list/define.d.ts +9 -0
- package/dist/atoms/list/define.d.ts.map +1 -0
- package/dist/atoms/list/define.js +9 -0
- package/dist/atoms/list/define.js.map +1 -0
- package/dist/atoms/list/index.d.ts +3 -0
- package/dist/atoms/list/index.d.ts.map +1 -0
- package/dist/atoms/list/index.js +3 -0
- package/dist/atoms/list/index.js.map +1 -0
- package/dist/atoms/list/list-item.d.ts +17 -0
- package/dist/atoms/list/list-item.d.ts.map +1 -0
- package/dist/atoms/list/list-item.js +62 -0
- package/dist/atoms/list/list-item.js.map +1 -0
- package/dist/atoms/list/list-item.styles.d.ts +2 -0
- package/dist/atoms/list/list-item.styles.d.ts.map +1 -0
- package/dist/atoms/list/list-item.styles.js +34 -0
- package/dist/atoms/list/list-item.styles.js.map +1 -0
- package/dist/atoms/list/list.d.ts +18 -0
- package/dist/atoms/list/list.d.ts.map +1 -0
- package/dist/atoms/list/list.js +35 -0
- package/dist/atoms/list/list.js.map +1 -0
- package/dist/atoms/list/list.styles.d.ts +2 -0
- package/dist/atoms/list/list.styles.d.ts.map +1 -0
- package/dist/atoms/list/list.styles.js +22 -0
- package/dist/atoms/list/list.styles.js.map +1 -0
- package/dist/atoms/table/table-pagination.styles.d.ts.map +1 -1
- package/dist/atoms/table/table-pagination.styles.js +2 -1
- package/dist/atoms/table/table-pagination.styles.js.map +1 -1
- package/dist/atoms/tooltip/tooltip.d.ts +1 -0
- package/dist/atoms/tooltip/tooltip.d.ts.map +1 -1
- package/dist/atoms/tooltip/tooltip.js +4 -0
- package/dist/atoms/tooltip/tooltip.js.map +1 -1
- package/dist/atoms/tooltip/tooltip.styles.d.ts.map +1 -1
- package/dist/atoms/tooltip/tooltip.styles.js +8 -0
- package/dist/atoms/tooltip/tooltip.styles.js.map +1 -1
- package/dist/define.d.ts +2 -0
- package/dist/define.d.ts.map +1 -1
- package/dist/define.js +2 -0
- package/dist/define.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/molecules/card/card.d.ts +3 -0
- package/dist/molecules/card/card.d.ts.map +1 -1
- package/dist/molecules/card/card.js +46 -8
- package/dist/molecules/card/card.js.map +1 -1
- package/dist/molecules/card/card.styles.js +1 -1
- package/dist/organisms/footer/footer.styles.js +1 -1
- package/dist/templates/page-shell/page-shell.d.ts +4 -1
- package/dist/templates/page-shell/page-shell.d.ts.map +1 -1
- package/dist/templates/page-shell/page-shell.js +60 -15
- package/dist/templates/page-shell/page-shell.js.map +1 -1
- package/dist/templates/page-shell/page-shell.styles.d.ts.map +1 -1
- package/dist/templates/page-shell/page-shell.styles.js +13 -6
- package/dist/templates/page-shell/page-shell.styles.js.map +1 -1
- package/package.json +37 -3
|
@@ -14,7 +14,7 @@ export const breadcrumbItemStyles = css `
|
|
|
14
14
|
gap: var(--ds-space-1);
|
|
15
15
|
color: var(--ds-color-fg-muted);
|
|
16
16
|
text-decoration: none;
|
|
17
|
-
padding: var(--ds-space-1)
|
|
17
|
+
padding: var(--ds-space-1) 0;
|
|
18
18
|
border-radius: var(--ds-radius-sm);
|
|
19
19
|
transition: color var(--ds-duration-fast) var(--ds-easing-standard);
|
|
20
20
|
}
|
|
@@ -33,7 +33,7 @@ export const breadcrumbItemStyles = css `
|
|
|
33
33
|
gap: var(--ds-space-1);
|
|
34
34
|
color: var(--ds-color-fg);
|
|
35
35
|
font-weight: var(--ds-font-weight-medium);
|
|
36
|
-
padding: var(--ds-space-1)
|
|
36
|
+
padding: var(--ds-space-1) 0;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.separator {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/button/button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/button/button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yBAoGxB,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const buttonStyles = css `
|
|
|
9
9
|
align-items: center;
|
|
10
10
|
justify-content: center;
|
|
11
11
|
gap: var(--ds-space-1);
|
|
12
|
-
padding: 0 var(--ds-space-
|
|
12
|
+
padding: 0 var(--ds-space-2);
|
|
13
13
|
height: var(--ds-size-md);
|
|
14
14
|
min-width: var(--ds-size-md);
|
|
15
15
|
border-radius: var(--ds-radius-sm);
|
|
@@ -86,12 +86,10 @@ export const buttonStyles = css `
|
|
|
86
86
|
}
|
|
87
87
|
:host([size='sm']) .btn {
|
|
88
88
|
height: var(--ds-size-sm);
|
|
89
|
-
padding: 0 var(--ds-space-4);
|
|
90
89
|
font-size: var(--ds-font-size-xs);
|
|
91
90
|
}
|
|
92
91
|
:host([size='lg']) .btn {
|
|
93
92
|
height: var(--ds-size-lg);
|
|
94
|
-
padding: 0 var(--ds-space-6);
|
|
95
93
|
font-size: var(--ds-font-size-md);
|
|
96
94
|
}
|
|
97
95
|
:host([full-width]) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../src/atoms/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../src/atoms/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoG9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../src/atoms/divider/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.js","sourceRoot":"","sources":["../../../src/atoms/divider/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC;IACtC,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AACjD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
3
|
+
export type DividerOrientation = 'horizontal' | 'vertical';
|
|
4
|
+
/**
|
|
5
|
+
* @tag ds-divider
|
|
6
|
+
* @summary A thin separator line. Horizontal by default, can be vertical.
|
|
7
|
+
* @attr {string} orientation - 'horizontal' (default) or 'vertical'.
|
|
8
|
+
*/
|
|
9
|
+
export declare class DsDivider extends DsElement {
|
|
10
|
+
static styles: import("lit").CSSResult[];
|
|
11
|
+
orientation: DividerOrientation;
|
|
12
|
+
render(): TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=divider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/atoms/divider/divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAC;AAE3D;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,SAAS;IACtC,OAAgB,MAAM,4BAAwC;IAEjC,WAAW,EAAE,kBAAkB,CAAgB;IAEnE,MAAM,IAAI,cAAc;CAIlC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html } from 'lit';
|
|
8
|
+
import { property } from 'lit/decorators.js';
|
|
9
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
10
|
+
import { dividerStyles } from './divider.styles.js';
|
|
11
|
+
/**
|
|
12
|
+
* @tag ds-divider
|
|
13
|
+
* @summary A thin separator line. Horizontal by default, can be vertical.
|
|
14
|
+
* @attr {string} orientation - 'horizontal' (default) or 'vertical'.
|
|
15
|
+
*/
|
|
16
|
+
export class DsDivider extends DsElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.orientation = 'horizontal';
|
|
20
|
+
}
|
|
21
|
+
static { this.styles = [...DsElement.styles, dividerStyles]; }
|
|
22
|
+
render() {
|
|
23
|
+
const ariaOrientation = this.orientation === 'vertical' ? 'vertical' : 'horizontal';
|
|
24
|
+
return html `<span role="separator" aria-orientation=${ariaOrientation} part="line"></span>`;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
__decorate([
|
|
28
|
+
property({ reflect: true })
|
|
29
|
+
], DsDivider.prototype, "orientation", void 0);
|
|
30
|
+
//# sourceMappingURL=divider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.js","sourceRoot":"","sources":["../../../src/atoms/divider/divider.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAuB,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAIpD;;;;GAIG;AACH,MAAM,OAAO,SAAU,SAAQ,SAAS;IAAxC;;QAG+B,gBAAW,GAAuB,YAAY,CAAC;IAM9E,CAAC;aARiB,WAAM,GAAG,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC,AAAvC,CAAwC;IAIrD,MAAM;QACb,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,KAAK,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC;QACpF,OAAO,IAAI,CAAA,2CAA2C,eAAe,sBAAsB,CAAC;IAC9F,CAAC;;AAL4B;IAA5B,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8CAAgD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/divider/divider.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAuBzB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const dividerStyles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
color: var(--ds-color-border);
|
|
6
|
+
margin-block: var(--ds-space-3);
|
|
7
|
+
}
|
|
8
|
+
:host([orientation='vertical']) {
|
|
9
|
+
display: inline-block;
|
|
10
|
+
height: 1em;
|
|
11
|
+
align-self: stretch;
|
|
12
|
+
margin-block: 0;
|
|
13
|
+
margin-inline: var(--ds-space-3);
|
|
14
|
+
}
|
|
15
|
+
[part='line'] {
|
|
16
|
+
display: block;
|
|
17
|
+
background: currentColor;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 1px;
|
|
20
|
+
}
|
|
21
|
+
:host([orientation='vertical']) [part='line'] {
|
|
22
|
+
width: 1px;
|
|
23
|
+
height: 100%;
|
|
24
|
+
}
|
|
25
|
+
`;
|
|
26
|
+
//# sourceMappingURL=divider.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.styles.js","sourceRoot":"","sources":["../../../src/atoms/divider/divider.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;CAuB/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/atoms/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA2B,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye-slash.d.ts","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/eye-slash.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Heroicons v2 — eye-slash (24/outline) — MIT License
|
|
2
|
+
import { registerIcon } from '../icon.js';
|
|
3
|
+
registerIcon('eye-slash', '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88" /></svg>');
|
|
4
|
+
//# sourceMappingURL=eye-slash.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye-slash.js","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/eye-slash.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,YAAY,CACV,WAAW,EACX,igBAAigB,CAClgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye.d.ts","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/eye.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Heroicons v2 — eye (24/outline) — MIT License
|
|
2
|
+
import { registerIcon } from '../icon.js';
|
|
3
|
+
registerIcon('eye', '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z" /><path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /></svg>');
|
|
4
|
+
//# sourceMappingURL=eye.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye.js","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/eye.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,YAAY,CACV,KAAK,EACL,4cAA4c,CAC7c,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moon.d.ts","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/moon.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Heroicons v2 — moon (24/outline) — MIT License
|
|
2
|
+
import { registerIcon } from '../icon.js';
|
|
3
|
+
registerIcon('moon', '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" /></svg>');
|
|
4
|
+
//# sourceMappingURL=moon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moon.js","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/moon.ts"],"names":[],"mappings":"AAAA,iDAAiD;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,YAAY,CACV,MAAM,EACN,yWAAyW,CAC1W,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus.d.ts","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/plus.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Heroicons v2 — plus (24/outline) — MIT License
|
|
2
|
+
import { registerIcon } from '../icon.js';
|
|
3
|
+
registerIcon('plus', '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /></svg>');
|
|
4
|
+
//# sourceMappingURL=plus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus.js","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/plus.ts"],"names":[],"mappings":"AAAA,iDAAiD;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,YAAY,CACV,MAAM,EACN,2MAA2M,CAC5M,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sun.d.ts","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/sun.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Heroicons v2 — sun (24/outline) — MIT License
|
|
2
|
+
import { registerIcon } from '../icon.js';
|
|
3
|
+
registerIcon('sun', '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" /></svg>');
|
|
4
|
+
//# sourceMappingURL=sun.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sun.js","sourceRoot":"","sources":["../../../../src/atoms/icon/icons/sun.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,YAAY,CACV,KAAK,EACL,sXAAsX,CACvX,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAS5C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,MAAM,CAAC;QAClB,cAAc,EAAE,UAAU,CAAC;KAC5B;CACF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DsList } from './list.js';
|
|
2
|
+
import { DsListItem } from './list-item.js';
|
|
3
|
+
if (!customElements.get('ds-list')) {
|
|
4
|
+
customElements.define('ds-list', DsList);
|
|
5
|
+
}
|
|
6
|
+
if (!customElements.get('ds-list-item')) {
|
|
7
|
+
customElements.define('ds-list-item', DsListItem);
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=define.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.js","sourceRoot":"","sources":["../../../src/atoms/list/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC;IACnC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAC3C,CAAC;AACD,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC;IACxC,cAAc,CAAC,MAAM,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AACpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/atoms/list/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAsC,MAAM,WAAW,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
3
|
+
/**
|
|
4
|
+
* @tag ds-list-item
|
|
5
|
+
* @summary A single row in a `ds-list`. Three slots: leading / default / trailing.
|
|
6
|
+
* @slot leading - Optional content rendered before the main label (avatar, swatch, icon).
|
|
7
|
+
* @slot default - Main label or input.
|
|
8
|
+
* @slot trailing - Optional trailing content (action button, value, chevron).
|
|
9
|
+
*/
|
|
10
|
+
export declare class DsListItem extends DsElement {
|
|
11
|
+
#private;
|
|
12
|
+
static styles: import("lit").CSSResult[];
|
|
13
|
+
private _hasLeading;
|
|
14
|
+
private _hasTrailing;
|
|
15
|
+
render(): TemplateResult;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=list-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/list-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD;;;;;;GAMG;AACH,qBAAa,UAAW,SAAQ,SAAS;;IACvC,OAAgB,MAAM,4BAAyC;IAEtD,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,YAAY,CAAS;IAU7B,MAAM,IAAI,cAAc;CAWlC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html } from 'lit';
|
|
8
|
+
import { state } from 'lit/decorators.js';
|
|
9
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
10
|
+
import { listItemStyles } from './list-item.styles.js';
|
|
11
|
+
/**
|
|
12
|
+
* @tag ds-list-item
|
|
13
|
+
* @summary A single row in a `ds-list`. Three slots: leading / default / trailing.
|
|
14
|
+
* @slot leading - Optional content rendered before the main label (avatar, swatch, icon).
|
|
15
|
+
* @slot default - Main label or input.
|
|
16
|
+
* @slot trailing - Optional trailing content (action button, value, chevron).
|
|
17
|
+
*/
|
|
18
|
+
export class DsListItem extends DsElement {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
this._hasLeading = false;
|
|
22
|
+
this._hasTrailing = false;
|
|
23
|
+
this.#onLeadingSlotChange = (e) => {
|
|
24
|
+
this._hasLeading = hasAssignedContent(e.target);
|
|
25
|
+
};
|
|
26
|
+
this.#onTrailingSlotChange = (e) => {
|
|
27
|
+
this._hasTrailing = hasAssignedContent(e.target);
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
static { this.styles = [...DsElement.styles, listItemStyles]; }
|
|
31
|
+
#onLeadingSlotChange;
|
|
32
|
+
#onTrailingSlotChange;
|
|
33
|
+
render() {
|
|
34
|
+
return html `<li part="item">
|
|
35
|
+
<span class="leading" ?hidden=${!this._hasLeading}>
|
|
36
|
+
<slot name="leading" @slotchange=${this.#onLeadingSlotChange}></slot>
|
|
37
|
+
</span>
|
|
38
|
+
<span class="content"><slot></slot></span>
|
|
39
|
+
<span class="trailing" ?hidden=${!this._hasTrailing}>
|
|
40
|
+
<slot name="trailing" @slotchange=${this.#onTrailingSlotChange}></slot>
|
|
41
|
+
</span>
|
|
42
|
+
</li>`;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
__decorate([
|
|
46
|
+
state()
|
|
47
|
+
], DsListItem.prototype, "_hasLeading", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
state()
|
|
50
|
+
], DsListItem.prototype, "_hasTrailing", void 0);
|
|
51
|
+
function hasAssignedContent(slot) {
|
|
52
|
+
const nodes = slot.assignedNodes({ flatten: true });
|
|
53
|
+
return nodes.some((node) => {
|
|
54
|
+
if (node.nodeType === Node.ELEMENT_NODE)
|
|
55
|
+
return true;
|
|
56
|
+
if (node.nodeType === Node.TEXT_NODE) {
|
|
57
|
+
return (node.textContent ?? '').trim().length > 0;
|
|
58
|
+
}
|
|
59
|
+
return false;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=list-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-item.js","sourceRoot":"","sources":["../../../src/atoms/list/list-item.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAuB,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD;;;;;;GAMG;AACH,MAAM,OAAO,UAAW,SAAQ,SAAS;IAAzC;;QAGmB,gBAAW,GAAG,KAAK,CAAC;QACpB,iBAAY,GAAG,KAAK,CAAC;QAEtC,yBAAoB,GAAG,CAAC,CAAQ,EAAE,EAAE;YAClC,IAAI,CAAC,WAAW,GAAG,kBAAkB,CAAC,CAAC,CAAC,MAAyB,CAAC,CAAC;QACrE,CAAC,CAAC;QAEF,0BAAqB,GAAG,CAAC,CAAQ,EAAE,EAAE;YACnC,IAAI,CAAC,YAAY,GAAG,kBAAkB,CAAC,CAAC,CAAC,MAAyB,CAAC,CAAC;QACtE,CAAC,CAAC;IAaJ,CAAC;aAxBiB,WAAM,GAAG,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,cAAc,CAAC,AAAxC,CAAyC;IAK/D,oBAAoB,CAElB;IAEF,qBAAqB,CAEnB;IAEO,MAAM;QACb,OAAO,IAAI,CAAA;sCACuB,CAAC,IAAI,CAAC,WAAW;2CACZ,IAAI,CAAC,oBAAoB;;;uCAG7B,CAAC,IAAI,CAAC,YAAY;4CACb,IAAI,CAAC,qBAAqB;;UAE5D,CAAC;IACT,CAAC;;AArBgB;IAAhB,KAAK,EAAE;+CAA6B;AACpB;IAAhB,KAAK,EAAE;gDAA8B;AAuBxC,SAAS,kBAAkB,CAAC,IAAqB;IAC/C,MAAM,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;IACpD,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,YAAY;YAAE,OAAO,IAAI,CAAC;QACrD,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE,CAAC;YACrC,OAAO,CAAC,IAAI,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;QACpD,CAAC;QACD,OAAO,KAAK,CAAC;IACf,CAAC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-item.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBA+B1B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const listItemStyles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
}
|
|
6
|
+
li {
|
|
7
|
+
display: grid;
|
|
8
|
+
grid-template-columns: auto 1fr auto;
|
|
9
|
+
align-items: center;
|
|
10
|
+
gap: var(--ds-space-3);
|
|
11
|
+
padding: var(--ds-space-2) var(--ds-space-3);
|
|
12
|
+
background: transparent;
|
|
13
|
+
}
|
|
14
|
+
:host-context(ds-list[density='compact']) li,
|
|
15
|
+
:host([compact]) li {
|
|
16
|
+
padding: var(--ds-space-1) var(--ds-space-3);
|
|
17
|
+
}
|
|
18
|
+
.leading,
|
|
19
|
+
.trailing {
|
|
20
|
+
display: inline-flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
flex-shrink: 0;
|
|
23
|
+
}
|
|
24
|
+
[hidden] {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
.content {
|
|
28
|
+
min-width: 0;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
gap: var(--ds-space-2);
|
|
32
|
+
}
|
|
33
|
+
`;
|
|
34
|
+
//# sourceMappingURL=list-item.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-item.styles.js","sourceRoot":"","sources":["../../../src/atoms/list/list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BhC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
3
|
+
export type ListVariant = 'plain' | 'bordered';
|
|
4
|
+
export type ListDensity = 'compact' | 'default';
|
|
5
|
+
/**
|
|
6
|
+
* @tag ds-list
|
|
7
|
+
* @summary Vertical stack of `ds-list-item` rows, optionally bordered with hairline dividers.
|
|
8
|
+
* @slot default - One or more `ds-list-item` children.
|
|
9
|
+
* @attr {string} variant - `plain` (no surrounding border) or `bordered` (default).
|
|
10
|
+
* @attr {string} density - `default` or `compact`.
|
|
11
|
+
*/
|
|
12
|
+
export declare class DsList extends DsElement {
|
|
13
|
+
static styles: import("lit").CSSResult[];
|
|
14
|
+
variant: ListVariant;
|
|
15
|
+
density: ListDensity;
|
|
16
|
+
render(): TemplateResult;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,UAAU,CAAC;AAC/C,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;AAEhD;;;;;;GAMG;AACH,qBAAa,MAAO,SAAQ,SAAS;IACnC,OAAgB,MAAM,4BAAqC;IAE9B,OAAO,EAAE,WAAW,CAAc;IAClC,OAAO,EAAE,WAAW,CAAa;IAErD,MAAM,IAAI,cAAc;CAGlC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html } from 'lit';
|
|
8
|
+
import { property } from 'lit/decorators.js';
|
|
9
|
+
import { DsElement } from '@jsekulowicz/ds-core';
|
|
10
|
+
import { listStyles } from './list.styles.js';
|
|
11
|
+
/**
|
|
12
|
+
* @tag ds-list
|
|
13
|
+
* @summary Vertical stack of `ds-list-item` rows, optionally bordered with hairline dividers.
|
|
14
|
+
* @slot default - One or more `ds-list-item` children.
|
|
15
|
+
* @attr {string} variant - `plain` (no surrounding border) or `bordered` (default).
|
|
16
|
+
* @attr {string} density - `default` or `compact`.
|
|
17
|
+
*/
|
|
18
|
+
export class DsList extends DsElement {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
this.variant = 'bordered';
|
|
22
|
+
this.density = 'default';
|
|
23
|
+
}
|
|
24
|
+
static { this.styles = [...DsElement.styles, listStyles]; }
|
|
25
|
+
render() {
|
|
26
|
+
return html `<ul role="list" part="list"><slot></slot></ul>`;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
__decorate([
|
|
30
|
+
property({ reflect: true })
|
|
31
|
+
], DsList.prototype, "variant", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
property({ reflect: true })
|
|
34
|
+
], DsList.prototype, "density", void 0);
|
|
35
|
+
//# sourceMappingURL=list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/atoms/list/list.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAuB,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAK9C;;;;;;GAMG;AACH,MAAM,OAAO,MAAO,SAAQ,SAAS;IAArC;;QAG+B,YAAO,GAAgB,UAAU,CAAC;QAClC,YAAO,GAAgB,SAAS,CAAC;IAKhE,CAAC;aARiB,WAAM,GAAG,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,AAApC,CAAqC;IAKlD,MAAM;QACb,OAAO,IAAI,CAAA,gDAAgD,CAAC;IAC9D,CAAC;;AAL4B;IAA5B,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uCAAmC;AAClC;IAA5B,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uCAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/list/list.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBAmBtB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const listStyles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
}
|
|
6
|
+
ul {
|
|
7
|
+
list-style: none;
|
|
8
|
+
margin: 0;
|
|
9
|
+
padding: 0;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
}
|
|
13
|
+
:host([variant='bordered']) ul {
|
|
14
|
+
border: 1px solid var(--ds-color-border);
|
|
15
|
+
border-radius: var(--ds-radius-md);
|
|
16
|
+
background: var(--ds-color-bg);
|
|
17
|
+
}
|
|
18
|
+
:host([variant='bordered']) ::slotted(ds-list-item:not(:last-of-type)) {
|
|
19
|
+
border-bottom: 1px solid var(--ds-color-border-subtle);
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
//# sourceMappingURL=list.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.styles.js","sourceRoot":"","sources":["../../../src/atoms/list/list.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;CAmB5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/table/table-pagination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"table-pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/table/table-pagination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBA4FjC,CAAC"}
|
|
@@ -4,7 +4,8 @@ export const tablePaginationStyles = css `
|
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
6
6
|
justify-content: space-between;
|
|
7
|
-
gap: var(--ds-space-
|
|
7
|
+
column-gap: var(--ds-space-4);
|
|
8
|
+
row-gap: var(--ds-space-3);
|
|
8
9
|
flex-wrap: wrap;
|
|
9
10
|
color: var(--ds-color-fg);
|
|
10
11
|
font-family: var(--ds-font-body);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-pagination.styles.js","sourceRoot":"","sources":["../../../src/atoms/table/table-pagination.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"table-pagination.styles.js","sourceRoot":"","sources":["../../../src/atoms/table/table-pagination.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/atoms/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAErE,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAanE;;;;;;;GAOG;AACH,qBAAa,SAAU,SAAQ,SAAS;;IACtC,OAAgB,MAAM,4BAAwC;IAEjC,SAAS,EAAE,gBAAgB,CAAS;IACrB,IAAI,UAAS;IACH,SAAS,UAAS;IAC5C,KAAK,SAAK;
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/atoms/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAErE,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAanE;;;;;;;GAOG;AACH,qBAAa,SAAU,SAAQ,SAAS;;IACtC,OAAgB,MAAM,4BAAwC;IAEjC,SAAS,EAAE,gBAAgB,CAAS;IACrB,IAAI,UAAS;IACH,SAAS,UAAS;IAC5C,KAAK,SAAK;IAC+B,SAAS,UAAS;IAE9E,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAS;IAElC,OAAO,CAAC,WAAW,CAAC,CAAS;IAEpB,oBAAoB,IAAI,IAAI;IAM5B,OAAO,CAAC,QAAQ,EAAE,cAAc,GAAG,IAAI;IAsHvC,MAAM,IAAI,cAAc;CAiBlC"}
|