@magicbell/in-app
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -57,3 +57,3 @@ { | ||
"static": true, | ||
"default": "{\n 'mb-spinner': MbSpinner,\n }" | ||
"default": "{ 'mb-spinner': MbSpinner, }" | ||
}, | ||
@@ -324,3 +324,3 @@ { | ||
"static": true, | ||
"default": "{\n 'mb-button': MbButton,\n 'mb-icon-bell': MbIconBell,\n 'mb-icon-bell-off': MbIconBellOff,\n 'mb-spinner': MbSpinner,\n 'mb-icon-cross': MbIconCross,\n 'mb-icon-check': MbIconCheck,\n }", | ||
"default": "{ 'mb-button': MbButton, 'mb-icon-bell': MbIconBell, 'mb-icon-bell-off': MbIconBellOff, 'mb-spinner': MbSpinner, 'mb-icon-cross': MbIconCross, 'mb-icon-check': MbIconCheck, }", | ||
"inheritedFrom": { | ||
@@ -685,2 +685,70 @@ "name": "MbButton", | ||
"customElement": true, | ||
"slots": [ | ||
{ | ||
"description": "The button's label.", | ||
"name": "default", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The button's label when in pending state, defaults to a spinner.", | ||
"name": "pending", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The button's label when in success state, defaults to 'success'.", | ||
"name": "success", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The button's label when in error state, defaults to 'error'.", | ||
"name": "error", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
} | ||
], | ||
"cssParts": [ | ||
{ | ||
"description": "The button element.", | ||
"name": "button", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The container that wraps the spinner or pending label.", | ||
"name": "pending-label", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The container that wraps the success label.", | ||
"name": "success-label", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
}, | ||
{ | ||
"description": "The container that wraps the error label.", | ||
"name": "error-label", | ||
"inheritedFrom": { | ||
"name": "MbButton", | ||
"module": "src/components/mb-button.ts" | ||
} | ||
} | ||
], | ||
"events": [ | ||
@@ -741,3 +809,3 @@ { | ||
"description": "MagicBell web components for in-app notifications", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "MagicBell, inc", | ||
@@ -744,0 +812,0 @@ "license": "MIT" |
{ | ||
"name": "@magicbell/in-app", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "MagicBell web components for in-app notifications", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"@magicbell/user-client": "0.2.0", | ||
"lit": "^3.0.0" | ||
"lit": "^3.2.0" | ||
}, | ||
@@ -65,3 +65,3 @@ "devDependencies": { | ||
"@biomejs/biome": "1.8.1", | ||
"@custom-elements-manifest/analyzer": "^0.6.3", | ||
"@custom-elements-manifest/analyzer": "^0.10.3", | ||
"@open-wc/testing": "^3.1.5", | ||
@@ -68,0 +68,0 @@ "@rollup/plugin-alias": "^5.1.0", |
182513
2947
Updatedlit@^3.2.0