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
3
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.0.0 to 2.0.1

dist/mds-progress/p-d068e920.system.js

2

dist/cjs/loader.cjs.js

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

/*
Stencil Client Patch Esm v2.16.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
*/

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

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

/*
Stencil Client Patch Browser v2.16.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com
*/

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

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

"name": "@stencil/core",
"version": "2.16.1",
"version": "2.17.0",
"typescriptVersion": "4.5.4"

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

@@ -18,2 +18,8 @@ const typographyDictionary = [

];
const typographyVariationsDictionary = [
'title',
'info',
'read',
'mono',
];
const typographyMonoDictionary = [

@@ -23,3 +29,3 @@ 'code',

];
const typographyPrimaryDictionary = [
const typographyTitleDictionary = [
'action',

@@ -33,3 +39,3 @@ 'h1',

];
const typographySecondaryDictionary = [
const typographyInfoDictionary = [
'caption',

@@ -42,2 +48,7 @@ 'detail',

];
const typographyReadDictionary = [
'caption',
'detail',
'paragraph',
];
const typographySmallerDictionary = [

@@ -52,2 +63,2 @@ 'option',

];
export { typographyDictionary, typographyMonoDictionary, typographyPrimaryDictionary, typographySecondaryDictionary, typographySmallerDictionary, typographyTooltipDictionary, };
export { typographyDictionary, typographyVariationsDictionary, typographyMonoDictionary, typographyTitleDictionary, typographyInfoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTooltipDictionary, };
/* MdsProgress custom elements */
export { MdsProgress as MdsProgress } from '../types/components/mds-progress/mds-progress';
import type { Components, JSX } from "../types/components";
/**

@@ -23,5 +22,2 @@ * Used to manually set the base path where assets can be found.

export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
export type { Components, JSX };
export * from '../types/components';
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
export { MdsProgress, defineCustomElement as defineCustomElementMdsProgress } from './mds-progress.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-38630cc3.js';
/*
Stencil Client Patch Esm v2.16.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
*/

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

import { p as promiseResolve, b as bootstrapLazy } from './index-38630cc3.js';
/*
Stencil Client Patch Browser v2.16.1 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com
*/

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

{
"timestamp": "2022-06-22T09:20:00",
"timestamp": "2022-06-27T08:25:33",
"compiler": {

@@ -80,4 +80,4 @@ "name": "node",

"./dist/mds-progress/p-50ea2036.system.js",
"./dist/mds-progress/p-d068e920.system.js",
"./dist/mds-progress/p-d402cd92.system.js",
"./dist/mds-progress/p-d64b07f9.system.js",
"./dist/mds-progress/p-dadd4466.js",

@@ -90,4 +90,4 @@ "./dist/mds-progress/p-f93dfdf4.system.entry.js",

"./www/build/p-50ea2036.system.js",
"./www/build/p-d068e920.system.js",
"./www/build/p-d402cd92.system.js",
"./www/build/p-d64b07f9.system.js",
"./www/build/p-dadd4466.js",

@@ -94,0 +94,0 @@ "./www/build/p-f93dfdf4.system.entry.js"

declare const typographyDictionary: string[];
declare const typographyVariationsDictionary: string[];
declare const typographyMonoDictionary: string[];
declare const typographyPrimaryDictionary: string[];
declare const typographySecondaryDictionary: string[];
declare const typographyTitleDictionary: string[];
declare const typographyInfoDictionary: string[];
declare const typographyReadDictionary: string[];
declare const typographySmallerDictionary: string[];
declare const typographyTooltipDictionary: string[];
export { typographyDictionary, typographyMonoDictionary, typographyPrimaryDictionary, typographySecondaryDictionary, typographySmallerDictionary, typographyTooltipDictionary, };
export { typographyDictionary, typographyVariationsDictionary, typographyMonoDictionary, typographyTitleDictionary, typographyInfoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTooltipDictionary, };
export declare type TypographyType = 'action' | 'caption' | 'code' | 'detail' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'hack' | 'label' | 'option' | 'paragraph' | 'tip';
export declare type TypographyPrimaryType = 'action' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
export declare type TypographySecondaryType = 'caption' | 'detail' | 'label' | 'option' | 'paragraph' | 'tip';
export declare type TypographyVariants = 'title' | 'info' | 'read' | 'mono';
export declare type TypographyTitleType = 'action' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
export declare type TypographyInfoType = 'caption' | 'detail' | 'label' | 'option' | 'paragraph' | 'tip';
export declare type TypographyReadType = 'caption' | 'detail' | 'paragraph';
export declare type TypographySmallerType = 'tip' | 'option';
export declare type TypographyMonoType = 'code' | 'hack';
export declare type TypographyTooltipType = 'caption' | 'detail' | 'tip';
{
"name": "@maggioli-design-system/mds-progress",
"version": "2.0.0",
"version": "2.0.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.",

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

"dependencies": {
"@maggioli-design-system/styles": "^7.0.0",
"@stencil/core": "^2.16.1"
"@maggioli-design-system/styles": "^8.0.0",
"@stencil/core": "^2.17.0"
},

@@ -30,0 +30,0 @@ "license": "MIT",

@@ -19,2 +19,9 @@ const typographyDictionary = [

const typographyVariationsDictionary = [
'title',
'info',
'read',
'mono',
]
const typographyMonoDictionary = [

@@ -25,3 +32,3 @@ 'code',

const typographyPrimaryDictionary = [
const typographyTitleDictionary = [
'action',

@@ -36,3 +43,3 @@ 'h1',

const typographySecondaryDictionary = [
const typographyInfoDictionary = [
'caption',

@@ -46,2 +53,8 @@ 'detail',

const typographyReadDictionary = [
'caption',
'detail',
'paragraph',
]
const typographySmallerDictionary = [

@@ -60,7 +73,9 @@ 'option',

typographyDictionary,
typographyVariationsDictionary,
typographyMonoDictionary,
typographyPrimaryDictionary,
typographySecondaryDictionary,
typographyTitleDictionary,
typographyInfoDictionary,
typographyReadDictionary,
typographySmallerDictionary,
typographyTooltipDictionary,
}

@@ -18,3 +18,9 @@ export type TypographyType =

export type TypographyPrimaryType =
export type TypographyVariants =
| 'title'
| 'info'
| 'read'
| 'mono'
export type TypographyTitleType =
| 'action'

@@ -28,3 +34,3 @@ | 'h1'

export type TypographySecondaryType =
export type TypographyInfoType =
| 'caption'

@@ -37,2 +43,7 @@ | 'detail'

export type TypographyReadType =
| 'caption'
| 'detail'
| 'paragraph'
export type TypographySmallerType =

@@ -39,0 +50,0 @@ | 'tip'

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