@maggioli-design-system/mds-paginator 3.6.2 → 3.6.4

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:22",
2
+ "timestamp": "2024-02-19T16:16:58",
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:23",
2
+ "timestamp": "2024-02-19T16:16:58",
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",
@@ -405,7 +405,7 @@
405
405
  "path": "src/components/mds-input-switch/meta/event-detail.ts"
406
406
  },
407
407
  "src/components/mds-input-upload/meta/types.ts::AttachmentSort": {
408
- "declaration": "enum AttachmentSort {\n status = 'status',\n date = 'date',\n}",
408
+ "declaration": "type AttachmentSort =\n 'status' |\n 'date'",
409
409
  "docstring": "",
410
410
  "path": "src/components/mds-input-upload/meta/types.ts"
411
411
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/mds-paginator",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "description": "mds-paginator 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-paginator-item": "2.8.1",
28
- "@maggioli-design-system/styles": "14.2.1",
27
+ "@maggioli-design-system/mds-paginator-item": "2.8.3",
28
+ "@maggioli-design-system/styles": "14.2.2",
29
29
  "@stencil/core": "4.10.0"
30
30
  },
31
31
  "license": "MIT",