@maggioli-design-system/mds-paginator-item 2.8.1 → 2.8.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-16T18:40:38",
2
+ "timestamp": "2024-02-19T12:06:50",
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:40:38",
2
+ "timestamp": "2024-02-19T12:06:50",
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-19T11:09:01",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -490,7 +490,7 @@
490
490
  "path": "src/components/mds-input-switch/meta/event-detail.ts"
491
491
  },
492
492
  "src/components/mds-input-upload/meta/types.ts::AttachmentSort": {
493
- "declaration": "enum AttachmentSort {\n status = 'status',\n date = 'date',\n}",
493
+ "declaration": "type AttachmentSort =\n 'status' |\n 'date'",
494
494
  "docstring": "",
495
495
  "path": "src/components/mds-input-upload/meta/types.ts"
496
496
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/mds-paginator-item",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "description": "mds-paginator-item 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,7 +24,7 @@
24
24
  "test": "stencil test --spec --e2e"
25
25
  },
26
26
  "dependencies": {
27
- "@maggioli-design-system/styles": "14.2.1",
27
+ "@maggioli-design-system/styles": "14.2.2",
28
28
  "@stencil/core": "4.10.0"
29
29
  },
30
30
  "license": "MIT",