@maggioli-design-system/mds-accordion-timer 3.8.1 → 3.8.3

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-16T18:36:46",
2
+ "timestamp": "2024-02-19T16:14:13",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
package/dist/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-16T18:36:46",
2
+ "timestamp": "2024-02-19T16:14:13",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "20.10.0"
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-16T18:14:59",
2
+ "timestamp": "2024-02-19T15:44:41",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -413,7 +413,7 @@
413
413
  "path": "src/components/mds-input-switch/meta/event-detail.ts"
414
414
  },
415
415
  "src/components/mds-input-upload/meta/types.ts::AttachmentSort": {
416
- "declaration": "enum AttachmentSort {\n status = 'status',\n date = 'date',\n}",
416
+ "declaration": "type AttachmentSort =\n 'status' |\n 'date'",
417
417
  "docstring": "",
418
418
  "path": "src/components/mds-input-upload/meta/types.ts"
419
419
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/mds-accordion-timer",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "description": "mds-accordion-timer is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "test": "stencil test --spec --e2e"
25
25
  },
26
26
  "dependencies": {
27
- "@maggioli-design-system/mds-accordion-timer-item": "3.8.1",
28
- "@maggioli-design-system/styles": "14.2.1",
27
+ "@maggioli-design-system/mds-accordion-timer-item": "3.8.3",
28
+ "@maggioli-design-system/styles": "14.2.2",
29
29
  "@stencil/core": "4.10.0"
30
30
  },
31
31
  "license": "MIT",