@breadstone/mosaik-elements-foundation 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Inputs/Scheduler/views/Themes/SchedulerAgendaViewElement.Joy.js +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Themes/SchedulerMonthViewElement.Joy.js +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Themes/SchedulerTimeGridViewElement.Joy.js +1 -1
- package/Controls/Components/Selectors/Stepper/StepperElement.d.ts +26 -7
- package/Controls/Components/Selectors/Stepper/StepperElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Stepper/StepperElement.js +58 -17
- package/Controls/Components/Selectors/Stepper/StepperElement.js.map +1 -1
- package/Controls/Components/Selectors/Stepper/StepperElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Stepper/StepperElementTemplate.js +59 -36
- package/Controls/Components/Selectors/Stepper/StepperElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Stepper/StepperSlot.d.ts +2 -0
- package/Controls/Components/Selectors/Stepper/StepperSlot.d.ts.map +1 -0
- package/Controls/Components/Selectors/Stepper/StepperSlot.js +11 -0
- package/Controls/Components/Selectors/Stepper/StepperSlot.js.map +1 -0
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Cosmopolitan.js +31 -4
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Joy.js +37 -10
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Memphis.js +31 -4
- package/Controls/Components/Selectors/Stepper/Themes/StepperElement.Memphis.js.map +1 -1
- package/Controls/Components/States/Busy/BusyStateElement.d.ts +6 -3
- package/Controls/Components/States/Busy/BusyStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Busy/BusyStateElement.js +5 -2
- package/Controls/Components/States/Busy/BusyStateElement.js.map +1 -1
- package/Controls/Components/States/Busy/BusyStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Busy/BusyStateElementTemplate.js +20 -16
- package/Controls/Components/States/Busy/BusyStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Cosmopolitan.js +22 -2
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Joy.js +24 -4
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Memphis.js +24 -4
- package/Controls/Components/States/Busy/Themes/BusyStateElement.Memphis.js.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElement.d.ts +17 -3
- package/Controls/Components/States/Empty/EmptyStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElement.js +29 -2
- package/Controls/Components/States/Empty/EmptyStateElement.js.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.js +21 -17
- package/Controls/Components/States/Empty/EmptyStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.js +22 -2
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.js +24 -4
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Memphis.js +24 -4
- package/Controls/Components/States/Empty/Themes/EmptyStateElement.Memphis.js.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElement.d.ts +6 -4
- package/Controls/Components/States/Error/ErrorStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElement.js +5 -3
- package/Controls/Components/States/Error/ErrorStateElement.js.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Error/ErrorStateElementTemplate.js +20 -16
- package/Controls/Components/States/Error/ErrorStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.js +22 -2
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.js +24 -4
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Memphis.js +24 -4
- package/Controls/Components/States/Error/Themes/ErrorStateElement.Memphis.js.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElement.d.ts +6 -4
- package/Controls/Components/States/Success/SuccessStateElement.d.ts.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElement.js +5 -3
- package/Controls/Components/States/Success/SuccessStateElement.js.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElementTemplate.d.ts.map +1 -1
- package/Controls/Components/States/Success/SuccessStateElementTemplate.js +20 -16
- package/Controls/Components/States/Success/SuccessStateElementTemplate.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.js +22 -2
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.js +24 -4
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.js.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.js +24 -4
- package/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.js.map +1 -1
- package/custom-elements.json +61 -36
- package/package.json +3 -3
|
@@ -8,6 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
|
+
import { Slottable } from '../../../Behaviors/Slottable';
|
|
11
12
|
import { Themeable } from '../../../Behaviors/Themeable';
|
|
12
13
|
import { Component } from '../../../Decorators/ComponentDecorator';
|
|
13
14
|
import { Property } from '../../../Decorators/PropertyDecorator';
|
|
@@ -34,8 +35,10 @@ import { successStateElementMemphisStyle } from './Themes/SuccessStateElement.Me
|
|
|
34
35
|
* @element mosaik-success-state
|
|
35
36
|
* @category States
|
|
36
37
|
*
|
|
37
|
-
* @slot
|
|
38
|
+
* @slot - The default slot.
|
|
38
39
|
* @slot actions - Action buttons for next steps or related operations after success
|
|
40
|
+
* @slot - Default content area for additional success information or custom content
|
|
41
|
+
* @slot header - The header slot.
|
|
39
42
|
*
|
|
40
43
|
* @csspart actions - The container for action slot elements
|
|
41
44
|
* @csspart content - The content text container for detailed success information
|
|
@@ -50,7 +53,6 @@ import { successStateElementMemphisStyle } from './Themes/SuccessStateElement.Me
|
|
|
50
53
|
* @cssprop {String} --success-state-font-text-decoration - The state font text decoration CSS custom property.
|
|
51
54
|
* @cssprop {String} --success-state-font-text-transform - The state font text transform CSS custom property.
|
|
52
55
|
* @cssprop {String} --success-state-font-weight - The state font weight CSS custom property.
|
|
53
|
-
* @cssprop {String} --success-state-foreground-color - The text color for success state content
|
|
54
56
|
* @cssprop {String} --success-state-gap - The spacing between icon, text, and action elements
|
|
55
57
|
* @cssprop {String} --success-state-header-font-family - The font family for header text
|
|
56
58
|
* @cssprop {String} --success-state-header-font-letter-spacing - The letter spacing for header text
|
|
@@ -102,7 +104,7 @@ import { successStateElementMemphisStyle } from './Themes/SuccessStateElement.Me
|
|
|
102
104
|
*
|
|
103
105
|
* @public
|
|
104
106
|
*/
|
|
105
|
-
let SuccessStateElement = class SuccessStateElement extends Themeable(StateBaseElement) {
|
|
107
|
+
let SuccessStateElement = class SuccessStateElement extends Themeable(Slottable(StateBaseElement)) {
|
|
106
108
|
// #region Fields
|
|
107
109
|
_icon;
|
|
108
110
|
_header;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElement.ts"],"names":[],"mappings":"AAAA,kBAAkB;;;;;;;;;;AAElB,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,aAAa;AAEb
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElement.ts"],"names":[],"mappings":"AAAA,kBAAkB;;;;;;;;;;AAElB,OAAO,EAAc,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,aAAa;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmFG;AAcI,IAAM,mBAAmB,GAAzB,MAAM,mBACT,SAAQ,SAAS,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAG9C,iBAAiB;IAET,KAAK,CAAS;IACd,OAAO,CAAS;IAExB,aAAa;IAEb,eAAe;IAEf;;;;OAIG;IACH;QACI,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,aAAa;IAEb,qBAAqB;IAErB;;;;;;MAME;IACK,MAAM,KAAK,EAAE;QAChB,OAAO,sBAAsB,CAAC;IAClC,CAAC;IAED;;;;;;OAMG;IACH,IACW,IAAI;QACX,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAED,IAAW,IAAI,CAAC,KAAa;QACzB,IAAI,IAAI,CAAC,KAAK,KAAK,KAAK,EAAE,CAAC;YACvB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACvB,CAAC;IACL,CAAC;IAED;;;;;;OAMG;IACH,IACW,MAAM;QACb,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;IAED,IAAW,MAAM,CAAC,KAAa;QAC3B,IAAI,IAAI,CAAC,OAAO,KAAK,KAAK,EAAE,CAAC;YACzB,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;QACzB,CAAC;IACL,CAAC;CAIJ,CAAA;AA/BG;IAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;;+CAG1B;AAeD;IAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;;iDAG1B;AApEQ,mBAAmB;IAb/B,SAAS,CAAC;QACP,QAAQ,EAAE,sBAAsB;QAChC,QAAQ,EAAE,2BAA2B;QACrC,MAAM,EAAE;YACJ,GAAG,EAAE,2BAA2B;YAChC,OAAO,EAAE,+BAA+B;YACxC,YAAY,EAAE,oCAAoC;SACrD;QACD,OAAO,EAAE;YACL,WAAW;YACX,WAAW;SACd;KACJ,CAAC;;GACW,mBAAmB,CA8E/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElementTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElementTemplate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAMjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAIjE;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,SAAS,mBAAmB,EAAE,CAAC,EAAE,CAAC,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"SuccessStateElementTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElementTemplate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAMjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAIjE;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,CAAC,SAAS,mBAAmB,EAAE,CAAC,EAAE,CAAC,GAAG,cAAc,CAiC/F"}
|
|
@@ -18,22 +18,26 @@ export function successStateElementTemplate(e) {
|
|
|
18
18
|
.data="${e.icon.trim().length > 0 ? e.icon : Icons.successCircle}"
|
|
19
19
|
.variant="${Variant.Success}"></mosaik-icon>
|
|
20
20
|
<div part="root">
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
21
|
+
<slot name="header">
|
|
22
|
+
${when(e.header.trim(), () => html `
|
|
23
|
+
<mosaik-text part="header"
|
|
24
|
+
.readonly="${true}"
|
|
25
|
+
.wrap="${true}"
|
|
26
|
+
.alignment="${TextAlignment.Center}"
|
|
27
|
+
.text="${e.header}"
|
|
28
|
+
.formatter="${e.formatter}"></mosaik-text>
|
|
29
|
+
`)}
|
|
30
|
+
</slot>
|
|
31
|
+
<slot name="content">
|
|
32
|
+
${when(e.content.trim(), () => html `
|
|
33
|
+
<mosaik-text part="content"
|
|
34
|
+
.readonly="${true}"
|
|
35
|
+
.wrap="${true}"
|
|
36
|
+
.alignment="${TextAlignment.Center}"
|
|
37
|
+
.text="${e.content}"
|
|
38
|
+
.formatter="${e.formatter}"></mosaik-text>
|
|
39
|
+
`)}
|
|
40
|
+
</slot>
|
|
37
41
|
<slot></slot>
|
|
38
42
|
</div>
|
|
39
43
|
<div part="actions" ?hidden="${!e.hasSlotContent('actions')}">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElementTemplate.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElementTemplate.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAE,IAAI,EAAuB,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,gCAAgC,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,aAAa;AAEb;;;;GAIG;AACH,MAAM,UAAU,2BAA2B,CAAgC,CAAI;IAC3E,OAAO,IAAI,CAAA;;8BAEe,IAAI,CAAC,KAAK;8BACV,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa;iCACpD,OAAO,CAAC,OAAO
|
|
1
|
+
{"version":3,"file":"SuccessStateElementTemplate.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/States/Success/SuccessStateElementTemplate.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAE,IAAI,EAAuB,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,gCAAgC,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,aAAa;AAEb;;;;GAIG;AACH,MAAM,UAAU,2BAA2B,CAAgC,CAAI;IAC3E,OAAO,IAAI,CAAA;;8BAEe,IAAI,CAAC,KAAK;8BACV,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa;iCACpD,OAAO,CAAC,OAAO;;;kBAG9B,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,CAAC,IAAI,CAAA;;0CAER,IAAI;sCACR,IAAI;2CACC,aAAa,CAAC,MAAM;sCACzB,CAAC,CAAC,MAAM;2CACH,CAAC,CAAC,SAAS;iBACrC,CAAC;;;kBAGA,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,CAAC,IAAI,CAAA;;0CAET,IAAI;sCACR,IAAI;2CACC,aAAa,CAAC,MAAM;sCACzB,CAAC,CAAC,OAAO;2CACJ,CAAC,CAAC,SAAS;iBACrC,CAAC;;;;uCAIqB,CAAC,CAAC,CAAC,cAAc,CAAC,SAAS,CAAC;;;KAG9D,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,oCAAoC,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,oCAAoC,IAAI,SAAS,CAsIhE"}
|
|
@@ -88,7 +88,7 @@ export function successStateElementCosmopolitanStyle() {
|
|
|
88
88
|
overflow: hidden;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:host [
|
|
91
|
+
:host slot[name="header"] {
|
|
92
92
|
font-family: var(--success-state-header-font-family);
|
|
93
93
|
font-size: var(--success-state-header-font-size);
|
|
94
94
|
line-height: var(--success-state-header-font-line-height);
|
|
@@ -99,7 +99,17 @@ export function successStateElementCosmopolitanStyle() {
|
|
|
99
99
|
text-transform: var(--success-state-header-font-text-transform);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
:host [
|
|
102
|
+
:host slot[name="header"] mosaik-text {
|
|
103
|
+
font-family: inherit;
|
|
104
|
+
font-size: inherit;
|
|
105
|
+
line-height: inherit;
|
|
106
|
+
font-weight: inherit;
|
|
107
|
+
letter-spacing: inherit;
|
|
108
|
+
text-decoration: inherit;
|
|
109
|
+
text-transform: inherit;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
:host slot[name="content"] {
|
|
103
113
|
font-family: var(--success-state-content-font-family);
|
|
104
114
|
font-size: var(--success-state-content-font-size);
|
|
105
115
|
line-height: var(--success-state-content-font-line-height);
|
|
@@ -110,6 +120,16 @@ export function successStateElementCosmopolitanStyle() {
|
|
|
110
120
|
text-transform: var(--success-state-content-font-text-transform);
|
|
111
121
|
}
|
|
112
122
|
|
|
123
|
+
:host slot[name="content"] mosaik-text {
|
|
124
|
+
font-family: inherit;
|
|
125
|
+
font-size: inherit;
|
|
126
|
+
line-height: inherit;
|
|
127
|
+
font-weight: inherit;
|
|
128
|
+
letter-spacing: inherit;
|
|
129
|
+
text-decoration: inherit;
|
|
130
|
+
text-transform: inherit;
|
|
131
|
+
}
|
|
132
|
+
|
|
113
133
|
:host [part="root"] {
|
|
114
134
|
flex-direction: column;
|
|
115
135
|
align-items: center;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,oCAAoC;IAChD,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,oCAAoC;IAChD,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAoIT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,CAyJvD"}
|
|
@@ -87,7 +87,7 @@ export function successStateElementJoyStyle() {
|
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
:host [
|
|
90
|
+
:host slot[name="header"] {
|
|
91
91
|
font-family: var(--success-state-header-font-family);
|
|
92
92
|
font-size: var(--success-state-header-font-size);
|
|
93
93
|
line-height: var(--success-state-header-font-line-height);
|
|
@@ -98,7 +98,17 @@ export function successStateElementJoyStyle() {
|
|
|
98
98
|
text-transform: var(--success-state-header-font-text-transform);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
:host [
|
|
101
|
+
:host slot[name="header"] mosaik-text {
|
|
102
|
+
font-family: inherit;
|
|
103
|
+
font-size: inherit;
|
|
104
|
+
line-height: inherit;
|
|
105
|
+
font-weight: inherit;
|
|
106
|
+
letter-spacing: inherit;
|
|
107
|
+
text-decoration: inherit;
|
|
108
|
+
text-transform: inherit;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:host slot[name="content"] {
|
|
102
112
|
font-family: var(--success-state-content-font-family);
|
|
103
113
|
font-size: var(--success-state-content-font-size);
|
|
104
114
|
line-height: var(--success-state-content-font-line-height);
|
|
@@ -109,6 +119,16 @@ export function successStateElementJoyStyle() {
|
|
|
109
119
|
text-transform: var(--success-state-content-font-text-transform);
|
|
110
120
|
}
|
|
111
121
|
|
|
122
|
+
:host slot[name="content"] mosaik-text {
|
|
123
|
+
font-family: inherit;
|
|
124
|
+
font-size: inherit;
|
|
125
|
+
line-height: inherit;
|
|
126
|
+
font-weight: inherit;
|
|
127
|
+
letter-spacing: inherit;
|
|
128
|
+
text-decoration: inherit;
|
|
129
|
+
text-transform: inherit;
|
|
130
|
+
}
|
|
131
|
+
|
|
112
132
|
:host [part="root"] {
|
|
113
133
|
flex-direction: column;
|
|
114
134
|
align-items: center;
|
|
@@ -122,7 +142,7 @@ export function successStateElementJoyStyle() {
|
|
|
122
142
|
display: flex;
|
|
123
143
|
}
|
|
124
144
|
|
|
125
|
-
:host [
|
|
145
|
+
:host slot[name="header"] {
|
|
126
146
|
--success-state-header-font-family: var(--joy-typography-body1-font-family);
|
|
127
147
|
--success-state-header-font-size: var(--joy-typography-body1-font-size);
|
|
128
148
|
--success-state-header-font-line-height: var(--joy-typography-body1-line-height);
|
|
@@ -132,7 +152,7 @@ export function successStateElementJoyStyle() {
|
|
|
132
152
|
--success-state-header-font-text-transform: var(--joy-typography-body1-text-transform);
|
|
133
153
|
}
|
|
134
154
|
|
|
135
|
-
:host [
|
|
155
|
+
:host slot[name="content"] {
|
|
136
156
|
--success-state-content-font-family: var(--joy-typography-body2-font-family);
|
|
137
157
|
--success-state-content-font-size: var(--joy-typography-body2-font-size);
|
|
138
158
|
--success-state-content-font-line-height: var(--joy-typography-body2-line-height);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Joy.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuJT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,SAAS,CA0J3D"}
|
|
@@ -88,7 +88,7 @@ export function successStateElementMemphisStyle() {
|
|
|
88
88
|
overflow: hidden;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:host [
|
|
91
|
+
:host slot[name="header"] {
|
|
92
92
|
font-family: var(--success-state-header-font-family);
|
|
93
93
|
font-size: var(--success-state-header-font-size);
|
|
94
94
|
line-height: var(--success-state-header-font-line-height);
|
|
@@ -99,7 +99,17 @@ export function successStateElementMemphisStyle() {
|
|
|
99
99
|
text-transform: var(--success-state-header-font-text-transform);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
:host [
|
|
102
|
+
:host slot[name="header"] mosaik-text {
|
|
103
|
+
font-family: inherit;
|
|
104
|
+
font-size: inherit;
|
|
105
|
+
line-height: inherit;
|
|
106
|
+
font-weight: inherit;
|
|
107
|
+
letter-spacing: inherit;
|
|
108
|
+
text-decoration: inherit;
|
|
109
|
+
text-transform: inherit;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
:host slot[name="content"] {
|
|
103
113
|
font-family: var(--success-state-content-font-family);
|
|
104
114
|
font-size: var(--success-state-content-font-size);
|
|
105
115
|
line-height: var(--success-state-content-font-line-height);
|
|
@@ -110,6 +120,16 @@ export function successStateElementMemphisStyle() {
|
|
|
110
120
|
text-transform: var(--success-state-content-font-text-transform);
|
|
111
121
|
}
|
|
112
122
|
|
|
123
|
+
:host slot[name="content"] mosaik-text {
|
|
124
|
+
font-family: inherit;
|
|
125
|
+
font-size: inherit;
|
|
126
|
+
line-height: inherit;
|
|
127
|
+
font-weight: inherit;
|
|
128
|
+
letter-spacing: inherit;
|
|
129
|
+
text-decoration: inherit;
|
|
130
|
+
text-transform: inherit;
|
|
131
|
+
}
|
|
132
|
+
|
|
113
133
|
:host [part="root"] {
|
|
114
134
|
flex-direction: column;
|
|
115
135
|
align-items: center;
|
|
@@ -123,7 +143,7 @@ export function successStateElementMemphisStyle() {
|
|
|
123
143
|
display: flex;
|
|
124
144
|
}
|
|
125
145
|
|
|
126
|
-
:host [
|
|
146
|
+
:host slot[name="header"] {
|
|
127
147
|
--success-state-header-font-family: var(--memphis-typography-body1-font-family);
|
|
128
148
|
--success-state-header-font-size: var(--memphis-typography-body1-font-size);
|
|
129
149
|
--success-state-header-font-line-height: var(--memphis-typography-body1-line-height);
|
|
@@ -133,7 +153,7 @@ export function successStateElementMemphisStyle() {
|
|
|
133
153
|
--success-state-header-font-text-transform: var(--memphis-typography-body1-text-transform);
|
|
134
154
|
}
|
|
135
155
|
|
|
136
|
-
:host [
|
|
156
|
+
:host slot[name="content"] {
|
|
137
157
|
--success-state-content-font-family: var(--memphis-typography-body2-font-family);
|
|
138
158
|
--success-state-content-font-size: var(--memphis-typography-body2-font-size);
|
|
139
159
|
--success-state-content-font-line-height: var(--memphis-typography-body2-line-height);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessStateElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,+BAA+B;IAC3C,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"SuccessStateElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/States/Success/Themes/SuccessStateElement.Memphis.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,+BAA+B;IAC3C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAwJT,CAAC;AACN,CAAC"}
|
package/custom-elements.json
CHANGED
|
@@ -219710,15 +219710,14 @@
|
|
|
219710
219710
|
},
|
|
219711
219711
|
{
|
|
219712
219712
|
"kind": "method",
|
|
219713
|
-
"name": "
|
|
219713
|
+
"name": "onSlotChanges",
|
|
219714
219714
|
"privacy": "public",
|
|
219715
|
-
"type": "(
|
|
219716
|
-
"description": "Handles
|
|
219715
|
+
"type": "(slotName?: string | undefined): void",
|
|
219716
|
+
"description": "Handles slotted item changes from the Slottable behavior.",
|
|
219717
219717
|
"parameters": [
|
|
219718
219718
|
{
|
|
219719
|
-
"name": "
|
|
219720
|
-
"type": "
|
|
219721
|
-
"description": "The step that has been invoked."
|
|
219719
|
+
"name": "slotName",
|
|
219720
|
+
"type": "string"
|
|
219722
219721
|
}
|
|
219723
219722
|
],
|
|
219724
219723
|
"return": {
|
|
@@ -219813,19 +219812,6 @@
|
|
|
219813
219812
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
219814
219813
|
}
|
|
219815
219814
|
},
|
|
219816
|
-
{
|
|
219817
|
-
"kind": "method",
|
|
219818
|
-
"name": "onSlotChanges",
|
|
219819
|
-
"privacy": "public",
|
|
219820
|
-
"type": "(slotName?: string | undefined): void",
|
|
219821
|
-
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
219822
|
-
"parameters": [],
|
|
219823
|
-
"return": {},
|
|
219824
|
-
"inheritedFrom": {
|
|
219825
|
-
"name": "ISlottable",
|
|
219826
|
-
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
219827
|
-
}
|
|
219828
|
-
},
|
|
219829
219815
|
{
|
|
219830
219816
|
"kind": "method",
|
|
219831
219817
|
"name": "select",
|
|
@@ -220110,6 +220096,10 @@
|
|
|
220110
220096
|
}
|
|
220111
220097
|
],
|
|
220112
220098
|
"slots": [
|
|
220099
|
+
{
|
|
220100
|
+
"description": "The ${`step-${index}`} slot.",
|
|
220101
|
+
"name": "${`step-${index}`}"
|
|
220102
|
+
},
|
|
220113
220103
|
{
|
|
220114
220104
|
"description": "Custom footer content below the stepper content",
|
|
220115
220105
|
"name": "footer"
|
|
@@ -220396,7 +220386,7 @@
|
|
|
220396
220386
|
},
|
|
220397
220387
|
{
|
|
220398
220388
|
"name": "content",
|
|
220399
|
-
"description": "The
|
|
220389
|
+
"description": "The content part."
|
|
220400
220390
|
},
|
|
220401
220391
|
{
|
|
220402
220392
|
"name": "footer",
|
|
@@ -220407,8 +220397,8 @@
|
|
|
220407
220397
|
"description": "The header container with step indicators"
|
|
220408
220398
|
},
|
|
220409
220399
|
{
|
|
220410
|
-
"name": "step",
|
|
220411
|
-
"description": "The
|
|
220400
|
+
"name": "step-body",
|
|
220401
|
+
"description": "The vertical step body containing connector and step content"
|
|
220412
220402
|
},
|
|
220413
220403
|
{
|
|
220414
220404
|
"name": "step-container",
|
|
@@ -237298,6 +237288,10 @@
|
|
|
237298
237288
|
{
|
|
237299
237289
|
"name": "Themeable",
|
|
237300
237290
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
237291
|
+
},
|
|
237292
|
+
{
|
|
237293
|
+
"name": "Slottable",
|
|
237294
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
237301
237295
|
}
|
|
237302
237296
|
],
|
|
237303
237297
|
"description": "BusyState - A loading state component that indicates ongoing processes or data retrieval operations.",
|
|
@@ -237662,13 +237656,17 @@
|
|
|
237662
237656
|
],
|
|
237663
237657
|
"slots": [
|
|
237664
237658
|
{
|
|
237665
|
-
"description": "
|
|
237659
|
+
"description": "The default slot.",
|
|
237666
237660
|
"name": ""
|
|
237667
237661
|
},
|
|
237668
237662
|
{
|
|
237669
237663
|
"description": "Action buttons or controls available during loading (e.g., cancel operation, dismiss)",
|
|
237670
237664
|
"name": "actions"
|
|
237671
237665
|
},
|
|
237666
|
+
{
|
|
237667
|
+
"description": "The header slot.",
|
|
237668
|
+
"name": "header"
|
|
237669
|
+
},
|
|
237672
237670
|
{
|
|
237673
237671
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
237674
237672
|
"name": "style",
|
|
@@ -237908,11 +237906,22 @@
|
|
|
237908
237906
|
{
|
|
237909
237907
|
"name": "Themeable",
|
|
237910
237908
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
237909
|
+
},
|
|
237910
|
+
{
|
|
237911
|
+
"name": "Slottable",
|
|
237912
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
237911
237913
|
}
|
|
237912
237914
|
],
|
|
237913
237915
|
"description": "EmptyState - A user-friendly placeholder component for displaying when no content or data is available.",
|
|
237914
237916
|
"name": "EmptyStateElement",
|
|
237915
237917
|
"members": [
|
|
237918
|
+
{
|
|
237919
|
+
"kind": "field",
|
|
237920
|
+
"name": "iconSize",
|
|
237921
|
+
"privacy": "public",
|
|
237922
|
+
"description": "Gets or sets the `iconSize` property.\nThe default value is `null`, which means the icon size is not specified.",
|
|
237923
|
+
"type": "Size | null"
|
|
237924
|
+
},
|
|
237916
237925
|
{
|
|
237917
237926
|
"kind": "field",
|
|
237918
237927
|
"name": "icon",
|
|
@@ -238276,13 +238285,17 @@
|
|
|
238276
238285
|
],
|
|
238277
238286
|
"slots": [
|
|
238278
238287
|
{
|
|
238279
|
-
"description": "
|
|
238288
|
+
"description": "The default slot.",
|
|
238280
238289
|
"name": ""
|
|
238281
238290
|
},
|
|
238282
238291
|
{
|
|
238283
238292
|
"description": "Action buttons or links for user guidance and next steps",
|
|
238284
238293
|
"name": "actions"
|
|
238285
238294
|
},
|
|
238295
|
+
{
|
|
238296
|
+
"description": "The header slot.",
|
|
238297
|
+
"name": "header"
|
|
238298
|
+
},
|
|
238286
238299
|
{
|
|
238287
238300
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
238288
238301
|
"name": "style",
|
|
@@ -238293,6 +238306,12 @@
|
|
|
238293
238306
|
}
|
|
238294
238307
|
],
|
|
238295
238308
|
"attributes": [
|
|
238309
|
+
{
|
|
238310
|
+
"name": "icon-size",
|
|
238311
|
+
"fieldName": "iconSize",
|
|
238312
|
+
"description": "Gets or sets the `iconSize` property.\nThe default value is `null`, which means the icon size is not specified.",
|
|
238313
|
+
"type": "Size | null"
|
|
238314
|
+
},
|
|
238296
238315
|
{
|
|
238297
238316
|
"name": "header",
|
|
238298
238317
|
"fieldName": "header",
|
|
@@ -238522,6 +238541,10 @@
|
|
|
238522
238541
|
{
|
|
238523
238542
|
"name": "Themeable",
|
|
238524
238543
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
238544
|
+
},
|
|
238545
|
+
{
|
|
238546
|
+
"name": "Slottable",
|
|
238547
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
238525
238548
|
}
|
|
238526
238549
|
],
|
|
238527
238550
|
"description": "ErrorState - An error handling component that displays failure states and recovery options for users.",
|
|
@@ -238901,13 +238924,17 @@
|
|
|
238901
238924
|
],
|
|
238902
238925
|
"slots": [
|
|
238903
238926
|
{
|
|
238904
|
-
"description": "
|
|
238927
|
+
"description": "The default slot.",
|
|
238905
238928
|
"name": ""
|
|
238906
238929
|
},
|
|
238907
238930
|
{
|
|
238908
238931
|
"description": "Action buttons for error recovery (retry, refresh, contact support, go back, etc.)",
|
|
238909
238932
|
"name": "actions"
|
|
238910
238933
|
},
|
|
238934
|
+
{
|
|
238935
|
+
"description": "The header slot.",
|
|
238936
|
+
"name": "header"
|
|
238937
|
+
},
|
|
238911
238938
|
{
|
|
238912
238939
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
238913
238940
|
"name": "style",
|
|
@@ -238985,11 +239012,6 @@
|
|
|
238985
239012
|
"description": "The state font weight CSS custom property.",
|
|
238986
239013
|
"type": "String"
|
|
238987
239014
|
},
|
|
238988
|
-
{
|
|
238989
|
-
"name": "--error-state-foreground-color",
|
|
238990
|
-
"description": "The text color for error state content",
|
|
238991
|
-
"type": "String"
|
|
238992
|
-
},
|
|
238993
239015
|
{
|
|
238994
239016
|
"name": "--error-state-gap",
|
|
238995
239017
|
"description": "The spacing between icon, text, and action elements",
|
|
@@ -239151,6 +239173,10 @@
|
|
|
239151
239173
|
{
|
|
239152
239174
|
"name": "Themeable",
|
|
239153
239175
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
239176
|
+
},
|
|
239177
|
+
{
|
|
239178
|
+
"name": "Slottable",
|
|
239179
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
239154
239180
|
}
|
|
239155
239181
|
],
|
|
239156
239182
|
"description": "SuccessState - A celebration component that displays successful operations and positive outcomes to users.",
|
|
@@ -239519,13 +239545,17 @@
|
|
|
239519
239545
|
],
|
|
239520
239546
|
"slots": [
|
|
239521
239547
|
{
|
|
239522
|
-
"description": "
|
|
239548
|
+
"description": "The default slot.",
|
|
239523
239549
|
"name": ""
|
|
239524
239550
|
},
|
|
239525
239551
|
{
|
|
239526
239552
|
"description": "Action buttons for next steps or related operations after success",
|
|
239527
239553
|
"name": "actions"
|
|
239528
239554
|
},
|
|
239555
|
+
{
|
|
239556
|
+
"description": "The header slot.",
|
|
239557
|
+
"name": "header"
|
|
239558
|
+
},
|
|
239529
239559
|
{
|
|
239530
239560
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
239531
239561
|
"name": "style",
|
|
@@ -239593,11 +239623,6 @@
|
|
|
239593
239623
|
"description": "The state font weight CSS custom property.",
|
|
239594
239624
|
"type": "String"
|
|
239595
239625
|
},
|
|
239596
|
-
{
|
|
239597
|
-
"name": "--success-state-foreground-color",
|
|
239598
|
-
"description": "The text color for success state content",
|
|
239599
|
-
"type": "String"
|
|
239600
|
-
},
|
|
239601
239626
|
{
|
|
239602
239627
|
"name": "--success-state-gap",
|
|
239603
239628
|
"description": "The spacing between icon, text, and action elements",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
18
|
-
"@breadstone/mosaik-themes": "0.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.10",
|
|
18
|
+
"@breadstone/mosaik-themes": "0.1.10",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|