@maggioli-design-system/mds-paginator 3.6.2 → 3.6.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.
- package/dist/documentation.json +1 -1
- package/dist/stats.json +1 -1
- package/documentation.json +2 -2
- package/package.json +2 -2
package/dist/documentation.json
CHANGED
package/dist/stats.json
CHANGED
package/documentation.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-02-
|
|
2
|
+
"timestamp": "2024-02-19T11:09:01",
|
|
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": "
|
|
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.
|
|
3
|
+
"version": "3.6.3",
|
|
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@maggioli-design-system/mds-paginator-item": "2.8.1",
|
|
28
|
-
"@maggioli-design-system/styles": "14.2.
|
|
28
|
+
"@maggioli-design-system/styles": "14.2.2",
|
|
29
29
|
"@stencil/core": "4.10.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|