@swisspost/design-system-components 7.0.0 → 7.1.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/dist/cjs/heading-levels-608d432e.js +5 -0
- package/dist/cjs/index-de783b23.js +1394 -0
- package/dist/cjs/index.cjs.js +18 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-45af106a.js → package-dacf5ec2.js} +1 -1
- package/dist/cjs/{post-accordion-7507f838.js → post-accordion-225de951.js} +28 -13
- package/dist/cjs/{post-accordion-item-5bf4d98b.js → post-accordion-item-935e122a.js} +7 -8
- package/dist/cjs/post-accordion-item.cjs.entry.js +4 -3
- package/dist/cjs/post-accordion.cjs.entry.js +5 -3
- package/dist/cjs/{post-alert-9c39c854.js → post-alert-6041a34c.js} +6 -6
- package/dist/cjs/post-alert.cjs.entry.js +3 -3
- package/dist/cjs/post-card-control-3c089d8e.js +314 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-00319f1f.js → post-collapsible-562268e9.js} +3 -3
- package/dist/cjs/post-collapsible.cjs.entry.js +3 -3
- package/dist/cjs/post-components.cjs.js +10 -10
- package/dist/cjs/{post-icon-09845341.js → post-icon-973d5c46.js} +3 -3
- package/dist/cjs/post-icon.cjs.entry.js +3 -3
- package/dist/cjs/{post-popover-3b6aaeae.js → post-popover-b0844e71.js} +4 -4
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-0b8343ac.js → post-popovercontainer-5bb6a804.js} +236 -18
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-285f966e.js → post-rating-d2845096.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-header-f1c16656.js → post-tab-header-6496a51b.js} +4 -4
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-9c20a84e.js → post-tab-panel-25bd8c74.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-75e71078.js → post-tabs-4e4ee252.js} +3 -3
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-942085fd.js → post-tag-cbc458ed.js} +8 -4
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-94d4f21f.js → post-tooltip-805bc0c0.js} +4 -3
- package/dist/cjs/post-tooltip.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/post-accordion/post-accordion.js +54 -13
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +12 -9
- package/dist/collection/components/post-alert/post-alert.css +1 -1
- package/dist/collection/components/post-alert/post-alert.js +6 -6
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +14 -11
- package/dist/collection/components/post-collapsible/post-collapsible.js +3 -3
- package/dist/collection/components/post-icon/post-icon.js +3 -3
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +3 -3
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +4 -4
- package/dist/collection/components/post-rating/post-rating.js +2 -2
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +3 -3
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +2 -2
- package/dist/collection/components/post-tabs/post-tabs.js +3 -3
- package/dist/collection/components/post-tag/post-tag.js +9 -5
- package/dist/collection/components/post-tooltip/post-tooltip.js +3 -3
- package/dist/collection/types/heading-levels.js +1 -0
- package/dist/collection/types/index.js +1 -0
- package/dist/components/check-one-of.js +6 -0
- package/dist/components/heading-levels.js +3 -0
- package/dist/components/index2.js +2 -6
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +5 -6
- package/dist/components/post-accordion2.js +30 -12
- package/dist/components/post-alert2.js +4 -4
- package/dist/components/post-card-control2.js +12 -9
- package/dist/components/post-collapsible2.js +2 -2
- package/dist/components/post-icon2.js +2 -2
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +234 -16
- package/dist/components/post-rating2.js +1 -1
- package/dist/components/post-tab-header2.js +2 -2
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +1 -1
- package/dist/components/post-tag2.js +6 -2
- package/dist/components/post-tooltip2.js +2 -1
- package/dist/docs.d.ts +34 -0
- package/dist/docs.json +76 -22
- package/dist/esm/heading-levels-5b7b4349.js +3 -0
- package/dist/esm/index-cf1d5611.js +1365 -0
- package/dist/esm/index.js +18 -17
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-1242b80d.js → package-a837c1ad.js} +1 -1
- package/dist/esm/{post-accordion-bfd058bc.js → post-accordion-fdd22c1d.js} +28 -13
- package/dist/esm/{post-accordion-item-4fa44842.js → post-accordion-item-336f568c.js} +7 -8
- package/dist/esm/post-accordion-item.entry.js +4 -3
- package/dist/esm/post-accordion.entry.js +5 -3
- package/dist/esm/{post-alert-192d0176.js → post-alert-f48527d8.js} +6 -6
- package/dist/esm/post-alert.entry.js +3 -3
- package/dist/esm/post-card-control-3e6a5855.js +312 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-d848eb2a.js → post-collapsible-486ab980.js} +3 -3
- package/dist/esm/post-collapsible.entry.js +3 -3
- package/dist/esm/post-components.js +11 -11
- package/dist/esm/{post-icon-811654f7.js → post-icon-19fdfc4d.js} +3 -3
- package/dist/esm/post-icon.entry.js +3 -3
- package/dist/esm/{post-popover-b48a9d7c.js → post-popover-17164186.js} +4 -4
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-7413bb41.js → post-popovercontainer-d19f9646.js} +236 -18
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-806de800.js → post-rating-ea204778.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/{post-tab-header-95f0dc6a.js → post-tab-header-a97cdef2.js} +4 -4
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-d7145a70.js → post-tab-panel-e6999395.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-f130a7d8.js → post-tabs-524c699a.js} +3 -3
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-7c329d6c.js → post-tag-e2035a81.js} +8 -4
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-942bd014.js → post-tooltip-e4fc9c0c.js} +4 -3
- package/dist/esm/post-tooltip.entry.js +3 -3
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-07cc4853.entry.js +1 -0
- package/dist/post-components/p-0e410cec.entry.js +1 -0
- package/dist/post-components/p-14e22434.entry.js +1 -0
- package/dist/post-components/p-18a2ef27.js +1 -0
- package/dist/post-components/p-18b571e3.js +2 -0
- package/dist/post-components/p-247a1668.js +1 -0
- package/dist/post-components/p-2f4c40ee.js +1 -0
- package/dist/post-components/p-39a1dcb8.entry.js +1 -0
- package/dist/post-components/p-3b0988a1.js +1 -0
- package/dist/post-components/p-3ee18d14.entry.js +1 -0
- package/dist/post-components/{p-c9004503.js → p-4575a570.js} +1 -1
- package/dist/post-components/p-59da0b80.js +1 -0
- package/dist/post-components/p-63277771.entry.js +1 -0
- package/dist/post-components/p-67df1075.js +1 -0
- package/dist/post-components/p-74db9b35.entry.js +1 -0
- package/dist/post-components/p-7bb79254.entry.js +1 -0
- package/dist/post-components/p-8398de7b.entry.js +1 -0
- package/dist/post-components/{p-579f55af.js → p-9a59f2c7.js} +1 -1
- package/dist/post-components/p-c4a7208a.js +1 -0
- package/dist/post-components/{p-93ba2827.js → p-c85913ed.js} +3 -3
- package/dist/post-components/p-caaa5b4c.entry.js +1 -0
- package/dist/post-components/p-cf10d355.js +1 -0
- package/dist/post-components/{p-d4cd7bb0.js → p-d1f516dd.js} +1 -1
- package/dist/post-components/{p-b4abbb28.js → p-d2eb0f0b.js} +1 -1
- package/dist/post-components/p-d70f33cd.js +1 -0
- package/dist/post-components/p-da049db2.entry.js +1 -0
- package/dist/post-components/p-db114d1d.entry.js +1 -0
- package/dist/post-components/{p-41c9c59f.js → p-e929ddbc.js} +1 -1
- package/dist/post-components/p-ebb54756.entry.js +1 -0
- package/dist/post-components/p-ed22dec0.js +1 -0
- package/dist/post-components/p-f5d8f3fe.entry.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion/post-accordion.d.ts +8 -2
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +2 -1
- package/dist/types/components/post-card-control/post-card-control.d.ts +5 -2
- package/dist/types/components/post-tag/post-tag.d.ts +2 -2
- package/dist/types/components.d.ts +15 -5
- package/dist/types/types/heading-levels.d.ts +2 -0
- package/dist/types/types/index.d.ts +1 -0
- package/package.json +14 -14
- package/dist/cjs/index-3b732d59.js +0 -2111
- package/dist/cjs/post-card-control-4a16b3d7.js +0 -311
- package/dist/esm/index-961099d2.js +0 -2082
- package/dist/esm/post-card-control-b23e1e6f.js +0 -309
- package/dist/post-components/p-0d4e50a9.js +0 -1
- package/dist/post-components/p-1c780bac.entry.js +0 -1
- package/dist/post-components/p-2524b6b9.entry.js +0 -1
- package/dist/post-components/p-2ee23269.entry.js +0 -1
- package/dist/post-components/p-416426cc.js +0 -1
- package/dist/post-components/p-46cea7ee.js +0 -1
- package/dist/post-components/p-4aa14704.js +0 -1
- package/dist/post-components/p-5b2cdcf0.js +0 -2
- package/dist/post-components/p-60b02cbb.entry.js +0 -1
- package/dist/post-components/p-62407836.entry.js +0 -1
- package/dist/post-components/p-6308fd47.js +0 -1
- package/dist/post-components/p-6fba8cb2.entry.js +0 -1
- package/dist/post-components/p-86acda91.entry.js +0 -1
- package/dist/post-components/p-94b5c41e.entry.js +0 -1
- package/dist/post-components/p-a3b54b5f.js +0 -1
- package/dist/post-components/p-a4b6b950.js +0 -1
- package/dist/post-components/p-c0f8e385.entry.js +0 -1
- package/dist/post-components/p-c4fe5052.entry.js +0 -1
- package/dist/post-components/p-cd9c10dd.entry.js +0 -1
- package/dist/post-components/p-d8d76dd1.entry.js +0 -1
- package/dist/post-components/p-e819d5fb.entry.js +0 -1
- package/dist/post-components/p-f44c172a.js +0 -1
- package/dist/post-components/p-f9e58309.js +0 -1
- package/dist/post-components/p-ffb9a651.entry.js +0 -1
|
@@ -2,15 +2,17 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
2
2
|
/**
|
|
3
3
|
* @class PostCardControl - representing a stencil component
|
|
4
4
|
*
|
|
5
|
-
* @slot default - Content to place into the `default` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt"
|
|
6
|
-
* @slot icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content"
|
|
5
|
+
* @slot default - Content to place into the `default` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt">block content</a>.<p className="alert alert-sm alert-warning">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href="https://accessibilityinsights.io/info-examples/web/nested-interactive/">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>
|
|
6
|
+
* @slot icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content">inline content</a>.<p className="alert alert-sm alert-info">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>
|
|
7
7
|
*/
|
|
8
8
|
export declare class PostCardControl {
|
|
9
|
+
private readonly EVENT_MAP;
|
|
9
10
|
private readonly KEYCODES;
|
|
10
11
|
private group;
|
|
11
12
|
private control;
|
|
12
13
|
private controlId;
|
|
13
14
|
private initialChecked;
|
|
15
|
+
private hasIcon;
|
|
14
16
|
host: HTMLPostCardControlElement;
|
|
15
17
|
focused: boolean;
|
|
16
18
|
private internals;
|
|
@@ -99,6 +101,7 @@ export declare class PostCardControl {
|
|
|
99
101
|
private hostContext;
|
|
100
102
|
private setHostContext;
|
|
101
103
|
connectedCallback(): void;
|
|
104
|
+
componentWillRender(): void;
|
|
102
105
|
render(): any;
|
|
103
106
|
componentDidRender(): void;
|
|
104
107
|
componentDidLoad(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @slot default - Content to place in the `default` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content"
|
|
2
|
+
* @slot default - Content to place in the `default` slot.<p>Markup accepted: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content">inline content</a>.</p>
|
|
3
3
|
*/
|
|
4
4
|
export declare class PostTag {
|
|
5
5
|
host: HTMLPostTagElement;
|
|
@@ -15,7 +15,7 @@ export declare class PostTag {
|
|
|
15
15
|
/**
|
|
16
16
|
* Defines the icon `name` inside of the component.
|
|
17
17
|
* <span className="alert alert-sm alert-info">If not set the icon will not show up.</span>
|
|
18
|
-
* To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs"
|
|
18
|
+
* To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
|
|
19
19
|
*/
|
|
20
20
|
readonly icon: null | string;
|
|
21
21
|
constructor();
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { HeadingLevel } from "./
|
|
8
|
+
import { HeadingLevel } from "./types/index";
|
|
9
9
|
import { AlertType } from "./components/post-alert/alert-types";
|
|
10
10
|
import { Placement } from "@floating-ui/dom";
|
|
11
|
-
export { HeadingLevel } from "./
|
|
11
|
+
export { HeadingLevel } from "./types/index";
|
|
12
12
|
export { AlertType } from "./components/post-alert/alert-types";
|
|
13
13
|
export { Placement } from "@floating-ui/dom";
|
|
14
14
|
export namespace Components {
|
|
@@ -18,9 +18,13 @@ export namespace Components {
|
|
|
18
18
|
*/
|
|
19
19
|
"collapseAll": () => Promise<void>;
|
|
20
20
|
/**
|
|
21
|
-
* Expands all `post-accordion-item`. If `
|
|
21
|
+
* Expands all `post-accordion-item`. If `multiple="true"` is not set and all items are closed, it will open the first one. Otherwise, it will keep the opened one.
|
|
22
22
|
*/
|
|
23
23
|
"expandAll": () => Promise<void>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines the hierarchical level of the `post-accordion-item` headers within the headings structure.
|
|
26
|
+
*/
|
|
27
|
+
"headingLevel"?: HeadingLevel;
|
|
24
28
|
/**
|
|
25
29
|
* If `true`, multiple `post-accordion-item` can be open at the same time.
|
|
26
30
|
*/
|
|
@@ -37,6 +41,7 @@ export namespace Components {
|
|
|
37
41
|
"collapsed"?: boolean;
|
|
38
42
|
/**
|
|
39
43
|
* Defines the hierarchical level of the accordion item header within the headings structure.
|
|
44
|
+
* @deprecated set the `heading-level` property on the parent `post-accordion` instead.
|
|
40
45
|
*/
|
|
41
46
|
"headingLevel"?: HeadingLevel;
|
|
42
47
|
/**
|
|
@@ -258,7 +263,7 @@ export namespace Components {
|
|
|
258
263
|
}
|
|
259
264
|
interface PostTag {
|
|
260
265
|
/**
|
|
261
|
-
* Defines the icon `name` inside of the component. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs"
|
|
266
|
+
* Defines the icon `name` inside of the component. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
|
|
262
267
|
*/
|
|
263
268
|
"icon": null | string;
|
|
264
269
|
/**
|
|
@@ -498,6 +503,10 @@ declare global {
|
|
|
498
503
|
}
|
|
499
504
|
declare namespace LocalJSX {
|
|
500
505
|
interface PostAccordion {
|
|
506
|
+
/**
|
|
507
|
+
* Defines the hierarchical level of the `post-accordion-item` headers within the headings structure.
|
|
508
|
+
*/
|
|
509
|
+
"headingLevel"?: HeadingLevel;
|
|
501
510
|
/**
|
|
502
511
|
* If `true`, multiple `post-accordion-item` can be open at the same time.
|
|
503
512
|
*/
|
|
@@ -510,6 +519,7 @@ declare namespace LocalJSX {
|
|
|
510
519
|
"collapsed"?: boolean;
|
|
511
520
|
/**
|
|
512
521
|
* Defines the hierarchical level of the accordion item header within the headings structure.
|
|
522
|
+
* @deprecated set the `heading-level` property on the parent `post-accordion` instead.
|
|
513
523
|
*/
|
|
514
524
|
"headingLevel"?: HeadingLevel;
|
|
515
525
|
}
|
|
@@ -709,7 +719,7 @@ declare namespace LocalJSX {
|
|
|
709
719
|
}
|
|
710
720
|
interface PostTag {
|
|
711
721
|
/**
|
|
712
|
-
* Defines the icon `name` inside of the component. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs"
|
|
722
|
+
* Defines the icon `name` inside of the component. <span className="alert alert-sm alert-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
|
|
713
723
|
*/
|
|
714
724
|
"icon"?: null | string;
|
|
715
725
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './heading-levels';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -23,33 +23,33 @@
|
|
|
23
23
|
"linkDirectory": true
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@floating-ui/dom": "1.6.
|
|
26
|
+
"@floating-ui/dom": "1.6.5",
|
|
27
27
|
"@oddbird/popover-polyfill": "0.3.7",
|
|
28
|
-
"@swisspost/design-system-styles": "7.
|
|
28
|
+
"@swisspost/design-system-styles": "7.1.0",
|
|
29
29
|
"ally.js": "1.4.1",
|
|
30
|
-
"long-press-event": "2.
|
|
30
|
+
"long-press-event": "2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@percy/cli": "1.28.
|
|
33
|
+
"@percy/cli": "1.28.6",
|
|
34
34
|
"@percy/cypress": "3.1.2",
|
|
35
35
|
"@stencil-community/eslint-plugin": "0.7.2",
|
|
36
36
|
"@stencil/angular-output-target": "0.8.4",
|
|
37
|
-
"@stencil/core": "4.
|
|
37
|
+
"@stencil/core": "4.18.0",
|
|
38
38
|
"@stencil/react-output-target": "0.5.3",
|
|
39
|
-
"@stencil/sass": "3.0.
|
|
39
|
+
"@stencil/sass": "3.0.12",
|
|
40
40
|
"@types/jest": "29.5.12",
|
|
41
|
-
"@types/node": "20.
|
|
41
|
+
"@types/node": "20.12.7",
|
|
42
42
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
43
43
|
"@typescript-eslint/parser": "5.62.0",
|
|
44
|
-
"bootstrap": "5.3.
|
|
45
|
-
"cypress": "13.
|
|
44
|
+
"bootstrap": "5.3.3",
|
|
45
|
+
"cypress": "13.9.0",
|
|
46
46
|
"cypress-axe": "1.5.0",
|
|
47
47
|
"cypress-storybook": "0.5.1",
|
|
48
48
|
"eslint": "8.57.0",
|
|
49
49
|
"eslint-plugin-react": "7.34.1",
|
|
50
|
-
"rimraf": "5.0.
|
|
50
|
+
"rimraf": "5.0.7",
|
|
51
51
|
"rollup-plugin-postcss": "4.0.2",
|
|
52
|
-
"sass": "1.
|
|
52
|
+
"sass": "1.77.1",
|
|
53
53
|
"ts-jest": "29.1.2",
|
|
54
54
|
"typescript": "5.3.3"
|
|
55
55
|
},
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"frontend"
|
|
63
63
|
],
|
|
64
64
|
"scripts": {
|
|
65
|
-
"dev": "stencil build --port 9200 --serve --watch --docs-readme",
|
|
66
|
-
"start": "stencil build --watch --docs-readme",
|
|
65
|
+
"dev": "stencil build --dev --port 9200 --serve --watch --docs --docs-readme",
|
|
66
|
+
"start": "stencil build --dev --watch --docs --docs-readme",
|
|
67
67
|
"build": "stencil build --docs-readme",
|
|
68
68
|
"clean": "rimraf www dist loader",
|
|
69
69
|
"test": "pnpm run unit",
|