@@ -2062,8 +2062,6 @@ export namespace Components {
2062
2062
*/
2063
2063
interface IxModalContent {
2064
2064
}
2065
- interface IxModalExample {
2066
- }
2067
2065
/**
2068
2066
* @since 2.0.0
2069
2067
*/
@@ -2313,8 +2311,6 @@ export namespace Components {
2313
2311
| 'success'
2314
2312
| 'custom' ;
2315
2313
}
2316
- interface IxPlaygroundInternal {
2317
- }
2318
2314
/**
2319
2315
* @since 1.6.0
2320
2316
*/
@@ -4436,12 +4432,6 @@ declare global {
4436
4432
prototype : HTMLIxModalContentElement ;
4437
4433
new ( ) : HTMLIxModalContentElement ;
4438
4434
} ;
4439
- interface HTMLIxModalExampleElement extends Components . IxModalExample , HTMLStencilElement {
4440
- }
4441
- var HTMLIxModalExampleElement : {
4442
- prototype : HTMLIxModalExampleElement ;
4443
- new ( ) : HTMLIxModalExampleElement ;
4444
- } ;
4445
4435
/**
4446
4436
* @since 2.0.0
4447
4437
*/
@@ -4560,12 +4550,6 @@ declare global {
4560
4550
prototype : HTMLIxPillElement ;
4561
4551
new ( ) : HTMLIxPillElement ;
4562
4552
} ;
4563
- interface HTMLIxPlaygroundInternalElement extends Components . IxPlaygroundInternal , HTMLStencilElement {
4564
- }
4565
- var HTMLIxPlaygroundInternalElement : {
4566
- prototype : HTMLIxPlaygroundInternalElement ;
4567
- new ( ) : HTMLIxPlaygroundInternalElement ;
4568
- } ;
4569
4553
/**
4570
4554
* @since 1.6.0
4571
4555
*/
@@ -5068,7 +5052,6 @@ declare global {
5068
5052
"ix-message-bar" : HTMLIxMessageBarElement ;
5069
5053
"ix-modal" : HTMLIxModalElement ;
5070
5054
"ix-modal-content" : HTMLIxModalContentElement ;
5071
- "ix-modal-example" : HTMLIxModalExampleElement ;
5072
5055
"ix-modal-footer" : HTMLIxModalFooterElement ;
5073
5056
"ix-modal-header" : HTMLIxModalHeaderElement ;
5074
5057
"ix-modal-loading" : HTMLIxModalLoadingElement ;
@@ -5077,7 +5060,6 @@ declare global {
5077
5060
"ix-pane" : HTMLIxPaneElement ;
5078
5061
"ix-pane-layout" : HTMLIxPaneLayoutElement ;
5079
5062
"ix-pill" : HTMLIxPillElement ;
5080
- "ix-playground-internal" : HTMLIxPlaygroundInternalElement ;
5081
5063
"ix-push-card" : HTMLIxPushCardElement ;
5082
5064
"ix-radio" : HTMLIxRadioElement ;
5083
5065
"ix-radio-group" : HTMLIxRadioGroupElement ;
@@ -7217,8 +7199,6 @@ declare namespace LocalJSX {
7217
7199
*/
7218
7200
interface IxModalContent {
7219
7201
}
7220
- interface IxModalExample {
7221
- }
7222
7202
/**
7223
7203
* @since 2.0.0
7224
7204
*/
@@ -7496,8 +7476,6 @@ declare namespace LocalJSX {
7496
7476
| 'success'
7497
7477
| 'custom' ;
7498
7478
}
7499
- interface IxPlaygroundInternal {
7500
- }
7501
7479
/**
7502
7480
* @since 1.6.0
7503
7481
*/
@@ -8537,7 +8515,6 @@ declare namespace LocalJSX {
8537
8515
"ix-message-bar" : IxMessageBar ;
8538
8516
"ix-modal" : IxModal ;
8539
8517
"ix-modal-content" : IxModalContent ;
8540
- "ix-modal-example" : IxModalExample ;
8541
8518
"ix-modal-footer" : IxModalFooter ;
8542
8519
"ix-modal-header" : IxModalHeader ;
8543
8520
"ix-modal-loading" : IxModalLoading ;
@@ -8546,7 +8523,6 @@ declare namespace LocalJSX {
8546
8523
"ix-pane" : IxPane ;
8547
8524
"ix-pane-layout" : IxPaneLayout ;
8548
8525
"ix-pill" : IxPill ;
8549
- "ix-playground-internal" : IxPlaygroundInternal ;
8550
8526
"ix-push-card" : IxPushCard ;
8551
8527
"ix-radio" : IxRadio ;
8552
8528
"ix-radio-group" : IxRadioGroup ;
@@ -8748,7 +8724,6 @@ declare module "@stencil/core" {
8748
8724
* @since 2.0.0
8749
8725
*/
8750
8726
"ix-modal-content" : LocalJSX . IxModalContent & JSXBase . HTMLAttributes < HTMLIxModalContentElement > ;
8751
- "ix-modal-example" : LocalJSX . IxModalExample & JSXBase . HTMLAttributes < HTMLIxModalExampleElement > ;
8752
8727
/**
8753
8728
* @since 2.0.0
8754
8729
*/
@@ -8776,7 +8751,6 @@ declare module "@stencil/core" {
8776
8751
*/
8777
8752
"ix-pane-layout" : LocalJSX . IxPaneLayout & JSXBase . HTMLAttributes < HTMLIxPaneLayoutElement > ;
8778
8753
"ix-pill" : LocalJSX . IxPill & JSXBase . HTMLAttributes < HTMLIxPillElement > ;
8779
- "ix-playground-internal" : LocalJSX . IxPlaygroundInternal & JSXBase . HTMLAttributes < HTMLIxPlaygroundInternalElement > ;
8780
8754
/**
8781
8755
* @since 1.6.0
8782
8756
*/
0 commit comments