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

@maggioli-design-system/mds-accordion-item

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.0 to 3.0.1

dist/mds-accordion-item/p-0a34aae4.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 @@ },

@@ -36,6 +36,6 @@ import { Component, Host, h, Prop, Element, Event } from '@stencil/core';

"complexType": {
"original": "TypographyPrimaryType",
"original": "TypographyTitleType",
"resolved": "\"action\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
"references": {
"TypographyPrimaryType": {
"TypographyTitleType": {
"location": "import",

@@ -42,0 +42,0 @@ "path": "../../types/typography"

import { h } from '@stencil/core';
import { typographyPrimaryDictionary } from '@dictionary/typography';
import { typographyReadDictionary } from '@dictionary/typography';
export default {

@@ -17,3 +17,3 @@ title: 'UI / Accordion / Accordion Item',

description: 'Specifies the typography of the element',
options: typographyPrimaryDictionary,
options: typographyReadDictionary,
control: { type: 'select' },

@@ -20,0 +20,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, };
/* MdsAccordionItem custom elements */
export { MdsAccordionItem as MdsAccordionItem } from '../types/components/mds-accordion-item/mds-accordion-item';
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 { MdsAccordionItem, defineCustomElement as defineCustomElementMdsAccordionItem } from './mds-accordion-item.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-dd5f17d5.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-dd5f17d5.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:12:46",
"timestamp": "2022-06-27T08:53:48",
"compiler": {

@@ -76,2 +76,3 @@ "name": "node",

"./dist/mds-accordion-item/mds-accordion-item.js",
"./dist/mds-accordion-item/p-0a34aae4.system.js",
"./dist/mds-accordion-item/p-300fc2d8.js",

@@ -82,6 +83,6 @@ "./dist/mds-accordion-item/p-432338de.system.entry.js",

"./dist/mds-accordion-item/p-d82b0aa0.system.js",
"./dist/mds-accordion-item/p-f48842a0.system.js",
"./www/build/index.esm.js",
"./www/build/mds-accordion-item.esm.js",
"./www/build/mds-accordion-item.js",
"./www/build/p-0a34aae4.system.js",
"./www/build/p-300fc2d8.js",

@@ -91,4 +92,3 @@ "./www/build/p-432338de.system.entry.js",

"./www/build/p-bf9ec688.entry.js",
"./www/build/p-d82b0aa0.system.js",
"./www/build/p-f48842a0.system.js"
"./www/build/p-d82b0aa0.system.js"
]

@@ -247,6 +247,6 @@ },

"complexType": {
"original": "TypographyPrimaryType",
"original": "TypographyTitleType",
"resolved": "\"action\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
"references": {
"TypographyPrimaryType": {
"TypographyTitleType": {
"location": "import",

@@ -328,6 +328,6 @@ "path": "../../types/typography"

"complexType": {
"original": "TypographyPrimaryType",
"original": "TypographyTitleType",
"resolved": "\"action\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
"references": {
"TypographyPrimaryType": {
"TypographyTitleType": {
"location": "import",

@@ -334,0 +334,0 @@ "path": "../../types/typography"

@@ -8,3 +8,3 @@ /* eslint-disable */

import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
import { TypographyPrimaryType } from "./types/typography";
import { TypographyTitleType } from "./types/typography";
export namespace Components {

@@ -23,3 +23,3 @@ interface MdsAccordionItem {

*/
"typography"?: TypographyPrimaryType;
"typography"?: TypographyTitleType;
}

@@ -59,3 +59,3 @@ }

*/
"typography"?: TypographyPrimaryType;
"typography"?: TypographyTitleType;
}

@@ -62,0 +62,0 @@ interface IntrinsicElements {

import { EventEmitter } from '../../stencil-public-runtime';
import { TypographyPrimaryType } from '../../types/typography';
import { TypographyTitleType } from '../../types/typography';
export declare class MdsAccordionItem {

@@ -8,3 +8,3 @@ private element;

*/
readonly typography?: TypographyPrimaryType;
readonly typography?: TypographyTitleType;
/**

@@ -11,0 +11,0 @@ * Specifies if the accordion item is opened or not

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-accordion-item",
"version": "3.0.0",
"version": "3.0.1",
"description": "mds-accordion-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,5 +26,5 @@ "main": "dist/index.cjs.js",

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

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

@@ -8,3 +8,3 @@ /* eslint-disable */

import { HTMLStencilElement, JSXBase } from "@stencil/core/internal";
import { TypographyPrimaryType } from "./types/typography";
import { TypographyTitleType } from "./types/typography";
export namespace Components {

@@ -23,3 +23,3 @@ interface MdsAccordionItem {

*/
"typography"?: TypographyPrimaryType;
"typography"?: TypographyTitleType;
}

@@ -59,3 +59,3 @@ }

*/
"typography"?: TypographyPrimaryType;
"typography"?: TypographyTitleType;
}

@@ -62,0 +62,0 @@ interface IntrinsicElements {

@@ -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 not supported yet

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