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

@maggioli-design-system/mds-stepper-bar-item

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/mds-stepper-bar-item - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

dist/cjs/index-7559b23d.js

13

dist/cjs/loader.cjs.js

@@ -5,16 +5,7 @@ 'use strict';

const index = require('./index-2df33c47.js');
const index = require('./index-7559b23d.js');
/*
Stencil Client Patch Esm v2.22.3 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
if (typeof window === 'undefined') return undefined;
return index.bootstrapLazy([["mds-stepper-bar-item.cjs",[[1,"mds-stepper-bar-item",{"label":[1],"step":[4],"badge":[1540],"icon":[1],"iconChecked":[1,"icon-checked"],"done":[516],"current":[1540],"value":[513],"typography":[1],"isDone":[32],"isCurrent":[32],"index":[32]}]]]], options);
});
};

@@ -21,0 +12,0 @@

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

const index = require('./index-2df33c47.js');
const index = require('./index-7559b23d.js');

@@ -8,0 +8,0 @@ function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}

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

const index = require('./index-2df33c47.js');
const index = require('./index-7559b23d.js');
/*
Stencil Client Patch Browser v2.22.3 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v4.2.1 | MIT Licensed | https://stenciljs.com
*/

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

{
"entries": [
"./components/mds-stepper-bar-item/mds-stepper-bar-item.js"
"components/mds-stepper-bar-item/mds-stepper-bar-item.js"
],
"compiler": {
"name": "@stencil/core",
"version": "2.22.3",
"typescriptVersion": "4.9.4"
"version": "4.2.1",
"typescriptVersion": "5.1.6"
},

@@ -10,0 +10,0 @@ "collections": [],

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

import { Host, h } from '@stencil/core';
import clsx from 'clsx';
import { Host, h } from "@stencil/core";
import clsx from "clsx";
export class MdsStepperBarItem {

@@ -205,3 +205,4 @@ constructor() {

"location": "import",
"path": "@type/typography"
"path": "@type/typography",
"id": "src/type/typography.ts::TypographyType"
}

@@ -246,3 +247,4 @@ }

"location": "import",
"path": "./meta/event-detail"
"path": "./meta/event-detail",
"id": "src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail"
}

@@ -249,0 +251,0 @@ }

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

import { iconsDictionary, mggIconsDictionary } from '@dictionary/icon';
import { typographyInfoDictionary } from '@dictionary/typography';
import { h } from '@stencil/core';
import { iconsDictionary, mggIconsDictionary } from "../../../dictionary/icon";
import { typographyInfoDictionary } from "../../../dictionary/typography";
import { h } from "@stencil/core";
export default {

@@ -5,0 +5,0 @@ title: 'UI / Stepper Bar / Stepper Bar Item',

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

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

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

/* MdsStepperBarItem custom elements */
export { MdsStepperBarItem as MdsStepperBarItem } from '../types/components/mds-stepper-bar-item/mds-stepper-bar-item';
/**
* Get the base path to where the assets can be found. Use "setAssetPath(path)"
* if the path needs to be customized.
*/
export declare const getAssetPath: (path: string) => string;

@@ -31,2 +34,1 @@ /**

export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
export * from '../types/components';

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

export { setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
export { MdsStepperBarItem, defineCustomElement as defineCustomElementMdsStepperBarItem } from './mds-stepper-bar-item.js';
export { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';

@@ -7,3 +7,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';

const MdsStepperBarItem$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
const MdsStepperBarItem$1 = /*@__PURE__*/ proxyCustomElement(class MdsStepperBarItem extends HTMLElement {
constructor() {

@@ -10,0 +10,0 @@ super();

@@ -6,49 +6,251 @@

*/
interface ComponentCompilerPropertyComplexType {
/**
* The string of the original type annotation in the Stencil source code
*/
original: string;
/**
* A 'resolved' type, where e.g. imported types have been resolved and inlined
*
* For instance, an annotation like `(foo: Foo) => string;` will be
* converted to `(foo: { foo: string }) => string;`.
*/
resolved: string;
/**
* A record of the types which were referenced in the assorted type
* annotation in the original source file.
*/
references: ComponentCompilerTypeReferences;
}
type ComponentCompilerTypeReferences = Record<string, ComponentCompilerTypeReference>;
interface ComponentCompilerTypeReference {
/**
* A type may be defined:
* - locally (in the same file as the component that uses it)
* - globally
* - by importing it into a file (and is defined elsewhere)
*/
location: "local" | "global" | "import";
/**
* The path to the type reference, if applicable (global types should not need a path associated with them)
*/
path?: string;
/**
* An ID for this type which is unique within a Stencil project.
*/
id: string;
}
interface ComponentCompilerReferencedType {
/**
* The path to the module where the type is declared.
*/
path: string;
/**
* The string of the original type annotation in the Stencil source code
*/
declaration: string;
/**
* An extracted docstring
*/
docstring: string;
}
interface ComponentCompilerEventComplexType {
original: string;
resolved: string;
references: ComponentCompilerTypeReferences;
}
interface ComponentCompilerMethodComplexType {
signature: string;
parameters: CompilerJsDoc[];
references: ComponentCompilerTypeReferences;
return: string;
}
interface CompilerJsDoc {
/**
* The text associated with the JSDoc
*/
text: string;
/**
* Tags included in the JSDoc
*/
tags: CompilerJsDocTagInfo[];
}
interface CompilerJsDocTagInfo {
/**
* The name of the tag - e.g. `@deprecated`
*/
name: string;
/**
* Additional text that is associated with the tag - e.g. `@deprecated use v2 of this API`
*/
text?: string;
}
/**
* The Type Library holds information about the types which are used in a
* Stencil project. During compilation, Stencil gathers information about the
* types which form part of a component's public API, such as properties
* decorated with `@Prop`, `@Event`, `@Watch`, etc. This type information is
* then added to the Type Library, where it can be accessed later on for
* generating documentation.
*
* This information is included in the file written by the `docs-json` output
* target (see {@link JsonDocs.typeLibrary}).
*/
export type JsonDocsTypeLibrary = Record<string, ComponentCompilerReferencedType>;
/**
* A container for JSDoc metadata for a project
*/
export interface JsonDocs {
components: JsonDocsComponent[];
timestamp: string;
compiler: {
name: string;
version: string;
typescriptVersion: string;
};
}
export interface JsonDocsComponent {
dirPath?: string;
fileName?: string;
filePath?: string;
readmePath?: string;
usagesDir?: string;
encapsulation: 'shadow' | 'scoped' | 'none';
tag: string;
readme: string;
docs: string;
docsTags: JsonDocsTag[];
/**
* The metadata for the JSDocs for each component in a Stencil project
*/
components: JsonDocsComponent[];
/**
* The timestamp at which the metadata was generated, in the format YYYY-MM-DDThh:mm:ss
*/
timestamp: string;
compiler: {
/**
* The text from the class-level JSDoc for a Stencil component, if present.
* The name of the compiler that generated the metadata
*/
overview?: string;
usage: JsonDocsUsage;
props: JsonDocsProp[];
methods: JsonDocsMethod[];
events: JsonDocsEvent[];
listeners: JsonDocsListener[];
styles: JsonDocsStyle[];
slots: JsonDocsSlot[];
parts: JsonDocsPart[];
dependents: string[];
dependencies: string[];
dependencyGraph: JsonDocsDependencyGraph;
deprecation?: string;
name: string;
/**
* The version of the Stencil compiler that generated the metadata
*/
version: string;
/**
* The version of TypeScript that was used to generate the metadata
*/
typescriptVersion: string;
};
typeLibrary: JsonDocsTypeLibrary;
}
/**
* Container for JSDoc metadata for a single Stencil component
*/
export interface JsonDocsComponent {
/**
* The directory containing the Stencil component, minus the file name.
*
* @example /workspaces/stencil-project/src/components/my-component
*/
dirPath?: string;
/**
* The name of the file containing the Stencil component, with no path
*
* @example my-component.tsx
*/
fileName?: string;
/**
* The full path of the file containing the Stencil component
*
* @example /workspaces/stencil-project/src/components/my-component/my-component.tsx
*/
filePath?: string;
/**
* The path to the component's `readme.md` file, including the filename
*
* @example /workspaces/stencil-project/src/components/my-component/readme.md
*/
readmePath?: string;
/**
* The path to the component's `usage` directory
*
* @example /workspaces/stencil-project/src/components/my-component/usage/
*/
usagesDir?: string;
/**
* The encapsulation strategy for a component
*/
encapsulation: "shadow" | "scoped" | "none";
/**
* The tag name for the component, for use in HTML
*/
tag: string;
/**
* The contents of a component's `readme.md` that are user generated.
*
* Auto-generated contents are not stored in this reference.
*/
readme: string;
/**
* The description of a Stencil component, found in the JSDoc that sits above the component's declaration
*/
docs: string;
/**
* JSDoc tags found in the JSDoc comment written atop a component's declaration
*/
docsTags: JsonDocsTag[];
/**
* The text from the class-level JSDoc for a Stencil component, if present.
*/
overview?: string;
/**
* A mapping of usage example file names to their contents for the component.
*/
usage: JsonDocsUsage;
/**
* Array of metadata for a component's `@Prop`s
*/
props: JsonDocsProp[];
/**
* Array of metadata for a component's `@Method`s
*/
methods: JsonDocsMethod[];
/**
* Array of metadata for a component's `@Event`s
*/
events: JsonDocsEvent[];
/**
* Array of metadata for a component's `@Listen` handlers
*/
listeners: JsonDocsListener[];
/**
* Array of metadata for a component's CSS styling information
*/
styles: JsonDocsStyle[];
/**
* Array of component Slot information, generated from `@slot` tags
*/
slots: JsonDocsSlot[];
/**
* Array of component Parts information, generate from `@part` tags
*/
parts: JsonDocsPart[];
/**
* Array of metadata describing where the current component is used
*/
dependents: string[];
/**
* Array of metadata listing the components which are used in current component
*/
dependencies: string[];
/**
* Describes a tree of components coupling
*/
dependencyGraph: JsonDocsDependencyGraph;
/**
* A deprecation reason/description found following a `@deprecated` tag
*/
deprecation?: string;
}
export interface JsonDocsDependencyGraph {
[tagName: string]: string[];
[tagName: string]: string[];
}
/**
* A descriptor for a single JSDoc tag found in a block comment
*/
export interface JsonDocsTag {
name: string;
text?: string;
/**
* The tag name (immediately following the '@')
*/
name: string;
/**
* The description that immediately follows the tag name
*/
text?: string;
}
export interface JsonDocsValue {
value?: string;
type: string;
value?: string;
type: string;
}

@@ -76,75 +278,146 @@ /**

export interface JsonDocsUsage {
[key: string]: string;
[key: string]: string;
}
/**
* An intermediate representation of a `@Prop` decorated member's JSDoc
*/
export interface JsonDocsProp {
name: string;
type: string;
mutable: boolean;
/**
* The name of the attribute that is exposed to configure a compiled web component
*/
attr?: string;
reflectToAttr: boolean;
docs: string;
docsTags: JsonDocsTag[];
default: string;
deprecation?: string;
values: JsonDocsValue[];
optional: boolean;
required: boolean;
/**
* the name of the prop
*/
name: string;
complexType?: ComponentCompilerPropertyComplexType;
/**
* the type of the prop, in terms of the TypeScript type system (as opposed to JavaScript's or HTML's)
*/
type: string;
/**
* `true` if the prop was configured as "mutable" where it was declared, `false` otherwise
*/
mutable: boolean;
/**
* The name of the attribute that is exposed to configure a compiled web component
*/
attr?: string;
/**
* `true` if the prop was configured to "reflect" back to HTML where it (the prop) was declared, `false` otherwise
*/
reflectToAttr: boolean;
/**
* the JSDoc description text associated with the prop
*/
docs: string;
/**
* JSDoc tags associated with the prop
*/
docsTags: JsonDocsTag[];
/**
* The default value of the prop
*/
default?: string;
/**
* Deprecation text associated with the prop. This is the text that immediately follows a `@deprecated` tag
*/
deprecation?: string;
values: JsonDocsValue[];
/**
* `true` if a component is declared with a '?', `false` otherwise
*
* @example
* ```tsx
* @Prop() componentProps?: any;
* ```
*/
optional: boolean;
/**
* `true` if a component is declared with a '!', `false` otherwise
*
* @example
* ```tsx
* @Prop() componentProps!: any;
* ```
*/
required: boolean;
}
export interface JsonDocsMethod {
name: string;
docs: string;
docsTags: JsonDocsTag[];
deprecation?: string;
signature: string;
returns: JsonDocsMethodReturn;
parameters: JsonDocMethodParameter[];
name: string;
docs: string;
docsTags: JsonDocsTag[];
deprecation?: string;
signature: string;
returns: JsonDocsMethodReturn;
parameters: JsonDocMethodParameter[];
complexType: ComponentCompilerMethodComplexType;
}
export interface JsonDocsMethodReturn {
type: string;
docs: string;
type: string;
docs: string;
}
export interface JsonDocMethodParameter {
name: string;
type: string;
docs: string;
name: string;
type: string;
docs: string;
}
export interface JsonDocsEvent {
event: string;
bubbles: boolean;
cancelable: boolean;
composed: boolean;
docs: string;
docsTags: JsonDocsTag[];
deprecation?: string;
detail: string;
event: string;
bubbles: boolean;
cancelable: boolean;
composed: boolean;
complexType: ComponentCompilerEventComplexType;
docs: string;
docsTags: JsonDocsTag[];
deprecation?: string;
detail: string;
}
export interface JsonDocsStyle {
name: string;
docs: string;
annotation: string;
name: string;
docs: string;
annotation: string;
}
export interface JsonDocsListener {
event: string;
target?: string;
capture: boolean;
passive: boolean;
event: string;
target?: string;
capture: boolean;
passive: boolean;
}
/**
* A descriptor for a slot
*
* Objects of this type are translated from the JSDoc tag, `@slot`
*/
export interface JsonDocsSlot {
name: string;
docs: string;
/**
* The name of the slot. Defaults to an empty string for an unnamed slot.
*/
name: string;
/**
* A textual description of the slot.
*/
docs: string;
}
/**
* A descriptor of a CSS Shadow Part
*
* Objects of this type are translated from the JSDoc tag, `@part`, or the 'part'
* attribute on a component in TSX
*/
export interface JsonDocsPart {
name: string;
docs: string;
/**
* The name of the Shadow part
*/
name: string;
/**
* A textual description of the Shadow part.
*/
docs: string;
}
export interface StyleDoc {
name: string;
docs: string;
annotation: 'prop';
name: string;
docs: string;
annotation: "prop";
}
export {};
declare const _default: JsonDocs;
export default _default;
{
"timestamp": "2023-07-05T10:32:56",
"timestamp": "2023-09-18T09:20:23",
"compiler": {
"name": "@stencil/core",
"version": "2.22.3",
"typescriptVersion": "4.9.4"
"version": "4.2.1",
"typescriptVersion": "5.1.6"
},
"components": [
{
"filePath": "./src/components/mds-stepper-bar-item/mds-stepper-bar-item.tsx",
"filePath": "src/components/mds-stepper-bar-item/mds-stepper-bar-item.tsx",
"encapsulation": "shadow",

@@ -20,2 +20,7 @@ "tag": "mds-stepper-bar-item",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": true,

@@ -37,2 +42,7 @@ "attr": "badge",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": true,

@@ -55,2 +65,7 @@ "attr": "current",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": false,

@@ -73,2 +88,7 @@ "attr": "done",

"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,

@@ -90,2 +110,7 @@ "attr": "icon",

"type": "string | undefined",
"complexType": {
"original": "string | undefined",
"resolved": "string | undefined",
"references": {}
},
"mutable": false,

@@ -111,2 +136,7 @@ "attr": "icon-checked",

"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,

@@ -128,2 +158,7 @@ "attr": "label",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": false,

@@ -145,2 +180,13 @@ "attr": "step",

"type": "\"action\" | \"caption\" | \"detail\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"hack\" | \"label\" | \"option\" | \"paragraph\" | \"snippet\" | \"tip\" | undefined",
"complexType": {
"original": "TypographyType",
"resolved": "\"action\" | \"caption\" | \"detail\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"hack\" | \"label\" | \"option\" | \"paragraph\" | \"snippet\" | \"tip\" | undefined",
"references": {
"TypographyType": {
"location": "import",
"path": "@type/typography",
"id": "src/type/typography.ts::TypographyType"
}
}
},
"mutable": false,

@@ -223,2 +269,7 @@ "attr": "typography",

"type": "string | undefined",
"complexType": {
"original": "string",
"resolved": "string | undefined",
"references": {}
},
"mutable": false,

@@ -247,2 +298,13 @@ "attr": "value",

"bubbles": true,
"complexType": {
"original": "MdsStepperBarItemEventDetail",
"resolved": "MdsStepperBarItemEventDetail",
"references": {
"MdsStepperBarItemEventDetail": {
"location": "import",
"path": "./meta/event-detail",
"id": "src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail"
}
}
},
"cancelable": true,

@@ -328,3 +390,15 @@ "composed": true,

}
]
],
"typeLibrary": {
"src/type/typography.ts::TypographyType": {
"declaration": "export type TypographyType =\n | 'action'\n | 'caption'\n | 'snippet'\n | 'detail'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'hack'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail": {
"declaration": "export interface MdsStepperBarItemEventDetail {\n value: string\n}",
"docstring": "",
"path": "src/components/mds-stepper-bar-item/meta/event-detail.ts"
}
}
}

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

import{p as promiseResolve,b as bootstrapLazy}from"./index-2eb0845c.js";export{s as setNonce}from"./index-2eb0845c.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,t){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){return bootstrapLazy([["mds-stepper-bar-item",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],t)}))};export{defineCustomElements};
import{b as bootstrapLazy}from"./index-e0cb9d8c.js";export{s as setNonce}from"./index-e0cb9d8c.js";var defineCustomElements=function(e,n){if(typeof window==="undefined")return undefined;return bootstrapLazy([["mds-stepper-bar-item",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],n)};export{defineCustomElements};

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

var __spreadArray=this&&this.__spreadArray||function(r,e,t){if(t||arguments.length===2)for(var i=0,o=e.length,s;i<o;i++){if(s||!(i in e)){if(!s)s=Array.prototype.slice.call(e,0,i);s[i]=e[i]}}return r.concat(s||Array.prototype.slice.call(e))};import{r as registerInstance,c as createEvent,h,H as Host,g as getElement}from"./index-2eb0845c.js";function r(e){var t,i,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(i=r(e[t]))&&(o&&(o+=" "),o+=i);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function clsx(){for(var e,t,i=0,o="";i<arguments.length;)(e=arguments[i++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}var mdsStepperBarItemCss="@tailwind components; .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{--mds-stepper-bar-item-color:rgb(var(--tone-neutral-03));--mds-stepper-bar-item-duaration:250ms;--mds-stepper-bar-item-icon-background-done:rgb(var(--status-success-05));--mds-stepper-bar-item-icon-background-current:rgb(var(--brand-maggioli-04));--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-progress-background, rgb(var(--tone-neutral-08)));--mds-stepper-bar-item-icon-color-done:rgb(var(--status-success-10));--mds-stepper-bar-item-icon-color-current:rgb(var(--tone-neutral));--mds-stepper-bar-item-icon-color:rgb(var(--tone-neutral-04));--mds-stepper-bar-item-icon-ring-color:var(--mds-stepper-bar-item-icon-background-current);--mds-stepper-bar-item-icon-ring-separator-color:rgb(var(--tone-neutral));--mds-stepper-bar-item-icon-ring-separator-size:0.375rem;--mds-stepper-bar-item-icon-ring-size:0.25rem;--mds-stepper-bar-item-min-width:180px;--mds-stepper-bar-item-progress-background:rgb(var(--tone-neutral-08));--mds-stepper-bar-item-progress-color:rgb(var(--status-success-04));--mds-stepper-bar-item-progress-thickness:0.5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0px;flex-basis:0px;scroll-snap-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:1rem;min-width:var(--mds-stepper-bar-item-min-width);padding-left:calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size));padding-top:calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size));-webkit-transition-property:outline, outline-offset;transition-property:outline, outline-offset}:host(:last-of-type){-ms-flex-preferred-size:0.25rem;flex-basis:0.25rem}:host(:last-of-type) .progress{display:none}:host([ done ]) .icon{--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-icon-background-done);--mds-stepper-bar-item-icon-color:var(--mds-stepper-bar-item-icon-color-done);-webkit-transition-delay:0ms;transition-delay:0ms}:host([ current ]) .icon{--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-icon-background-current);--mds-stepper-bar-item-icon-color:var(--mds-stepper-bar-item-icon-color-current);-webkit-box-shadow:0 0 0 var(--mds-stepper-bar-item-icon-ring-size) var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-size) var(--mds-stepper-bar-item-icon-ring-separator-color);box-shadow:0 0 0 var(--mds-stepper-bar-item-icon-ring-size) var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-size) var(--mds-stepper-bar-item-icon-ring-separator-color);-webkit-transition-delay:calc(var(--mds-stepper-bar-item-duaration) / 2);transition-delay:calc(var(--mds-stepper-bar-item-duaration) / 2)}:host(:not([ done ])) .icon,:host(:not([ current ])) .icon{--mds-stepper-bar-item-icon-ring-color:var(--mds-stepper-bar-item-icon-background)}.header{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;border-radius:0.375rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transition-property:outline, outline-offset;transition-property:outline, outline-offset}.icon{position:relative;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;border-radius:9999px;padding:0.5rem;-webkit-transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width, -webkit-box-shadow, -webkit-transform;-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(--mds-stepper-bar-item-icon-background);-webkit-box-shadow:0 0 0 0 var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-color);box-shadow:0 0 0 0 var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-color);fill:var(--mds-stepper-bar-item-icon-color);-webkit-transition-duration:var(--mds-stepper-bar-item-duaration);transition-duration:var(--mds-stepper-bar-item-duaration)}.progress{--mds-stepper-bar-item-background:var(--mds-stepper-bar-item-progress-background);--mds-stepper-bar-item-color:var(--mds-stepper-bar-item-progress-color);--mds-stepper-bar-item-thickness:var(--mds-stepper-bar-item-progress-thickness);margin-left:-0.25rem;-ms-flex-positive:1;flex-grow:1;margin-right:calc(calc(calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size)) * -1) - 0.25rem)}.infos{display:grid;gap:0.25rem;padding-left:0.25rem}.text{pointer-events:none;-webkit-transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width, -webkit-box-shadow, -webkit-transform;-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;color:var(--mds-stepper-bar-item-color);-webkit-transition-duration:var(--mds-stepper-bar-item-duaration);transition-duration:var(--mds-stepper-bar-item-duaration)}.badge{pointer-events:none;border-radius:9999px}.step{pointer-events:none;border-radius:9999px;--tw-text-opacity:1;color:rgba(var(--tone-neutral-04), var(--tw-text-opacity))}";var MdsStepperBarItem=function(){function r(r){var e=this;registerInstance(this,r);this.doneEvent=createEvent(this,"mdsStepperBarItemDone",7);this.showBadge=function(){if(e.isDone){return h("mds-badge",{class:"badge",variant:"success",tone:"weak",typography:"option"},"Completato")}if(e.isCurrent){return h("mds-badge",{class:"badge",variant:"info",tone:"weak",typography:"option"},"In corso")}return h("mds-badge",{class:"badge",variant:"dark",tone:"weak",typography:"option"},"In coda")};this.isDone=undefined;this.isCurrent=undefined;this.index=undefined;this.label=undefined;this.step=undefined;this.badge=undefined;this.icon=undefined;this.iconChecked=this.icon;this.done=false;this.current=false;this.value=undefined;this.typography="h6"}r.prototype.componentWillLoad=function(){this.isCurrent=this.current;this.isDone=this.done;var r=this.host.parentElement;if(r)this.index=__spreadArray([],Array.from(r.childNodes),true).indexOf(this.host)};r.prototype.selectedHandler=function(r){this.isDone=r};r.prototype.currentHandler=function(r){this.isCurrent=r};r.prototype.render=function(){return h(Host,null,h("header",{class:"header",tabindex:"0"},h("mds-icon",{class:"icon",name:clsx(this.isDone&&!this.isCurrent?this.iconChecked:this.icon)}),h("mds-progress",{class:"progress",progress:this.isDone?1:0})),h("div",{class:"infos"},this.step&&h("mds-text",{class:"step",typography:"option"},"step ",this.index+1),this.label&&h("mds-text",{class:"text",typography:this.typography},this.label),this.badge&&h("div",null,this.showBadge())))};Object.defineProperty(r.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(r,"watchers",{get:function(){return{done:["selectedHandler"],current:["currentHandler"]}},enumerable:false,configurable:true});return r}();MdsStepperBarItem.style=mdsStepperBarItemCss;export{MdsStepperBarItem as mds_stepper_bar_item};
var __spreadArray=this&&this.__spreadArray||function(r,e,t){if(t||arguments.length===2)for(var i=0,o=e.length,s;i<o;i++){if(s||!(i in e)){if(!s)s=Array.prototype.slice.call(e,0,i);s[i]=e[i]}}return r.concat(s||Array.prototype.slice.call(e))};import{r as registerInstance,c as createEvent,h,H as Host,g as getElement}from"./index-e0cb9d8c.js";function r(e){var t,i,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(i=r(e[t]))&&(o&&(o+=" "),o+=i);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function clsx(){for(var e,t,i=0,o="";i<arguments.length;)(e=arguments[i++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}var mdsStepperBarItemCss="@tailwind components; .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{--mds-stepper-bar-item-color:rgb(var(--tone-neutral-03));--mds-stepper-bar-item-duaration:250ms;--mds-stepper-bar-item-icon-background-done:rgb(var(--status-success-05));--mds-stepper-bar-item-icon-background-current:rgb(var(--brand-maggioli-04));--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-progress-background, rgb(var(--tone-neutral-08)));--mds-stepper-bar-item-icon-color-done:rgb(var(--status-success-10));--mds-stepper-bar-item-icon-color-current:rgb(var(--tone-neutral));--mds-stepper-bar-item-icon-color:rgb(var(--tone-neutral-04));--mds-stepper-bar-item-icon-ring-color:var(--mds-stepper-bar-item-icon-background-current);--mds-stepper-bar-item-icon-ring-separator-color:rgb(var(--tone-neutral));--mds-stepper-bar-item-icon-ring-separator-size:0.375rem;--mds-stepper-bar-item-icon-ring-size:0.25rem;--mds-stepper-bar-item-min-width:180px;--mds-stepper-bar-item-progress-background:rgb(var(--tone-neutral-08));--mds-stepper-bar-item-progress-color:rgb(var(--status-success-04));--mds-stepper-bar-item-progress-thickness:0.5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0px;flex-basis:0px;scroll-snap-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:1rem;min-width:var(--mds-stepper-bar-item-min-width);padding-left:calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size));padding-top:calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size));-webkit-transition-property:outline, outline-offset;transition-property:outline, outline-offset}:host(:last-of-type){-ms-flex-preferred-size:0.25rem;flex-basis:0.25rem}:host(:last-of-type) .progress{display:none}:host([ done ]) .icon{--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-icon-background-done);--mds-stepper-bar-item-icon-color:var(--mds-stepper-bar-item-icon-color-done);-webkit-transition-delay:0ms;transition-delay:0ms}:host([ current ]) .icon{--mds-stepper-bar-item-icon-background:var(--mds-stepper-bar-item-icon-background-current);--mds-stepper-bar-item-icon-color:var(--mds-stepper-bar-item-icon-color-current);-webkit-box-shadow:0 0 0 var(--mds-stepper-bar-item-icon-ring-size) var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-size) var(--mds-stepper-bar-item-icon-ring-separator-color);box-shadow:0 0 0 var(--mds-stepper-bar-item-icon-ring-size) var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-size) var(--mds-stepper-bar-item-icon-ring-separator-color);-webkit-transition-delay:calc(var(--mds-stepper-bar-item-duaration) / 2);transition-delay:calc(var(--mds-stepper-bar-item-duaration) / 2)}:host(:not([ done ])) .icon,:host(:not([ current ])) .icon{--mds-stepper-bar-item-icon-ring-color:var(--mds-stepper-bar-item-icon-background)}.header{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;border-radius:0.375rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transition-property:outline, outline-offset;transition-property:outline, outline-offset}.icon{position:relative;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;border-radius:9999px;padding:0.5rem;-webkit-transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width, -webkit-box-shadow, -webkit-transform;-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(--mds-stepper-bar-item-icon-background);-webkit-box-shadow:0 0 0 0 var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-color);box-shadow:0 0 0 0 var(--mds-stepper-bar-item-icon-ring-color), 0 0 0 0 var(--mds-stepper-bar-item-icon-ring-separator-color);fill:var(--mds-stepper-bar-item-icon-color);-webkit-transition-duration:var(--mds-stepper-bar-item-duaration);transition-duration:var(--mds-stepper-bar-item-duaration)}.progress{--mds-stepper-bar-item-background:var(--mds-stepper-bar-item-progress-background);--mds-stepper-bar-item-color:var(--mds-stepper-bar-item-progress-color);--mds-stepper-bar-item-thickness:var(--mds-stepper-bar-item-progress-thickness);margin-left:-0.25rem;-ms-flex-positive:1;flex-grow:1;margin-right:calc(calc(calc(var(--mds-stepper-bar-item-icon-ring-size) + var(--mds-stepper-bar-item-icon-ring-separator-size)) * -1) - 0.25rem)}.infos{display:grid;gap:0.25rem;padding-left:0.25rem}.text{pointer-events:none;-webkit-transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, height, margin, opacity, padding, width, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width;transition-property:background-color, border-color, box-shadow, color, fill, height, margin, opacity, padding, transform, width, -webkit-box-shadow, -webkit-transform;-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;color:var(--mds-stepper-bar-item-color);-webkit-transition-duration:var(--mds-stepper-bar-item-duaration);transition-duration:var(--mds-stepper-bar-item-duaration)}.badge{pointer-events:none;border-radius:9999px}.step{pointer-events:none;border-radius:9999px;--tw-text-opacity:1;color:rgba(var(--tone-neutral-04), var(--tw-text-opacity))}";var MdsStepperBarItem=function(){function r(r){var e=this;registerInstance(this,r);this.doneEvent=createEvent(this,"mdsStepperBarItemDone",7);this.showBadge=function(){if(e.isDone){return h("mds-badge",{class:"badge",variant:"success",tone:"weak",typography:"option"},"Completato")}if(e.isCurrent){return h("mds-badge",{class:"badge",variant:"info",tone:"weak",typography:"option"},"In corso")}return h("mds-badge",{class:"badge",variant:"dark",tone:"weak",typography:"option"},"In coda")};this.isDone=undefined;this.isCurrent=undefined;this.index=undefined;this.label=undefined;this.step=undefined;this.badge=undefined;this.icon=undefined;this.iconChecked=this.icon;this.done=false;this.current=false;this.value=undefined;this.typography="h6"}r.prototype.componentWillLoad=function(){this.isCurrent=this.current;this.isDone=this.done;var r=this.host.parentElement;if(r)this.index=__spreadArray([],Array.from(r.childNodes),true).indexOf(this.host)};r.prototype.selectedHandler=function(r){this.isDone=r};r.prototype.currentHandler=function(r){this.isCurrent=r};r.prototype.render=function(){return h(Host,null,h("header",{class:"header",tabindex:"0"},h("mds-icon",{class:"icon",name:clsx(this.isDone&&!this.isCurrent?this.iconChecked:this.icon)}),h("mds-progress",{class:"progress",progress:this.isDone?1:0})),h("div",{class:"infos"},this.step&&h("mds-text",{class:"step",typography:"option"},"step ",this.index+1),this.label&&h("mds-text",{class:"text",typography:this.typography},this.label),this.badge&&h("div",null,this.showBadge())))};Object.defineProperty(r.prototype,"host",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(r,"watchers",{get:function(){return{done:["selectedHandler"],current:["currentHandler"]}},enumerable:false,configurable:true});return r}();MdsStepperBarItem.style=mdsStepperBarItemCss;export{MdsStepperBarItem as mds_stepper_bar_item};

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

import{p as promiseResolve,b as bootstrapLazy}from"./index-2eb0845c.js";export{s as setNonce}from"./index-2eb0845c.js";var patchBrowser=function(){var e=import.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return promiseResolve(r)};patchBrowser().then((function(e){return bootstrapLazy([["mds-stepper-bar-item",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)}));
import{p as promiseResolve,b as bootstrapLazy}from"./index-e0cb9d8c.js";export{s as setNonce}from"./index-e0cb9d8c.js";var patchBrowser=function(){var e=import.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return promiseResolve(r)};patchBrowser().then((function(e){return bootstrapLazy([["mds-stepper-bar-item",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)}));

@@ -1,18 +0,9 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-2eb0845c.js';
export { s as setNonce } from './index-2eb0845c.js';
import { b as bootstrapLazy } from './index-e0cb9d8c.js';
export { s as setNonce } from './index-e0cb9d8c.js';
/*
Stencil Client Patch Esm v2.22.3 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
if (typeof window === 'undefined') return undefined;
return bootstrapLazy([["mds-stepper-bar-item",[[1,"mds-stepper-bar-item",{"label":[1],"step":[4],"badge":[1540],"icon":[1],"iconChecked":[1,"icon-checked"],"done":[516],"current":[1540],"value":[513],"typography":[1],"isDone":[32],"isCurrent":[32],"index":[32]}]]]], options);
});
};
export { defineCustomElements };

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

import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-2eb0845c.js';
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-e0cb9d8c.js';

@@ -3,0 +3,0 @@ function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}

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

import { p as promiseResolve, b as bootstrapLazy } from './index-2eb0845c.js';
export { s as setNonce } from './index-2eb0845c.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-e0cb9d8c.js';
export { s as setNonce } from './index-e0cb9d8c.js';
/*
Stencil Client Patch Browser v2.22.3 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v4.2.1 | MIT Licensed | https://stenciljs.com
*/

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

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

import{p as e,b as r}from"./p-33280b60.js";export{s as setNonce}from"./p-33280b60.js";(()=>{const r=import.meta.url,o={};return""!==r&&(o.resourcesUrl=new URL(".",r).href),e(o)})().then((e=>r([["p-852b441f",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)));
import{p as e,b as c}from"./p-0c9850dc.js";export{s as setNonce}from"./p-0c9850dc.js";(()=>{const c=import.meta.url,r={};return""!==c&&(r.resourcesUrl=new URL(".",c).href),e(r)})().then((e=>c([["p-1d6676c8",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)));
{
"timestamp": "2023-07-05T10:32:56",
"timestamp": "2023-09-18T09:20:23",
"compiler": {

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

"generatedFiles": [
"./dist/cjs/index-2df33c47.js",
"./dist/cjs/index-7559b23d.js",
"./dist/cjs/index.cjs.js",

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

"./dist/cjs/mds-stepper-bar-item.cjs.js",
"./dist/esm-es5/index-2eb0845c.js",
"./dist/esm-es5/index-e0cb9d8c.js",
"./dist/esm-es5/index.js",

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

"./dist/esm-es5/mds-stepper-bar-item.js",
"./dist/esm/index-2eb0845c.js",
"./dist/esm/index-e0cb9d8c.js",
"./dist/esm/index.js",

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

"./dist/mds-stepper-bar-item/mds-stepper-bar-item.js",
"./dist/mds-stepper-bar-item/p-192e201e.system.entry.js",
"./dist/mds-stepper-bar-item/p-2b6327ea.system.js",
"./dist/mds-stepper-bar-item/p-33280b60.js",
"./dist/mds-stepper-bar-item/p-0c9850dc.js",
"./dist/mds-stepper-bar-item/p-1d6676c8.entry.js",
"./dist/mds-stepper-bar-item/p-31d4fd3b.system.js",
"./dist/mds-stepper-bar-item/p-50ea2036.system.js",
"./dist/mds-stepper-bar-item/p-852b441f.entry.js",
"./dist/mds-stepper-bar-item/p-86c99705.system.js",
"./dist/mds-stepper-bar-item/p-6e2179c9.system.entry.js",
"./dist/mds-stepper-bar-item/p-cdc23c39.system.js",
"./www/build/index.esm.js",
"./www/build/mds-stepper-bar-item.esm.js",
"./www/build/mds-stepper-bar-item.js",
"./www/build/p-192e201e.system.entry.js",
"./www/build/p-2b6327ea.system.js",
"./www/build/p-33280b60.js",
"./www/build/p-0c9850dc.js",
"./www/build/p-1d6676c8.entry.js",
"./www/build/p-31d4fd3b.system.js",
"./www/build/p-50ea2036.system.js",
"./www/build/p-852b441f.entry.js",
"./www/build/p-86c99705.system.js"
"./www/build/p-6e2179c9.system.entry.js",
"./www/build/p-cdc23c39.system.js"
]

@@ -131,6 +131,6 @@ },

],
"bundleId": "p-852b441f",
"fileName": "p-852b441f.entry.js",
"bundleId": "p-1d6676c8",
"fileName": "p-1d6676c8.entry.js",
"imports": [
"p-33280b60.js"
"p-0c9850dc.js"
],

@@ -149,3 +149,3 @@ "originalByteSize": 9488

"imports": [
"index-2eb0845c.js"
"index-e0cb9d8c.js"
],

@@ -164,3 +164,3 @@ "originalByteSize": 9492

"imports": [
"index-2eb0845c.js"
"index-e0cb9d8c.js"
],

@@ -176,6 +176,6 @@ "originalByteSize": 9492

],
"bundleId": "p-192e201e.system",
"fileName": "p-192e201e.system.entry.js",
"bundleId": "p-6e2179c9.system",
"fileName": "p-6e2179c9.system.entry.js",
"imports": [
"p-2b6327ea.system.js"
"p-cdc23c39.system.js"
],

@@ -194,3 +194,3 @@ "originalByteSize": 10038

"imports": [
"index-2df33c47.js"
"index-7559b23d.js"
],

@@ -236,3 +236,4 @@ "originalByteSize": 9593

"location": "import",
"path": "./meta/event-detail"
"path": "./meta/event-detail",
"id": "src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail"
}

@@ -245,4 +246,2 @@ }

"internal": false,
"legacyConnect": [],
"legacyContext": [],
"listeners": [],

@@ -427,3 +426,4 @@ "methods": [],

"location": "import",
"path": "@type/typography"
"path": "@type/typography",
"id": "src/type/typography.ts::TypographyType"
}

@@ -635,3 +635,4 @@ }

"location": "import",
"path": "@type/typography"
"path": "@type/typography",
"id": "src/type/typography.ts::TypographyType"
}

@@ -678,3 +679,4 @@ }

"location": "import",
"path": "./meta/event-detail"
"path": "./meta/event-detail",
"id": "src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail"
}

@@ -711,4 +713,2 @@ }

],
"legacyConnect": [],
"legacyContext": [],
"internal": false,

@@ -872,3 +872,3 @@ "assetsDirs": [],

"sc-mds-stepper-bar-item": [
"p-33280b60.js"
"p-0c9850dc.js"
]

@@ -875,0 +875,0 @@ },

@@ -10,2 +10,4 @@ /* eslint-disable */

import { MdsStepperBarItemEventDetail } from "./components/mds-stepper-bar-item/meta/event-detail";
export { TypographyType } from "@type/typography";
export { MdsStepperBarItemEventDetail } from "./components/mds-stepper-bar-item/meta/event-detail";
export namespace Components {

@@ -12,0 +14,0 @@ interface MdsStepperBarItem {

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

* Stencil uses different heuristics to determine the default name of the attribute,
* but using this property, you can override the default behaviour.
* but using this property, you can override the default behavior.
*/

@@ -132,3 +132,3 @@ attribute?: string | null;

*
* Using the `passive` option can be used to change the default behaviour.
* Using the `passive` option can be used to change the default behavior.
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.

@@ -437,3 +437,3 @@ */

*/
interface HostAttributes {
export interface HostAttributes {
class?: string | {

@@ -477,3 +477,3 @@ [className: string]: boolean;

* Since the Stencil runtime uses a different interface for children it is
* not recommendeded to read the children directly, and is preferable to use
* not recommended to read the children directly, and is preferable to use
* this utility to, for instance, perform a side effect for each child.

@@ -819,2 +819,3 @@ */

interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
onCancel?: (event: Event) => void;
onClose?: (event: Event) => void;

@@ -879,2 +880,4 @@ open?: boolean;

alt?: string;
crossOrigin?: string;
crossorigin?: string;
decoding?: 'async' | 'auto' | 'sync';

@@ -901,4 +904,4 @@ importance?: 'low' | 'auto' | 'high';

alt?: string;
autoCapitalize?: any;
autocapitalize?: any;
autoCapitalize?: string;
autocapitalize?: string;
autoComplete?: string;

@@ -939,2 +942,4 @@ autocomplete?: string;

name?: string;
onSelect?: (event: Event) => void;
onselect?: (event: Event) => void;
pattern?: string;

@@ -1141,2 +1146,4 @@ placeholder?: string;

interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
autoComplete?: string;
autocomplete?: string;
autoFocus?: boolean;

@@ -1152,2 +1159,4 @@ autofocus?: boolean | string;

name?: string;
onSelect?: (event: Event) => void;
onselect?: (event: Event) => void;
placeholder?: string;

@@ -1230,4 +1239,4 @@ readOnly?: boolean;

vocab?: string;
autoCapitalize?: any;
autocapitalize?: any;
autoCapitalize?: string;
autocapitalize?: string;
autoCorrect?: string;

@@ -1300,3 +1309,3 @@ autocorrect?: string;

'color-interpolation'?: number | string;
'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
'color-profile'?: number | string;

@@ -1524,8 +1533,8 @@ 'color-rendering'?: number | string;

onPasteCapture?: (event: ClipboardEvent) => void;
onCompositionEnd?: (event: CompositionEvent) => void;
onCompositionEndCapture?: (event: CompositionEvent) => void;
onCompositionStart?: (event: CompositionEvent) => void;
onCompositionStartCapture?: (event: CompositionEvent) => void;
onCompositionUpdate?: (event: CompositionEvent) => void;
onCompositionUpdateCapture?: (event: CompositionEvent) => void;
onCompositionend?: (event: CompositionEvent) => void;
onCompositionendCapture?: (event: CompositionEvent) => void;
onCompositionstart?: (event: CompositionEvent) => void;
onCompositionstartCapture?: (event: CompositionEvent) => void;
onCompositionupdate?: (event: CompositionEvent) => void;
onCompositionupdateCapture?: (event: CompositionEvent) => void;
onFocus?: (event: FocusEvent) => void;

@@ -1541,4 +1550,4 @@ onFocusCapture?: (event: FocusEvent) => void;

onChangeCapture?: (event: Event) => void;
onInput?: (event: Event) => void;
onInputCapture?: (event: Event) => void;
onInput?: (event: InputEvent) => void;
onInputCapture?: (event: InputEvent) => void;
onReset?: (event: Event) => void;

@@ -1633,4 +1642,10 @@ onResetCapture?: (event: Event) => void;

onAnimationIterationCapture?: (event: AnimationEvent) => void;
onTransitionCancel?: (event: TransitionEvent) => void;
onTransitionCancelCapture?: (event: TransitionEvent) => void;
onTransitionEnd?: (event: TransitionEvent) => void;
onTransitionEndCapture?: (event: TransitionEvent) => void;
onTransitionRun?: (event: TransitionEvent) => void;
onTransitionRunCapture?: (event: TransitionEvent) => void;
onTransitionStart?: (event: TransitionEvent) => void;
onTransitionStartCapture?: (event: TransitionEvent) => void;
}

@@ -1637,0 +1652,0 @@ }

{
"timestamp": "2023-07-05T10:28:58",
"timestamp": "2023-09-18T08:43:05",
"compiler": {
"name": "@stencil/core",
"version": "2.22.3",
"typescriptVersion": "4.9.4"
"version": "4.2.1",
"typescriptVersion": "5.1.6"
},
"components": [
{
"filePath": "./src/components/mds-stepper-bar-item/mds-stepper-bar-item.tsx",
"filePath": "src/components/mds-stepper-bar-item/mds-stepper-bar-item.tsx",
"encapsulation": "shadow",

@@ -21,2 +21,7 @@ "tag": "mds-stepper-bar-item",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": true,

@@ -38,2 +43,7 @@ "attr": "badge",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": true,

@@ -56,2 +66,7 @@ "attr": "current",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": false,

@@ -74,2 +89,7 @@ "attr": "done",

"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,

@@ -91,2 +111,7 @@ "attr": "icon",

"type": "string | undefined",
"complexType": {
"original": "string | undefined",
"resolved": "string | undefined",
"references": {}
},
"mutable": false,

@@ -112,2 +137,7 @@ "attr": "icon-checked",

"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,

@@ -129,2 +159,7 @@ "attr": "label",

"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": false,

@@ -146,2 +181,13 @@ "attr": "step",

"type": "\"action\" | \"caption\" | \"detail\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"hack\" | \"label\" | \"option\" | \"paragraph\" | \"snippet\" | \"tip\" | undefined",
"complexType": {
"original": "TypographyType",
"resolved": "\"action\" | \"caption\" | \"detail\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"hack\" | \"label\" | \"option\" | \"paragraph\" | \"snippet\" | \"tip\" | undefined",
"references": {
"TypographyType": {
"location": "import",
"path": "@type/typography",
"id": "src/type/typography.ts::TypographyType"
}
}
},
"mutable": false,

@@ -224,2 +270,7 @@ "attr": "typography",

"type": "string | undefined",
"complexType": {
"original": "string",
"resolved": "string | undefined",
"references": {}
},
"mutable": false,

@@ -248,2 +299,13 @@ "attr": "value",

"bubbles": true,
"complexType": {
"original": "MdsStepperBarItemEventDetail",
"resolved": "MdsStepperBarItemEventDetail",
"references": {
"MdsStepperBarItemEventDetail": {
"location": "import",
"path": "./meta/event-detail",
"id": "src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail"
}
}
},
"cancelable": true,

@@ -344,3 +406,345 @@ "composed": true,

}
]
],
"typeLibrary": {
"src/components/mds-accordion/meta/event-detail.ts::MdsAccordionEventDetail": {
"declaration": "export interface MdsAccordionEventDetail {\n children: NodeListOf<HTMLMdsAccordionItemElement>\n selected: string\n}",
"docstring": "",
"path": "src/components/mds-accordion/meta/event-detail.ts"
},
"src/type/typography.ts::TypographyTitleType": {
"declaration": "export type TypographyTitleType =\n | 'action'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/components/mds-accordion-item/meta/event-detail.ts::MdsAccordionItemEventDetail": {
"declaration": "export interface MdsAccordionItemEventDetail {\n id: string;\n selected: boolean;\n}",
"docstring": "",
"path": "src/components/mds-accordion-item/meta/event-detail.ts"
},
"src/components/mds-accordion-timer-item/meta/event-detail.ts::MdsAccordionTimerItemEventDetail": {
"declaration": "export interface MdsAccordionTimerItemEventDetail {\n selected: boolean;\n uuid: number;\n}",
"docstring": "",
"path": "src/components/mds-accordion-timer-item/meta/event-detail.ts"
},
"src/type/variant.ts::ThemeFullVariantType": {
"declaration": "export type ThemeFullVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'dark'\n | 'error'\n | 'green'\n | 'info'\n | 'light'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'success'\n | 'violet'\n | 'warning'\n | 'yellow'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/type/variant.ts::ToneSimpleVariantType": {
"declaration": "export type ToneSimpleVariantType =\n | 'strong'\n | 'weak'\n | 'quiet'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/type/typography.ts::TypographyInfoType": {
"declaration": "export type TypographyInfoType =\n | 'caption'\n | 'detail'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/type/typography.ts::TypographyReadType": {
"declaration": "export type TypographyReadType =\n | 'caption'\n | 'detail'\n | 'paragraph'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/type/typography.ts::TypographyVariants": {
"declaration": "export type TypographyVariants =\n | 'title'\n | 'info'\n | 'read'\n | 'code'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/type/variant.ts::ThemeVariantType": {
"declaration": "export type ThemeVariantType =\n | 'dark'\n | 'error'\n | 'info'\n | 'light'\n | 'primary'\n | 'success'\n | 'warning'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/components/mds-benchmark-bar/meta/types.ts::BenchmarkBarTypographyType": {
"declaration": "export type BenchmarkBarTypographyType =\n | 'option'\n | 'label'",
"docstring": "",
"path": "src/components/mds-benchmark-bar/meta/types.ts"
},
"src/components/mds-bibliography/meta/types.ts::BibliographyFormatType": {
"declaration": "export type BibliographyFormatType =\n | 'apa' // American Psychological Association - Simmons, B. (2015, January 9). The tale of two Flaccos. Grantland. http://grantland.com/the-triangle/the-tale-of-two-flaccos/\n | 'mla' // Modern Language Association - Author's Last name, First name. \"Title of Source.\" Title of Container, Other contributors, Version, Numbers, Publisher, Publication Date, Location.\n | 'turabian'",
"docstring": "",
"path": "src/components/mds-bibliography/meta/types.ts"
},
"src/components/mds-bibliography/meta/types.ts::BibliographyRelationshipType": {
"declaration": "export type BibliographyRelationshipType =\n | 'author'\n | 'external'",
"docstring": "",
"path": "src/components/mds-bibliography/meta/types.ts"
},
"src/components/mds-breadcrumb/meta/event-detail.ts::MdsBreadcrumbEventDetail": {
"declaration": "export interface MdsBreadcrumbEventDetail {\n caller: HTMLMdsBreadcrumbItemElement\n id: string\n selected?: boolean\n}",
"docstring": "",
"path": "src/components/mds-breadcrumb/meta/event-detail.ts"
},
"src/components/mds-breadcrumb-item/meta/event-detail.ts::MdsBreadcrumbItemEventDetail": {
"declaration": "export interface MdsBreadcrumbItemEventDetail {\n id: string\n selected: boolean\n}",
"docstring": "",
"path": "src/components/mds-breadcrumb-item/meta/event-detail.ts"
},
"src/type/button.ts::ButtonIconPositionType": {
"declaration": "export type ButtonIconPositionType =\n | 'left'\n | 'right'",
"docstring": "",
"path": "src/type/button.ts"
},
"src/type/button.ts::ButtonType": {
"declaration": "export type ButtonType =\n | 'a'\n | 'button'\n | 'reset'\n | 'submit'",
"docstring": "",
"path": "src/type/button.ts"
},
"src/type/button.ts::ButtonVariantType": {
"declaration": "export type ButtonVariantType =\n | 'primary'\n | 'dark'\n | 'light'\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
"docstring": "",
"path": "src/type/button.ts"
},
"src/type/variant.ts::ToneVariantType": {
"declaration": "export type ToneVariantType =\n | 'strong' // background strong\n | 'weak' // background weak\n | 'ghost' // bordered\n | 'quiet'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/type/button.ts::ButtonSizeType": {
"declaration": "export type ButtonSizeType =\n | 'sm'\n | 'md'\n | 'lg'\n | 'xl'",
"docstring": "",
"path": "src/type/button.ts"
},
"src/type/button.ts::ButtonTargetType": {
"declaration": "export type ButtonTargetType =\n |'self'\n |'blank'",
"docstring": "",
"path": "src/type/button.ts"
},
"src/components/mds-chip/meta/interface.ts::MdsChipEvent": {
"declaration": "interface MdsChipEvent {\n event: Event\n element: HTMLMdsChipElement\n}",
"docstring": "",
"path": "src/components/mds-chip/meta/interface.ts"
},
"src/type/floating-ui.ts::FloatingUIPlacement": {
"declaration": "export type FloatingUIPlacement =\n | 'bottom'\n | 'bottom-end'\n | 'bottom-start'\n | 'left'\n | 'left-end'\n | 'left-start'\n | 'right'\n | 'right-end'\n | 'right-start'\n | 'top'\n | 'top-end'\n | 'top-start'",
"docstring": "",
"path": "src/type/floating-ui.ts"
},
"src/type/floating-ui.ts::FloatingUIStrategy": {
"declaration": "export type FloatingUIStrategy =\n | 'absolute'\n | 'fixed'",
"docstring": "",
"path": "src/type/floating-ui.ts"
},
"src/components/mds-dropdown/meta/event-detail.ts::MdsDropdownEventDetail": {
"declaration": "export interface MdsDropdownEventDetail {\n caller: HTMLElement\n visible: boolean\n}",
"docstring": "",
"path": "src/components/mds-dropdown/meta/event-detail.ts"
},
"src/components/mds-file/meta/types.ts::ExtensionSuffixType": {
"declaration": "export type ExtensionSuffixType =\n | '7z'\n | 'ace'\n | 'ai'\n | 'db'\n | 'default'\n | 'dmg'\n | 'doc'\n | 'docm'\n | 'docx'\n | 'eml'\n | 'eps'\n | 'exe'\n | 'flac'\n | 'gif'\n | 'htm'\n | 'html'\n | 'jpe'\n | 'jpeg'\n | 'jpg'\n | 'js'\n | 'json'\n | 'jsx'\n | 'm2v'\n | 'mp2'\n | 'mp3'\n | 'mp4'\n | 'mp4v'\n | 'mpeg'\n | 'mpg'\n | 'mpg4'\n | 'mpga'\n | 'odp'\n | 'ods'\n | 'odt'\n | 'pdf'\n | 'php'\n | 'png'\n | 'ppt'\n | 'rar'\n | 'rtf'\n | 'sass'\n | 'shtml'\n | 'svg'\n | 'tar'\n | 'ts'\n | 'txt'\n | 'wav'\n | 'xar'\n | 'xls'\n | 'xlsx'\n | 'zip'",
"docstring": "",
"path": "src/components/mds-file/meta/types.ts"
},
"src/components/mds-file/meta/event-detail.ts::MdsFileEventDetail": {
"declaration": "export interface MdsFileEventDetail {\n description: string\n extension: string\n filename: string\n target: HTMLMdsFileElement\n type: string\n}",
"docstring": "",
"path": "src/components/mds-file/meta/event-detail.ts"
},
"src/components/mds-filter/meta/event-detail.ts::MdsFilterEventDetail": {
"declaration": "export interface MdsFilterEventDetail {\n children: NodeListOf<HTMLMdsFilterItemElement>\n value: string\n}",
"docstring": "",
"path": "src/components/mds-filter/meta/event-detail.ts"
},
"src/components/mds-filter-item/meta/event-detail.ts::MdsFilterItemEventDetail": {
"declaration": "export interface MdsFilterItemEventDetail {\n id: string\n selected: boolean\n}",
"docstring": "",
"path": "src/components/mds-filter-item/meta/event-detail.ts"
},
"src/components/mds-form/meta/types.ts::CharacterSetType": {
"declaration": "export type CharacterSetType =\n | '8859-1'\n | 'ansi'\n | 'ascii'\n | 'utf-8'",
"docstring": "",
"path": "src/components/mds-form/meta/types.ts"
},
"src/components/mds-form/meta/types.ts::FormAutocompleteType": {
"declaration": "export type FormAutocompleteType =\n | 'off'\n | 'on'",
"docstring": "",
"path": "src/components/mds-form/meta/types.ts"
},
"src/components/mds-form/meta/types.ts::EnctypeType": {
"declaration": "export type EnctypeType =\n | 'application/x-www-form-urlencoded'\n | 'multipart/form-data'\n | 'text/plain'",
"docstring": "",
"path": "src/components/mds-form/meta/types.ts"
},
"src/components/mds-form/meta/types.ts::FormMethodType": {
"declaration": "export type FormMethodType =\n | 'get'\n | 'post'",
"docstring": "",
"path": "src/components/mds-form/meta/types.ts"
},
"src/components/mds-header/meta/event-detail.ts::MdsHeaderEventDetail": {
"declaration": "export interface MdsHeaderEventDetail {\n bar: HTMLMdsHeaderBarElement\n}",
"docstring": "",
"path": "src/components/mds-header/meta/event-detail.ts"
},
"src/components/mds-horizontal-scroll/meta/types.ts::SnapType": {
"declaration": "export type SnapType =\n | 'center'\n | 'end'\n | 'none'\n | 'start'",
"docstring": "",
"path": "src/components/mds-horizontal-scroll/meta/types.ts"
},
"src/components/mds-img/meta/types.ts::CrossoriginType": {
"declaration": "export type CrossoriginType =\n | 'anonymous'\n | 'use-credentials'",
"docstring": "",
"path": "src/components/mds-img/meta/types.ts"
},
"src/type/loading.ts::LoadingType": {
"declaration": "export type LoadingType =\n | 'eager'\n | 'lazy'",
"docstring": "",
"path": "src/type/loading.ts"
},
"src/components/mds-img/meta/types.ts::ReferrerpolicyType": {
"declaration": "export type ReferrerpolicyType =\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin'\n | 'origin-when-cross-origin'\n | 'unsafe-url'",
"docstring": "",
"path": "src/components/mds-img/meta/types.ts"
},
"src/components/mds-img/meta/event-detail.ts::MdsImgEventDetail": {
"declaration": "export interface MdsImgEventDetail {\n image: HTMLImageElement\n}",
"docstring": "",
"path": "src/components/mds-img/meta/event-detail.ts"
},
"src/type/autocomplete.ts::AutocompleteType": {
"declaration": "export type AutocompleteType =\n | 'additional-name'\n | 'address'\n | 'address-level1'\n | 'address-level2'\n | 'address-level3'\n | 'address-level4'\n | 'address-line1'\n | 'address-line2'\n | 'address-line3'\n | 'bday'\n | 'bday-day'\n | 'bday-month'\n | 'bday-year'\n | 'cc-additional-name'\n | 'cc-csc'\n | 'cc-exp'\n | 'cc-exp-month'\n | 'cc-exp-year'\n | 'cc-family-name'\n | 'cc-family-name'\n | 'cc-given-name'\n | 'cc-name'\n | 'cc-number'\n | 'cc-type'\n | 'country'\n | 'country-name'\n | 'current-password'\n | 'email'\n | 'family-name'\n | 'given-name'\n | 'honorific-prefix'\n | 'honorific-suffix'\n | 'impp'\n | 'language'\n | 'name'\n | 'new-password'\n | 'nickname'\n | 'off'\n | 'on'\n | 'one-time-code'\n | 'organization'\n | 'organization-title'\n | 'photo'\n | 'postal-code'\n | 'sex'\n | 'street-address'\n | 'tel'\n | 'tel-area-code'\n | 'tel-country-code'\n | 'tel-extension'\n | 'tel-local'\n | 'tel-national'\n | 'transaction-amount'\n | 'transaction-currency'\n | 'url'\n | 'username'",
"docstring": "",
"path": "src/type/autocomplete.ts"
},
"src/type/variant.ts::ThemeStatusVariantType": {
"declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/type/input-text-type.ts::InputTextType": {
"declaration": "export type InputTextType =\n | 'date'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'textarea'\n | 'time'\n | 'url'",
"docstring": "",
"path": "src/type/input-text-type.ts"
},
"src/type/input-value-type.ts::InputValueType": {
"declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
"docstring": "",
"path": "src/type/input-value-type.ts"
},
"src/components/mds-input/meta/interfaces.ts::InputValue": {
"declaration": "export interface InputValue {\n value: InputValueType\n}",
"docstring": "",
"path": "src/components/mds-input/meta/interfaces.ts"
},
"src/components/mds-input-field/meta/types.ts::ValidationModelType": {
"declaration": "export type ValidationModelType =\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
"docstring": "",
"path": "src/components/mds-input-field/meta/types.ts"
},
"src/interface/input-value.ts::InputValue": {
"declaration": "export interface InputValue {\n value: InputValueType\n}",
"docstring": "",
"path": "src/interface/input-value.ts"
},
"src/components/mds-input-switch/meta/types.ts::InputSwitchSizeType": {
"declaration": "export type InputSwitchSizeType =\n | 'sm'\n | 'md'\n | 'lg'",
"docstring": "",
"path": "src/components/mds-input-switch/meta/types.ts"
},
"src/components/mds-input-switch/meta/types.ts::InputSwitchType": {
"declaration": "export type InputSwitchType =\n | 'checkbox'\n | 'radio'\n | 'switch'",
"docstring": "",
"path": "src/components/mds-input-switch/meta/types.ts"
},
"src/type/typography.ts::TypographyType": {
"declaration": "export type TypographyType =\n | 'action'\n | 'caption'\n | 'snippet'\n | 'detail'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'hack'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/type/typography.ts::TypographyReadingVariants": {
"declaration": "export type TypographyReadingVariants =\n | 'info'\n | 'read'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/components/mds-modal/meta/types.ts::ModalPositionType": {
"declaration": "export type ModalPositionType =\n | 'bottom'\n | 'center'\n | 'left'\n | 'right'\n | 'top'",
"docstring": "",
"path": "src/components/mds-modal/meta/types.ts"
},
"src/type/variant.ts::LabelVariantType": {
"declaration": "export type LabelVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'green'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'violet'\n | 'yellow'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/components/mds-notification/meta/types.ts::StrategyType": {
"declaration": "export type StrategyType =\n | 'absolute'\n | 'fixed'\n | 'disabled'",
"docstring": "",
"path": "src/components/mds-notification/meta/types.ts"
},
"src/components/mds-paginator/meta/event-detail.ts::MdsPaginatorEventDetail": {
"declaration": "export interface MdsPaginatorEventDetail {\n caller?: HTMLMdsPaginatorItemElement\n page: number\n}",
"docstring": "",
"path": "src/components/mds-paginator/meta/event-detail.ts"
},
"src/components/mds-progress/meta/types.ts::DirectionType": {
"declaration": "export type DirectionType =\n | 'horizontal'\n | 'vertical'",
"docstring": "",
"path": "src/components/mds-progress/meta/types.ts"
},
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
"docstring": "",
"path": "src/components/mds-stepper-bar/meta/event-detail.ts"
},
"src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail": {
"declaration": "export interface MdsStepperBarItemEventDetail {\n value: string\n}",
"docstring": "",
"path": "src/components/mds-stepper-bar-item/meta/event-detail.ts"
},
"src/components/mds-tab/meta/event-detail.ts::MdsTabEventDetail": {
"declaration": "export interface MdsTabEventDetail {\n id: number\n}",
"docstring": "",
"path": "src/components/mds-tab/meta/event-detail.ts"
},
"src/components/mds-tab-bar/meta/event-detail.ts::MdsTabBarEventDetail": {
"declaration": "export interface MdsTabBarEventDetail {\n index: number\n}",
"docstring": "",
"path": "src/components/mds-tab-bar/meta/event-detail.ts"
},
"src/type/typography.ts::TypographySmallerType": {
"declaration": "export type TypographySmallerType =\n | 'tip'\n | 'option'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/components/mds-text/meta/types.ts::TypographyTagType": {
"declaration": "export type TypographyTagType =\n | 'abbr'\n | 'address'\n | 'article'\n | 'b'\n | 'bdo'\n | 'blockquote'\n | 'cite'\n | 'code'\n | 'dd'\n | 'del'\n | 'details'\n | 'dfn'\n | 'div'\n | 'dl'\n | 'dt'\n | 'em'\n | 'figcaption'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'i'\n | 'ins'\n | 'kbd'\n | 'label'\n | 'legend'\n | 'li'\n | 'mark'\n | 'ol'\n | 'p'\n | 'pre'\n | 'q'\n | 'rb'\n | 'rt'\n | 'ruby'\n | 's'\n | 'samp'\n | 'small'\n | 'span'\n | 'strong'\n | 'sub'\n | 'summary'\n | 'sup'\n | 'time'\n | 'u'\n | 'ul'\n | 'var'",
"docstring": "",
"path": "src/components/mds-text/meta/types.ts"
},
"src/type/variant.ts::ThemeLuminanceVariantType": {
"declaration": "export type ThemeLuminanceVariantType =\n | 'dark'\n | 'light'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/type/variant.ts::ToneMinimalVariantType": {
"declaration": "export type ToneMinimalVariantType =\n| 'strong'\n| 'weak'",
"docstring": "",
"path": "src/type/variant.ts"
},
"src/components/mds-toast/meta/types.ts::ToastPosition": {
"declaration": "export type ToastPosition =\n | 'top-left'\n | 'top-center'\n | 'top-right'\n | 'bottom-left'\n | 'bottom-center'\n | 'bottom-right'",
"docstring": "",
"path": "src/components/mds-toast/meta/types.ts"
},
"src/type/typography.ts::TypographyTooltipType": {
"declaration": "export type TypographyTooltipType =\n | 'caption'\n | 'detail'\n | 'tip'",
"docstring": "",
"path": "src/type/typography.ts"
},
"src/components/mds-usage/meta/types.ts::UsageType": {
"declaration": "export type UsageType =\n | 'do'\n | 'dont'\n | 'info'\n | 'warn'",
"docstring": "",
"path": "src/components/mds-usage/meta/types.ts"
},
"src/components/mds-video-wall/meta/types.ts::NoiseType": {
"declaration": "export type NoiseType =\n | 'classic'\n | 'none'\n | 'sharp'\n | 'soft'\n | 'tv'",
"docstring": "",
"path": "src/components/mds-video-wall/meta/types.ts"
},
"src/components/mds-video-wall/meta/types.ts::PreloadType": {
"declaration": "export type PreloadType =\n | 'auto'\n | 'metadata'\n | 'none'",
"docstring": "",
"path": "src/components/mds-video-wall/meta/types.ts"
}
}
}

@@ -11,6 +11,6 @@ export * from '../dist/types/components';

}
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
export declare function applyPolyfills(): Promise<void>;
/**
/**
* Used to specify a nonce value that corresponds with an application's CSP.

@@ -17,0 +17,0 @@ * When set, the nonce will be added to all dynamically created script and style tags at runtime.

{
"name": "@maggioli-design-system/mds-stepper-bar-item",
"version": "5.0.0",
"version": "5.1.0",
"description": "mds-stepper-bar-item 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.",

@@ -26,6 +26,6 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@maggioli-design-system/mds-badge": "^2.3.0",
"@maggioli-design-system/mds-text": "^3.3.0",
"@maggioli-design-system/styles": "^11.6.0",
"@stencil/core": "^2.22.3",
"@maggioli-design-system/mds-badge": "^2.5.0",
"@maggioli-design-system/mds-text": "^3.4.0",
"@maggioli-design-system/styles": "^11.7.0",
"@stencil/core": "^4.2.1",
"clsx": "^1.2.1"

@@ -32,0 +32,0 @@ },

@@ -10,2 +10,4 @@ /* eslint-disable */

import { MdsStepperBarItemEventDetail } from "./components/mds-stepper-bar-item/meta/event-detail";
export { TypographyType } from "@type/typography";
export { MdsStepperBarItemEventDetail } from "./components/mds-stepper-bar-item/meta/event-detail";
export namespace Components {

@@ -12,0 +14,0 @@ interface MdsStepperBarItem {

@@ -24,2 +24,3 @@ [

"mgg/action-show-sidebar-right",
"mgg/activity-list",
"mgg/add-document-settings",

@@ -32,5 +33,15 @@ "mgg/additional-contents",

"mgg/area-weather",
"mgg/assignments-accept-rejection",
"mgg/assignments-acceptance-accepted",
"mgg/assignments-assignment",
"mgg/assignments-competence",
"mgg/assignments-completed",
"mgg/assignments-rejected",
"mgg/assignments-sorted",
"mgg/auto-awesome-motion",
"mgg/balance",
"mgg/bill",
"mgg/box-multiple",
"mgg/breadcrumb",
"mgg/bus-stops",
"mgg/calendar-euro",

@@ -60,2 +71,4 @@ "mgg/calendar-multiple",

"mgg/delivered-to-the-recipient",
"mgg/document-euro",
"mgg/document-less",
"mgg/document-magic",

@@ -107,2 +120,5 @@ "mgg/document-rename",

"mgg/instrumental-buildings",
"mgg/internationalization-add",
"mgg/internationalization-check",
"mgg/internationalization-delete",
"mgg/isbn",

@@ -112,2 +128,3 @@ "mgg/judge-hammer",

"mgg/layers",
"mgg/liquidated-document",
"mgg/list-dot",

@@ -121,2 +138,3 @@ "mgg/logo-girasole-camuno",

"mgg/money-on-hand",
"mgg/money-paid",
"mgg/move-down",

@@ -152,2 +170,3 @@ "mgg/move-left",

"mgg/other-residential-buildings",
"mgg/pagopa",
"mgg/partial-wall",

@@ -267,3 +286,4 @@ "mgg/payment-settings",

"mi/round/menu",
"mi/round/more-vert",
"mi/round/person"
]

@@ -13,2 +13,3 @@ [

"mgg/action-show-sidebar-right",
"mgg/activity-list",
"mgg/add-document-settings",

@@ -21,5 +22,15 @@ "mgg/additional-contents",

"mgg/area-weather",
"mgg/assignments-accept-rejection",
"mgg/assignments-acceptance-accepted",
"mgg/assignments-assignment",
"mgg/assignments-competence",
"mgg/assignments-completed",
"mgg/assignments-rejected",
"mgg/assignments-sorted",
"mgg/auto-awesome-motion",
"mgg/balance",
"mgg/bill",
"mgg/box-multiple",
"mgg/breadcrumb",
"mgg/bus-stops",
"mgg/calendar-euro",

@@ -49,2 +60,4 @@ "mgg/calendar-multiple",

"mgg/delivered-to-the-recipient",
"mgg/document-euro",
"mgg/document-less",
"mgg/document-magic",

@@ -96,2 +109,5 @@ "mgg/document-rename",

"mgg/instrumental-buildings",
"mgg/internationalization-add",
"mgg/internationalization-check",
"mgg/internationalization-delete",
"mgg/isbn",

@@ -101,2 +117,3 @@ "mgg/judge-hammer",

"mgg/layers",
"mgg/liquidated-document",
"mgg/list-dot",

@@ -110,2 +127,3 @@ "mgg/logo-girasole-camuno",

"mgg/money-on-hand",
"mgg/money-paid",
"mgg/move-down",

@@ -141,2 +159,3 @@ "mgg/move-left",

"mgg/other-residential-buildings",
"mgg/pagopa",
"mgg/partial-wall",

@@ -143,0 +162,0 @@ "mgg/payment-settings",

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

import{p as e,b as r}from"./p-33280b60.js";export{s as setNonce}from"./p-33280b60.js";(()=>{const r=import.meta.url,o={};return""!==r&&(o.resourcesUrl=new URL(".",r).href),e(o)})().then((e=>r([["p-852b441f",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)));
import{p as e,b as c}from"./p-0c9850dc.js";export{s as setNonce}from"./p-0c9850dc.js";(()=>{const c=import.meta.url,r={};return""!==c&&(r.resourcesUrl=new URL(".",c).href),e(r)})().then((e=>c([["p-1d6676c8",[[1,"mds-stepper-bar-item",{label:[1],step:[4],badge:[1540],icon:[1],iconChecked:[1,"icon-checked"],done:[516],current:[1540],value:[513],typography:[1],isDone:[32],isCurrent:[32],index:[32]}]]]],e)));

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

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