Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maggioli-design-system/mds-progress

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/mds-progress - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

dist/cjs/index-1d846f7a.js

4

dist/cjs/loader.cjs.js

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-4f7098da.js');
const index = require('./index-1d846f7a.js');
/*
Stencil Client Patch Esm v2.22.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.22.2 | MIT Licensed | https://stenciljs.com
*/

@@ -11,0 +11,0 @@ const patchEsm = () => {

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-4f7098da.js');
const index = require('./index-1d846f7a.js');

@@ -8,0 +8,0 @@ const mdsProgressCss = "@tailwind utilities; :host{--background:rgb(var(--tone-neutral-08));--color:rgb(var(--brand-maggioli-03));--duration:500ms;--radius:0.5rem;--thickness:0.5rem;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;-webkit-transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration:150ms;transition-duration:150ms;background-color:var(--background);border-radius:var(--radius);height:var(--thickness);min-width:var(--thickness)}:host([direction=vertical]){height:100%;width:auto;-ms-flex-direction:column;flex-direction:column;height:unset;width:var(--thickness);min-height:var(--thickness)}.progress{-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);background-color:var(--color);border-radius:var(--radius);-webkit-transition-duration:var(--duration);transition-duration:var(--duration);-webkit-transition-property:background-color, flex-grow;transition-property:background-color, flex-grow;transition-property:background-color, flex-grow, -ms-flex-positive}.fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host([variant=dark]){--color:rgb(var(--tone-neutral-04));--background:rgb(var(--tone-neutral-08))}:host([variant=light]){--color:rgb(var(--tone-neutral));--background:rgb(var(--tone-neutral-05))}:host([variant=error]){--color:rgb(var(--status-error-06));--background:rgb(var(--status-error-09))}:host([variant=warning]){--color:rgb(var(--status-warning-06));--background:rgb(var(--status-warning-09))}:host([variant=success]){--color:rgb(var(--status-success-06));--background:rgb(var(--status-success-09))}:host([variant=info]){--color:rgb(var(--status-info-06));--background:rgb(var(--status-info-09))}:host([variant=primary]){--color:rgb(var(--brand-maggioli-03));--background:rgb(var(--tone-neutral-08))}";

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-4f7098da.js');
const index = require('./index-1d846f7a.js');
/*
Stencil Client Patch Browser v2.22.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.22.2 | MIT Licensed | https://stenciljs.com
*/

@@ -11,0 +11,0 @@ const patchBrowser = () => {

@@ -7,3 +7,3 @@ {

"name": "@stencil/core",
"version": "2.22.1",
"version": "2.22.2",
"typescriptVersion": "4.9.4"

@@ -10,0 +10,0 @@ },

import jsonIconsDictionary from '../fixtures/icons.json';
import jsonMggIconsDictionary from '../fixtures/iconsauce.json';
const iconsDictionary = jsonIconsDictionary;
export { iconsDictionary, };
const mggIconsDictionary = jsonMggIconsDictionary;
export { iconsDictionary, mggIconsDictionary, };

@@ -1,1 +0,1 @@

import{p as promiseResolve,b as bootstrapLazy}from"./index-b3c033e7.js";export{s as setNonce}from"./index-b3c033e7.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,r){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){return bootstrapLazy([["mds-progress",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)}))};export{defineCustomElements};
import{p as promiseResolve,b as bootstrapLazy}from"./index-b254472d.js";export{s as setNonce}from"./index-b254472d.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,r){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){return bootstrapLazy([["mds-progress",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)}))};export{defineCustomElements};

@@ -1,1 +0,1 @@

import{r as registerInstance,h,H as Host,g as getElement}from"./index-b3c033e7.js";var mdsProgressCss="@tailwind utilities; :host{--background:rgb(var(--tone-neutral-08));--color:rgb(var(--brand-maggioli-03));--duration:500ms;--radius:0.5rem;--thickness:0.5rem;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;-webkit-transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration:150ms;transition-duration:150ms;background-color:var(--background);border-radius:var(--radius);height:var(--thickness);min-width:var(--thickness)}:host([direction=vertical]){height:100%;width:auto;-ms-flex-direction:column;flex-direction:column;height:unset;width:var(--thickness);min-height:var(--thickness)}.progress{-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);background-color:var(--color);border-radius:var(--radius);-webkit-transition-duration:var(--duration);transition-duration:var(--duration);-webkit-transition-property:background-color, flex-grow;transition-property:background-color, flex-grow;transition-property:background-color, flex-grow, -ms-flex-positive}.fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host([variant=dark]){--color:rgb(var(--tone-neutral-04));--background:rgb(var(--tone-neutral-08))}:host([variant=light]){--color:rgb(var(--tone-neutral));--background:rgb(var(--tone-neutral-05))}:host([variant=error]){--color:rgb(var(--status-error-06));--background:rgb(var(--status-error-09))}:host([variant=warning]){--color:rgb(var(--status-warning-06));--background:rgb(var(--status-warning-09))}:host([variant=success]){--color:rgb(var(--status-success-06));--background:rgb(var(--status-success-09))}:host([variant=info]){--color:rgb(var(--status-info-06));--background:rgb(var(--status-info-09))}:host([variant=primary]){--color:rgb(var(--brand-maggioli-03));--background:rgb(var(--tone-neutral-08))}";var MdsProgress=function(){function r(r){registerInstance(this,r);this.stepsList=[];this.currentStep=undefined;this.progress=0;this.direction="horizontal";this.variant="dark";this.steps="Inizio,Un quarto,Metà,Tre quarti,Fine"}r.prototype.componentWillLoad=function(){this.stepsList=this.steps.split(",");this.setProgress(this.progress)};r.prototype.setProgress=function(r){if(this.steps){this.currentStep=this.stepsList[Math.round(r*(this.stepsList.length-1))];this.element.setAttribute("aria-valuetext",this.currentStep)}};r.prototype.progressChanged=function(r){this.setProgress(r)};r.prototype.stepsChanged=function(r){this.stepsList=r.split(",")};r.prototype.render=function(){return h(Host,{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":Math.round(this.progress*100),role:"progressbar"},h("div",{class:"progress",style:this.direction==="horizontal"?{flexGrow:"".concat(this.progress)}:{flexGrow:"".concat(this.progress),width:"100%"}}))};Object.defineProperty(r.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(r,"watchers",{get:function(){return{progress:["progressChanged"],steps:["stepsChanged"]}},enumerable:false,configurable:true});return r}();MdsProgress.style=mdsProgressCss;export{MdsProgress as mds_progress};
import{r as registerInstance,h,H as Host,g as getElement}from"./index-b254472d.js";var mdsProgressCss="@tailwind utilities; :host{--background:rgb(var(--tone-neutral-08));--color:rgb(var(--brand-maggioli-03));--duration:500ms;--radius:0.5rem;--thickness:0.5rem;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;-webkit-transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration:150ms;transition-duration:150ms;background-color:var(--background);border-radius:var(--radius);height:var(--thickness);min-width:var(--thickness)}:host([direction=vertical]){height:100%;width:auto;-ms-flex-direction:column;flex-direction:column;height:unset;width:var(--thickness);min-height:var(--thickness)}.progress{-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);background-color:var(--color);border-radius:var(--radius);-webkit-transition-duration:var(--duration);transition-duration:var(--duration);-webkit-transition-property:background-color, flex-grow;transition-property:background-color, flex-grow;transition-property:background-color, flex-grow, -ms-flex-positive}.fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host([variant=dark]){--color:rgb(var(--tone-neutral-04));--background:rgb(var(--tone-neutral-08))}:host([variant=light]){--color:rgb(var(--tone-neutral));--background:rgb(var(--tone-neutral-05))}:host([variant=error]){--color:rgb(var(--status-error-06));--background:rgb(var(--status-error-09))}:host([variant=warning]){--color:rgb(var(--status-warning-06));--background:rgb(var(--status-warning-09))}:host([variant=success]){--color:rgb(var(--status-success-06));--background:rgb(var(--status-success-09))}:host([variant=info]){--color:rgb(var(--status-info-06));--background:rgb(var(--status-info-09))}:host([variant=primary]){--color:rgb(var(--brand-maggioli-03));--background:rgb(var(--tone-neutral-08))}";var MdsProgress=function(){function r(r){registerInstance(this,r);this.stepsList=[];this.currentStep=undefined;this.progress=0;this.direction="horizontal";this.variant="dark";this.steps="Inizio,Un quarto,Metà,Tre quarti,Fine"}r.prototype.componentWillLoad=function(){this.stepsList=this.steps.split(",");this.setProgress(this.progress)};r.prototype.setProgress=function(r){if(this.steps){this.currentStep=this.stepsList[Math.round(r*(this.stepsList.length-1))];this.element.setAttribute("aria-valuetext",this.currentStep)}};r.prototype.progressChanged=function(r){this.setProgress(r)};r.prototype.stepsChanged=function(r){this.stepsList=r.split(",")};r.prototype.render=function(){return h(Host,{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":Math.round(this.progress*100),role:"progressbar"},h("div",{class:"progress",style:this.direction==="horizontal"?{flexGrow:"".concat(this.progress)}:{flexGrow:"".concat(this.progress),width:"100%"}}))};Object.defineProperty(r.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(r,"watchers",{get:function(){return{progress:["progressChanged"],steps:["stepsChanged"]}},enumerable:false,configurable:true});return r}();MdsProgress.style=mdsProgressCss;export{MdsProgress as mds_progress};

@@ -1,1 +0,1 @@

import{p as promiseResolve,b as bootstrapLazy}from"./index-b3c033e7.js";export{s as setNonce}from"./index-b3c033e7.js";var patchBrowser=function(){var r=import.meta.url;var e={};if(r!==""){e.resourcesUrl=new URL(".",r).href}return promiseResolve(e)};patchBrowser().then((function(r){return bootstrapLazy([["mds-progress",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)}));
import{p as promiseResolve,b as bootstrapLazy}from"./index-b254472d.js";export{s as setNonce}from"./index-b254472d.js";var patchBrowser=function(){var r=import.meta.url;var e={};if(r!==""){e.resourcesUrl=new URL(".",r).href}return promiseResolve(e)};patchBrowser().then((function(r){return bootstrapLazy([["mds-progress",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)}));

@@ -1,6 +0,6 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-b3c033e7.js';
export { s as setNonce } from './index-b3c033e7.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-b254472d.js';
export { s as setNonce } from './index-b254472d.js';
/*
Stencil Client Patch Esm v2.22.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.22.2 | MIT Licensed | https://stenciljs.com
*/

@@ -7,0 +7,0 @@ const patchEsm = () => {

@@ -1,2 +0,2 @@

import { r as registerInstance, h, H as Host, g as getElement } from './index-b3c033e7.js';
import { r as registerInstance, h, H as Host, g as getElement } from './index-b254472d.js';

@@ -3,0 +3,0 @@ const mdsProgressCss = "@tailwind utilities; :host{--background:rgb(var(--tone-neutral-08));--color:rgb(var(--brand-maggioli-03));--duration:500ms;--radius:0.5rem;--thickness:0.5rem;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;-webkit-transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration:150ms;transition-duration:150ms;background-color:var(--background);border-radius:var(--radius);height:var(--thickness);min-width:var(--thickness)}:host([direction=vertical]){height:100%;width:auto;-ms-flex-direction:column;flex-direction:column;height:unset;width:var(--thickness);min-height:var(--thickness)}.progress{-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);background-color:var(--color);border-radius:var(--radius);-webkit-transition-duration:var(--duration);transition-duration:var(--duration);-webkit-transition-property:background-color, flex-grow;transition-property:background-color, flex-grow;transition-property:background-color, flex-grow, -ms-flex-positive}.fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host([variant=dark]){--color:rgb(var(--tone-neutral-04));--background:rgb(var(--tone-neutral-08))}:host([variant=light]){--color:rgb(var(--tone-neutral));--background:rgb(var(--tone-neutral-05))}:host([variant=error]){--color:rgb(var(--status-error-06));--background:rgb(var(--status-error-09))}:host([variant=warning]){--color:rgb(var(--status-warning-06));--background:rgb(var(--status-warning-09))}:host([variant=success]){--color:rgb(var(--status-success-06));--background:rgb(var(--status-success-09))}:host([variant=info]){--color:rgb(var(--status-info-06));--background:rgb(var(--status-info-09))}:host([variant=primary]){--color:rgb(var(--brand-maggioli-03));--background:rgb(var(--tone-neutral-08))}";

@@ -1,6 +0,6 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-b3c033e7.js';
export { s as setNonce } from './index-b3c033e7.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-b254472d.js';
export { s as setNonce } from './index-b254472d.js';
/*
Stencil Client Patch Browser v2.22.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.22.2 | MIT Licensed | https://stenciljs.com
*/

@@ -7,0 +7,0 @@ const patchBrowser = () => {

@@ -1,1 +0,1 @@

import{p as r,b as e}from"./p-fd162e66.js";export{s as setNonce}from"./p-fd162e66.js";(()=>{const s=import.meta.url,e={};return""!==s&&(e.resourcesUrl=new URL(".",s).href),r(e)})().then((r=>e([["p-dbcd2e3f",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)));
import{p as r,b as e}from"./p-d657b3ae.js";export{s as setNonce}from"./p-d657b3ae.js";(()=>{const s=import.meta.url,e={};return""!==s&&(e.resourcesUrl=new URL(".",s).href),r(e)})().then((r=>e([["p-b46a06eb",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)));
{
"timestamp": "2023-01-20T18:25:25",
"timestamp": "2023-02-20T10:26:58",
"compiler": {

@@ -59,3 +59,3 @@ "name": "node",

"generatedFiles": [
"./dist/cjs/index-4f7098da.js",
"./dist/cjs/index-1d846f7a.js",
"./dist/cjs/index.cjs.js",

@@ -65,3 +65,3 @@ "./dist/cjs/loader.cjs.js",

"./dist/cjs/mds-progress.cjs.js",
"./dist/esm-es5/index-b3c033e7.js",
"./dist/esm-es5/index-b254472d.js",
"./dist/esm-es5/index.js",

@@ -71,3 +71,3 @@ "./dist/esm-es5/loader.js",

"./dist/esm-es5/mds-progress.js",
"./dist/esm/index-b3c033e7.js",
"./dist/esm/index-b254472d.js",
"./dist/esm/index.js",

@@ -82,17 +82,17 @@ "./dist/esm/loader.js",

"./dist/mds-progress/mds-progress.js",
"./dist/mds-progress/p-4777dfba.system.js",
"./dist/mds-progress/p-50ea2036.system.js",
"./dist/mds-progress/p-86248014.system.entry.js",
"./dist/mds-progress/p-8eb3f463.system.js",
"./dist/mds-progress/p-dbcd2e3f.entry.js",
"./dist/mds-progress/p-fd162e66.js",
"./dist/mds-progress/p-86f204e8.system.js",
"./dist/mds-progress/p-8e872f12.system.entry.js",
"./dist/mds-progress/p-ae3a1868.system.js",
"./dist/mds-progress/p-b46a06eb.entry.js",
"./dist/mds-progress/p-d657b3ae.js",
"./www/build/index.esm.js",
"./www/build/mds-progress.esm.js",
"./www/build/mds-progress.js",
"./www/build/p-4777dfba.system.js",
"./www/build/p-50ea2036.system.js",
"./www/build/p-86248014.system.entry.js",
"./www/build/p-8eb3f463.system.js",
"./www/build/p-dbcd2e3f.entry.js",
"./www/build/p-fd162e66.js"
"./www/build/p-86f204e8.system.js",
"./www/build/p-8e872f12.system.entry.js",
"./www/build/p-ae3a1868.system.js",
"./www/build/p-b46a06eb.entry.js",
"./www/build/p-d657b3ae.js"
]

@@ -130,6 +130,6 @@ },

],
"bundleId": "p-dbcd2e3f",
"fileName": "p-dbcd2e3f.entry.js",
"bundleId": "p-b46a06eb",
"fileName": "p-b46a06eb.entry.js",
"imports": [
"p-fd162e66.js"
"p-d657b3ae.js"
],

@@ -148,3 +148,3 @@ "originalByteSize": 4171

"imports": [
"index-b3c033e7.js"
"index-b254472d.js"
],

@@ -163,3 +163,3 @@ "originalByteSize": 4175

"imports": [
"index-b3c033e7.js"
"index-b254472d.js"
],

@@ -175,6 +175,6 @@ "originalByteSize": 4175

],
"bundleId": "p-86248014.system",
"fileName": "p-86248014.system.entry.js",
"bundleId": "p-8e872f12.system",
"fileName": "p-8e872f12.system.entry.js",
"imports": [
"p-8eb3f463.system.js"
"p-86f204e8.system.js"
],

@@ -193,3 +193,3 @@ "originalByteSize": 4630

"imports": [
"index-4f7098da.js"
"index-1d846f7a.js"
],

@@ -466,3 +466,29 @@ "originalByteSize": 4234

"assetsDirs": [],
"styleDocs": [],
"styleDocs": [
{
"name": "--background",
"docs": "Sets the background-color of the component",
"annotation": "prop"
},
{
"name": "--color",
"docs": "Sets the background-color of the progress",
"annotation": "prop"
},
{
"name": "--duration",
"docs": "Sets the duration of the progress bar animation",
"annotation": "prop"
},
{
"name": "--radius",
"docs": "Sets the border-radius of the component",
"annotation": "prop"
},
{
"name": "--thickness",
"docs": "Sets the thickness of the progress bar",
"annotation": "prop"
}
],
"docs": {

@@ -546,3 +572,3 @@ "tags": [],

"sc-mds-progress": [
"p-fd162e66.js"
"p-d657b3ae.js"
]

@@ -563,3 +589,4 @@ },

"./src/dictionary/icon.ts": [
"./src/fixtures/icons.json"
"./src/fixtures/icons.json",
"./src/fixtures/iconsauce.json"
],

@@ -566,0 +593,0 @@ "./src/dictionary/input-text-type.ts": [],

declare const iconsDictionary: string[];
export { iconsDictionary, };
declare const mggIconsDictionary: string[];
export { iconsDictionary, mggIconsDictionary, };

@@ -488,2 +488,10 @@ declare type CustomMethodDecorator<T> = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;

}
/**
* A Child VDOM node
*
* This has most of the same properties as {@link VNode} but friendlier names
* (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
* order to provide a friendlier public interface for users of the
* {@link FunctionalUtilities}).
*/
export interface ChildNode {

@@ -535,2 +543,5 @@ vtag?: string | number | Function;

export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
/**
* A virtual DOM node
*/
export interface VNode {

@@ -537,0 +548,0 @@ $flags$: number;

{
"name": "@maggioli-design-system/mds-progress",
"version": "2.2.0",
"version": "2.2.1",
"description": "mds-progress is a web-component from Maggioli Design System Magma, 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,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -18,2 +18,13 @@ # mds-progress

## CSS Custom Properties
| Name | Description |
| -------------- | ----------------------------------------------- |
| `--background` | Sets the background-color of the component |
| `--color` | Sets the background-color of the progress |
| `--duration` | Sets the duration of the progress bar animation |
| `--radius` | Sets the border-radius of the component |
| `--thickness` | Sets the thickness of the progress bar |
## Dependencies

@@ -20,0 +31,0 @@

@@ -18,4 +18,15 @@ # mds-progress

## CSS Custom Properties
| Name | Description |
| -------------- | ----------------------------------------------- |
| `--background` | Sets the background-color of the component |
| `--color` | Sets the background-color of the progress |
| `--duration` | Sets the duration of the progress bar animation |
| `--radius` | Sets the border-radius of the component |
| `--thickness` | Sets the thickness of the progress bar |
----------------------------------------------
Built with love @ **Maggioli Informatica / R&D Department**
import jsonIconsDictionary from '../fixtures/icons.json'
import jsonMggIconsDictionary from '../fixtures/iconsauce.json'
const iconsDictionary = jsonIconsDictionary
const mggIconsDictionary = jsonMggIconsDictionary
export {
iconsDictionary,
mggIconsDictionary,
}

@@ -13,2 +13,175 @@ [

"mdi/vector-curve",
"mgg/abitazione-principale",
"mgg/action-hide-down-side",
"mgg/action-hide-left-side",
"mgg/action-hide-right-side",
"mgg/action-hide-sidebar-left",
"mgg/action-hide-sidebar-right",
"mgg/action-show-down-side",
"mgg/action-show-left-side",
"mgg/action-show-right-side",
"mgg/action-show-sidebar-left",
"mgg/action-show-sidebar-right",
"mgg/add-document-settings",
"mgg/additional-contents",
"mgg/address-book-off",
"mgg/address-book-on",
"mgg/adv-denied",
"mgg/area-edificabile",
"mgg/area-weather",
"mgg/box-multiple",
"mgg/breadcrumb",
"mgg/calendar-euro",
"mgg/calendar-multiple",
"mgg/calendar-schedule",
"mgg/car-license",
"mgg/card-stamping",
"mgg/checklist",
"mgg/checklist-settings",
"mgg/citizenship",
"mgg/city-bin",
"mgg/copy-paste",
"mgg/data-analytics-alt",
"mgg/data-analytics-search",
"mgg/data-analytics-time",
"mgg/data-category-alt",
"mgg/data-civil-union",
"mgg/data-death-civil-union",
"mgg/data-death-marriage",
"mgg/data-end-civil-union",
"mgg/data-end-marriage",
"mgg/dataset",
"mgg/document-magic",
"mgg/document-rename",
"mgg/electronic-document",
"mgg/email-open-check",
"mgg/email-open-off",
"mgg/face-to-face-meeting",
"mgg/farmer",
"mgg/field",
"mgg/file-download",
"mgg/file-folder-tree",
"mgg/file-folder-tree-open",
"mgg/file-import",
"mgg/file-odt",
"mgg/file-rtf",
"mgg/file-settings-alt",
"mgg/file-stack",
"mgg/file-stack-alt",
"mgg/file-sub",
"mgg/file-type-document-attachment",
"mgg/file-type-document-multiple-attachment",
"mgg/file-type-document-rubber-stamp",
"mgg/file-type-home",
"mgg/file-type-pdf",
"mgg/file-type-success",
"mgg/file-type-warning",
"mgg/finance-euro-cashback",
"mgg/fit-horizontal",
"mgg/fit-vertical",
"mgg/fullscreen-on-alt",
"mgg/google-check-small",
"mgg/google-place-item",
"mgg/heart",
"mgg/heart-outline",
"mgg/historic-building",
"mgg/historic-building-unusable",
"mgg/home-hammer",
"mgg/home-number",
"mgg/inagibile",
"mgg/input-calendar-costs",
"mgg/input-calendar-period",
"mgg/input-calendar-time",
"mgg/isbn",
"mgg/judge-hammer",
"mgg/land-registry",
"mgg/layers",
"mgg/list-dot",
"mgg/logo-girasole-camuno",
"mgg/logo-gpl",
"mgg/logo-ilibro",
"mgg/map-marker-settings",
"mgg/military-draft",
"mgg/money-bag-settings",
"mgg/money-on-hand",
"mgg/move-down",
"mgg/move-left",
"mgg/move-right",
"mgg/move-row-down",
"mgg/move-row-up",
"mgg/move-up",
"mgg/multiple-payments",
"mgg/national-document",
"mgg/national-document-off",
"mgg/order-return-down-left-to-right",
"mgg/order-return-down-left-to-up",
"mgg/order-return-down-right-to-left",
"mgg/order-return-down-right-to-up",
"mgg/order-return-up-left-to-down",
"mgg/order-return-up-left-to-right",
"mgg/order-return-up-right-to-down",
"mgg/order-return-up-right-to-left",
"mgg/order-zigzag-down-left-to-right",
"mgg/order-zigzag-down-left-to-up",
"mgg/order-zigzag-down-right-to-left",
"mgg/order-zigzag-down-right-to-up",
"mgg/order-zigzag-up-left-to-down",
"mgg/order-zigzag-up-left-to-right",
"mgg/order-zigzag-up-right-to-down",
"mgg/order-zigzag-up-right-to-left",
"mgg/other-properties",
"mgg/other-properties-off",
"mgg/partial-wall",
"mgg/payment-settings",
"mgg/places-green",
"mgg/places-green-doc",
"mgg/places-green-history",
"mgg/places-green-info",
"mgg/places-holiday-beach",
"mgg/places-market",
"mgg/places-park",
"mgg/places-park-alt",
"mgg/places-store-access-denied",
"mgg/property-owner",
"mgg/relevance",
"mgg/reporting-abuse",
"mgg/residency-permit",
"mgg/rubber-stamp",
"mgg/rurale",
"mgg/search-maggioli",
"mgg/send-progress",
"mgg/settings-attachment",
"mgg/sign-shop",
"mgg/square-viewfinder",
"mgg/stamp",
"mgg/status-progress-a-quarter",
"mgg/status-progress-complete",
"mgg/status-progress-half",
"mgg/status-progress-three-quarter",
"mgg/stuck-codes",
"mgg/tea-light",
"mgg/terminal",
"mgg/todo",
"mgg/todo-completed",
"mgg/todo-completed-re-executable",
"mgg/todo-in-charge-by-me",
"mgg/todo-in-charge-by-others",
"mgg/todo-in-evaluation",
"mgg/todo-in-evaluation-by-others",
"mgg/todo-incoming-in-charge",
"mgg/todo-incoming-rejected",
"mgg/todo-pause",
"mgg/todo-running-completed",
"mgg/todo-suspended",
"mgg/traffic-cone",
"mgg/trending-down",
"mgg/tributes",
"mgg/urban-city",
"mgg/user-dead",
"mgg/user-family",
"mgg/user-location",
"mgg/user-location-off",
"mgg/view-chart-gantt",
"mgg/view-side-by-side",
"mgg/work-book",
"mi/baseline/account-balance",

@@ -15,0 +188,0 @@ "mi/baseline/account-balance-wallet",

@@ -1,1 +0,1 @@

import{p as r,b as e}from"./p-fd162e66.js";export{s as setNonce}from"./p-fd162e66.js";(()=>{const s=import.meta.url,e={};return""!==s&&(e.resourcesUrl=new URL(".",s).href),r(e)})().then((r=>e([["p-dbcd2e3f",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)));
import{p as r,b as e}from"./p-d657b3ae.js";export{s as setNonce}from"./p-d657b3ae.js";(()=>{const s=import.meta.url,e={};return""!==s&&(e.resourcesUrl=new URL(".",s).href),r(e)})().then((r=>e([["p-b46a06eb",[[1,"mds-progress",{progress:[2],direction:[513],variant:[513],steps:[1],currentStep:[32]}]]]],r)));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc