@maggioli-design-system/mds-progress
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
672088
8140
4
+ Added@fontsource/karla@4.5.11(transitive)
+ Added@fontsource/merriweather@4.5.14(transitive)
+ Added@fontsource/roboto@4.5.8(transitive)
+ Added@maggioli-design-system/design-tokens@8.0.0(transitive)
+ Added@maggioli-design-system/styles@8.2.0(transitive)
+ Addedtypeface-merriweather@1.1.13(transitive)
- Removed@maggioli-design-system/design-tokens@7.0.0(transitive)
- Removed@maggioli-design-system/styles@7.0.0(transitive)
Updated@stencil/core@^2.17.0