@jumpgroup/jump-design-system 0.2.2 → 0.2.4

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.
Files changed (158) hide show
  1. package/dist/cjs/{index-79e97f36.js → index-41aaa52a.js} +181 -11
  2. package/dist/cjs/index-41aaa52a.js.map +1 -0
  3. package/dist/cjs/jump-badge.cjs.entry.js +6 -6
  4. package/dist/cjs/jump-badge.cjs.entry.js.map +1 -1
  5. package/dist/cjs/jump-button.cjs.entry.js +10 -6
  6. package/dist/cjs/jump-button.cjs.entry.js.map +1 -1
  7. package/dist/cjs/jump-card.cjs.entry.js +4 -4
  8. package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
  9. package/dist/cjs/jump-design-system.cjs.js +3 -3
  10. package/dist/cjs/jump-design-system.cjs.js.map +1 -1
  11. package/dist/cjs/jump-icon.cjs.entry.js +5 -5
  12. package/dist/cjs/jump-icon.cjs.entry.js.map +1 -1
  13. package/dist/cjs/jump-pagination.cjs.entry.js +32 -10
  14. package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
  15. package/dist/cjs/jump-tab.cjs.entry.js +29 -0
  16. package/dist/cjs/jump-tab.cjs.entry.js.map +1 -0
  17. package/dist/cjs/loader.cjs.js +2 -2
  18. package/dist/collection/collection-manifest.json +5 -4
  19. package/dist/collection/components/jump-badge/jump-badge.css +1 -1
  20. package/dist/collection/components/jump-badge/jump-badge.js +4 -4
  21. package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
  22. package/dist/collection/components/jump-badge/test/jump-badge.spec.js +2 -2
  23. package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -1
  24. package/dist/collection/components/jump-button/jump-button-anchor.stories.js +87 -0
  25. package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -0
  26. package/dist/collection/components/jump-button/jump-button-dimension.stories.js +74 -0
  27. package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -0
  28. package/dist/collection/components/jump-button/jump-button-filled.stories.js +14 -482
  29. package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
  30. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +109 -0
  31. package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -0
  32. package/dist/collection/components/jump-button/jump-button-outline.stories.js +20 -285
  33. package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -1
  34. package/dist/collection/components/jump-button/jump-button-text.stories.js +83 -0
  35. package/dist/collection/components/jump-button/jump-button-text.stories.js.map +1 -0
  36. package/dist/collection/components/jump-button/jump-button.css +103 -50
  37. package/dist/collection/components/jump-button/jump-button.js +41 -19
  38. package/dist/collection/components/jump-button/jump-button.js.map +1 -1
  39. package/dist/collection/components/jump-button/test/jump-button.spec.js +2 -2
  40. package/dist/collection/components/jump-button/test/jump-button.spec.js.map +1 -1
  41. package/dist/collection/components/jump-card/jump-card-border-radius.stories.js +2 -14
  42. package/dist/collection/components/jump-card/jump-card-border-radius.stories.js.map +1 -1
  43. package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js +1 -2
  44. package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js.map +1 -1
  45. package/dist/collection/components/jump-card/jump-card.css +50 -1
  46. package/dist/collection/components/jump-card/jump-card.js +13 -13
  47. package/dist/collection/components/jump-card/jump-card.js.map +1 -1
  48. package/dist/collection/components/{app-icon → jump-icon}/jump-icon.js +2 -2
  49. package/dist/collection/components/jump-icon/jump-icon.js.map +1 -0
  50. package/dist/collection/components/{app-icon → jump-icon}/jump-icon.stories.js +1 -1
  51. package/dist/collection/components/jump-icon/jump-icon.stories.js.map +1 -0
  52. package/dist/collection/components/jump-icon/test/jump-icon.e2e.js.map +1 -0
  53. package/dist/collection/components/{app-icon → jump-icon}/test/jump-icon.spec.js +2 -2
  54. package/dist/collection/components/jump-icon/test/jump-icon.spec.js.map +1 -0
  55. package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js +41 -24
  56. package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js.map +1 -1
  57. package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js +19 -40
  58. package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js.map +1 -1
  59. package/dist/collection/components/jump-pagination/jump-pagination.css +13 -0
  60. package/dist/collection/components/jump-pagination/jump-pagination.js +64 -31
  61. package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
  62. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +28 -0
  63. package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +1 -0
  64. package/dist/collection/components/jump-tab/jump-tab.css +3 -0
  65. package/dist/collection/components/jump-tab/jump-tab.js +71 -0
  66. package/dist/collection/components/jump-tab/jump-tab.js.map +1 -0
  67. package/dist/collection/components/jump-tab/test/jump-tab.e2e.js +10 -0
  68. package/dist/collection/components/jump-tab/test/jump-tab.e2e.js.map +1 -0
  69. package/dist/collection/components/jump-tab/test/jump-tab.spec.js +18 -0
  70. package/dist/collection/components/jump-tab/test/jump-tab.spec.js.map +1 -0
  71. package/dist/collection/utils/utils.js +29 -3
  72. package/dist/collection/utils/utils.js.map +1 -1
  73. package/dist/components/jump-badge.js +7 -7
  74. package/dist/components/jump-badge.js.map +1 -1
  75. package/dist/components/jump-button.js +26 -20
  76. package/dist/components/jump-button.js.map +1 -1
  77. package/dist/components/jump-card.js +14 -14
  78. package/dist/components/jump-card.js.map +1 -1
  79. package/dist/components/jump-icon.js +2 -2
  80. package/dist/components/jump-icon2.js +4 -4
  81. package/dist/components/jump-icon2.js.map +1 -1
  82. package/dist/components/jump-pagination.js +38 -13
  83. package/dist/components/jump-pagination.js.map +1 -1
  84. package/dist/components/jump-tab.d.ts +11 -0
  85. package/dist/components/jump-tab.js +46 -0
  86. package/dist/components/jump-tab.js.map +1 -0
  87. package/dist/esm/{index-7feee8ea.js → index-192aeaf1.js} +181 -12
  88. package/dist/esm/index-192aeaf1.js.map +1 -0
  89. package/dist/esm/jump-badge.entry.js +6 -6
  90. package/dist/esm/jump-badge.entry.js.map +1 -1
  91. package/dist/esm/jump-button.entry.js +10 -6
  92. package/dist/esm/jump-button.entry.js.map +1 -1
  93. package/dist/esm/jump-card.entry.js +4 -4
  94. package/dist/esm/jump-card.entry.js.map +1 -1
  95. package/dist/esm/jump-design-system.js +4 -4
  96. package/dist/esm/jump-design-system.js.map +1 -1
  97. package/dist/esm/jump-icon.entry.js +5 -5
  98. package/dist/esm/jump-icon.entry.js.map +1 -1
  99. package/dist/esm/jump-pagination.entry.js +32 -10
  100. package/dist/esm/jump-pagination.entry.js.map +1 -1
  101. package/dist/esm/jump-tab.entry.js +25 -0
  102. package/dist/esm/jump-tab.entry.js.map +1 -0
  103. package/dist/esm/loader.js +3 -3
  104. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  105. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  106. package/dist/jump-design-system/p-20ceb40c.js +3 -0
  107. package/dist/jump-design-system/p-20ceb40c.js.map +1 -0
  108. package/dist/jump-design-system/{p-bc02e346.entry.js → p-511d4425.entry.js} +3 -3
  109. package/dist/jump-design-system/p-511d4425.entry.js.map +1 -0
  110. package/dist/jump-design-system/p-61729377.entry.js +2 -0
  111. package/dist/jump-design-system/p-61729377.entry.js.map +1 -0
  112. package/dist/jump-design-system/p-700b96b4.entry.js +2 -0
  113. package/dist/jump-design-system/p-700b96b4.entry.js.map +1 -0
  114. package/dist/jump-design-system/p-87256ed6.entry.js +2 -0
  115. package/dist/jump-design-system/p-87256ed6.entry.js.map +1 -0
  116. package/dist/jump-design-system/{p-99238e3f.entry.js → p-8f5caf32.entry.js} +2 -2
  117. package/dist/jump-design-system/p-8f5caf32.entry.js.map +1 -0
  118. package/dist/jump-design-system/p-9e47f451.entry.js +2 -0
  119. package/dist/jump-design-system/p-9e47f451.entry.js.map +1 -0
  120. package/dist/jump-design-system-elements.json +20 -7
  121. package/dist/types/components/jump-badge/jump-badge.d.ts +1 -1
  122. package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +44 -0
  123. package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +43 -0
  124. package/dist/types/components/jump-button/jump-button-filled.stories.d.ts +1 -120
  125. package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +53 -0
  126. package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +4 -112
  127. package/dist/types/components/jump-button/jump-button-text.stories.d.ts +40 -0
  128. package/dist/types/components/jump-button/jump-button.d.ts +7 -2
  129. package/dist/types/components/{app-icon → jump-icon}/jump-icon.d.ts +1 -1
  130. package/dist/types/components/jump-pagination/jump-pagination-pages.stories.d.ts +2 -1
  131. package/dist/types/components/jump-pagination/jump-pagination-products.stories.d.ts +2 -2
  132. package/dist/types/components/jump-pagination/jump-pagination.d.ts +10 -8
  133. package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +18 -0
  134. package/dist/types/components/jump-tab/jump-tab.d.ts +6 -0
  135. package/dist/types/components.d.ts +47 -14
  136. package/dist/types/utils/utils.d.ts +2 -1
  137. package/package.json +3 -2
  138. package/dist/cjs/index-79e97f36.js.map +0 -1
  139. package/dist/collection/components/app-icon/jump-icon.js.map +0 -1
  140. package/dist/collection/components/app-icon/jump-icon.stories.js.map +0 -1
  141. package/dist/collection/components/app-icon/test/jump-icon.e2e.js.map +0 -1
  142. package/dist/collection/components/app-icon/test/jump-icon.spec.js.map +0 -1
  143. package/dist/collection/utils/utils.spec.js +0 -16
  144. package/dist/collection/utils/utils.spec.js.map +0 -1
  145. package/dist/esm/index-7feee8ea.js.map +0 -1
  146. package/dist/jump-design-system/p-7cfed9c6.entry.js +0 -2
  147. package/dist/jump-design-system/p-7cfed9c6.entry.js.map +0 -1
  148. package/dist/jump-design-system/p-99238e3f.entry.js.map +0 -1
  149. package/dist/jump-design-system/p-9fd6e0a0.entry.js +0 -2
  150. package/dist/jump-design-system/p-9fd6e0a0.entry.js.map +0 -1
  151. package/dist/jump-design-system/p-bc02e346.entry.js.map +0 -1
  152. package/dist/jump-design-system/p-c560071a.js +0 -3
  153. package/dist/jump-design-system/p-c560071a.js.map +0 -1
  154. package/dist/jump-design-system/p-ddb6c98c.entry.js +0 -2
  155. package/dist/jump-design-system/p-ddb6c98c.entry.js.map +0 -1
  156. /package/dist/collection/components/{app-icon → jump-icon}/jump-icon.css +0 -0
  157. /package/dist/collection/components/{app-icon → jump-icon}/test/jump-icon.e2e.js +0 -0
  158. /package/dist/types/components/{app-icon → jump-icon}/jump-icon.stories.d.ts +0 -0
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ variant: {
6
+ name: string;
7
+ description: string;
8
+ control: string;
9
+ options: string[];
10
+ };
11
+ size: {
12
+ name: string;
13
+ description: string;
14
+ control: string;
15
+ options: string[];
16
+ labels: {
17
+ small: string;
18
+ medium: string;
19
+ large: string;
20
+ };
21
+ };
22
+ disabled: {
23
+ name: string;
24
+ description: string;
25
+ control: string;
26
+ };
27
+ id: {
28
+ name: string;
29
+ description: string;
30
+ control: string;
31
+ };
32
+ };
33
+ };
34
+ export default _default;
35
+ export declare const TextPrimary: any;
36
+ export declare const TextSecondary: any;
37
+ export declare const TextGrey: any;
38
+ export declare const TextWhite: any;
39
+ export declare const withIcon: any;
40
+ export declare const disabled: any;
@@ -1,4 +1,4 @@
1
- export declare class AppButton {
1
+ export declare class JumpButton {
2
2
  /**
3
3
  * Set the button as disabled; Vale solo per i bottoni
4
4
  */
@@ -6,7 +6,7 @@ export declare class AppButton {
6
6
  /**
7
7
  * Indicates the variant of the button
8
8
  */
9
- variant: 'primary' | 'secondary' | 'tertiary' | 'neutral';
9
+ variant: 'primary' | 'secondary' | 'white' | 'neutral';
10
10
  /**
11
11
  * Indicates the button as outline
12
12
  */
@@ -15,6 +15,10 @@ export declare class AppButton {
15
15
  * Indicates the size of the button
16
16
  */
17
17
  size: string;
18
+ /**
19
+ * Indicates if the button is full width
20
+ */
21
+ full: boolean;
18
22
  /**
19
23
  * Indicates the button as pill
20
24
  */
@@ -59,5 +63,6 @@ export declare class AppButton {
59
63
  * Indicates classes of the component
60
64
  **/
61
65
  buttonId: string;
66
+ componentWillLoad(): void;
62
67
  render(): any;
63
68
  }
@@ -1,4 +1,4 @@
1
- export declare class AppIcon {
1
+ export declare class JumpIcon {
2
2
  /**
3
3
  * Name of the icon
4
4
  **/
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  eq: boolean;
27
27
  };
28
28
  };
29
- currentPage: {
29
+ initialPage: {
30
30
  name: string;
31
31
  control: string;
32
32
  description: string;
@@ -70,5 +70,6 @@ declare const _default: {
70
70
  };
71
71
  };
72
72
  export default _default;
73
+ export declare const Playground: any;
73
74
  export declare const PaginationPerPagineRidotto: any;
74
75
  export declare const PaginationPerPagineCompleto: any;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  control: string;
13
13
  description: string;
14
14
  };
15
- showAdditionalChrevrons: {
15
+ showFirstAndLast: {
16
16
  name: string;
17
17
  control: string;
18
18
  description: string;
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  eq: boolean;
27
27
  };
28
28
  };
29
- currentPage: {
29
+ initialPage: {
30
30
  name: string;
31
31
  control: string;
32
32
  description: string;
@@ -1,10 +1,14 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
1
2
  export declare class JumpPagination {
2
- totalElements: number;
3
- pagLabel: string;
4
3
  /**
5
- *
4
+ * Indicates the first page/product of the list
6
5
  */
6
+ firstPage: number;
7
7
  currentPage: number;
8
+ watchCurrentPage(newValue: number, oldValue: number): void;
9
+ totalElements: number;
10
+ pagLabel: string;
11
+ initialPage: number;
8
12
  lastPage: number;
9
13
  /**
10
14
  * Label for the elements per page select
@@ -14,14 +18,12 @@ export declare class JumpPagination {
14
18
  * Values for the elements per page select
15
19
  */
16
20
  elementsRanges: Array<number>;
17
- /**
18
- * Indicates the first page/product of the list
19
- */
20
- firstPage: number;
21
21
  /**
22
22
  * If true, the component will show the complete version of the pagination, with elements informations
23
23
  */
24
24
  completeVersion: boolean;
25
- showAdditionalChrevrons: boolean;
25
+ showFirstAndLast: boolean;
26
+ jumpChangePage: EventEmitter;
27
+ componentWillLoad(): void;
26
28
  render(): any;
27
29
  }
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ argTypes: {
5
+ activeTab: {
6
+ name: string;
7
+ control: string;
8
+ description: string;
9
+ };
10
+ tabNames: {
11
+ name: string;
12
+ control: string;
13
+ description: string;
14
+ };
15
+ };
16
+ };
17
+ export default _default;
18
+ export declare const TabInline: any;
@@ -0,0 +1,6 @@
1
+ export declare class JumpTab {
2
+ activeTab: string;
3
+ tabNames: Array<string>;
4
+ componentWillLoad(): void;
5
+ render(): any;
6
+ }
@@ -33,6 +33,10 @@ export namespace Components {
33
33
  * Set the button as disabled; Vale solo per i bottoni
34
34
  */
35
35
  "disabled": boolean;
36
+ /**
37
+ * Indicates if the button is full width
38
+ */
39
+ "full": boolean;
36
40
  /**
37
41
  * Indicates if button becames a anchor
38
42
  */
@@ -76,7 +80,7 @@ export namespace Components {
76
80
  /**
77
81
  * Indicates the variant of the button
78
82
  */
79
- "variant": 'primary'|'secondary'|'tertiary'|'neutral';
83
+ "variant": 'primary'|'secondary'|'white'|'neutral';
80
84
  }
81
85
  interface JumpCard {
82
86
  /**
@@ -139,24 +143,28 @@ export namespace Components {
139
143
  * If true, the component will show the complete version of the pagination, with elements informations
140
144
  */
141
145
  "completeVersion": boolean;
142
- "currentPage": number;
143
146
  /**
144
147
  * Values for the elements per page select
145
148
  */
146
149
  "elementsRanges": Array<number>;
147
- /**
148
- * Indicates the first page/product of the list
149
- */
150
- "firstPage": number;
150
+ "initialPage": number;
151
151
  /**
152
152
  * Label for the elements per page select
153
153
  */
154
154
  "labelElementsPerPage": string;
155
155
  "lastPage": number;
156
156
  "pagLabel": string;
157
- "showAdditionalChrevrons": boolean;
157
+ "showFirstAndLast": boolean;
158
158
  "totalElements": number;
159
159
  }
160
+ interface JumpTab {
161
+ "activeTab": string;
162
+ "tabNames": Array<string>;
163
+ }
164
+ }
165
+ export interface JumpPaginationCustomEvent<T> extends CustomEvent<T> {
166
+ detail: T;
167
+ target: HTMLJumpPaginationElement;
160
168
  }
161
169
  declare global {
162
170
  interface HTMLJumpBadgeElement extends Components.JumpBadge, HTMLStencilElement {
@@ -183,18 +191,36 @@ declare global {
183
191
  prototype: HTMLJumpIconElement;
184
192
  new (): HTMLJumpIconElement;
185
193
  };
194
+ interface HTMLJumpPaginationElementEventMap {
195
+ "jump-change-page": any;
196
+ }
186
197
  interface HTMLJumpPaginationElement extends Components.JumpPagination, HTMLStencilElement {
198
+ addEventListener<K extends keyof HTMLJumpPaginationElementEventMap>(type: K, listener: (this: HTMLJumpPaginationElement, ev: JumpPaginationCustomEvent<HTMLJumpPaginationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
199
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
200
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
201
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
202
+ removeEventListener<K extends keyof HTMLJumpPaginationElementEventMap>(type: K, listener: (this: HTMLJumpPaginationElement, ev: JumpPaginationCustomEvent<HTMLJumpPaginationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
203
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
204
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
205
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
187
206
  }
188
207
  var HTMLJumpPaginationElement: {
189
208
  prototype: HTMLJumpPaginationElement;
190
209
  new (): HTMLJumpPaginationElement;
191
210
  };
211
+ interface HTMLJumpTabElement extends Components.JumpTab, HTMLStencilElement {
212
+ }
213
+ var HTMLJumpTabElement: {
214
+ prototype: HTMLJumpTabElement;
215
+ new (): HTMLJumpTabElement;
216
+ };
192
217
  interface HTMLElementTagNameMap {
193
218
  "jump-badge": HTMLJumpBadgeElement;
194
219
  "jump-button": HTMLJumpButtonElement;
195
220
  "jump-card": HTMLJumpCardElement;
196
221
  "jump-icon": HTMLJumpIconElement;
197
222
  "jump-pagination": HTMLJumpPaginationElement;
223
+ "jump-tab": HTMLJumpTabElement;
198
224
  }
199
225
  }
200
226
  declare namespace LocalJSX {
@@ -225,6 +251,10 @@ declare namespace LocalJSX {
225
251
  * Set the button as disabled; Vale solo per i bottoni
226
252
  */
227
253
  "disabled"?: boolean;
254
+ /**
255
+ * Indicates if the button is full width
256
+ */
257
+ "full"?: boolean;
228
258
  /**
229
259
  * Indicates if button becames a anchor
230
260
  */
@@ -268,7 +298,7 @@ declare namespace LocalJSX {
268
298
  /**
269
299
  * Indicates the variant of the button
270
300
  */
271
- "variant"?: 'primary'|'secondary'|'tertiary'|'neutral';
301
+ "variant"?: 'primary'|'secondary'|'white'|'neutral';
272
302
  }
273
303
  interface JumpCard {
274
304
  /**
@@ -331,30 +361,32 @@ declare namespace LocalJSX {
331
361
  * If true, the component will show the complete version of the pagination, with elements informations
332
362
  */
333
363
  "completeVersion"?: boolean;
334
- "currentPage"?: number;
335
364
  /**
336
365
  * Values for the elements per page select
337
366
  */
338
367
  "elementsRanges"?: Array<number>;
339
- /**
340
- * Indicates the first page/product of the list
341
- */
342
- "firstPage"?: number;
368
+ "initialPage"?: number;
343
369
  /**
344
370
  * Label for the elements per page select
345
371
  */
346
372
  "labelElementsPerPage"?: string;
347
373
  "lastPage"?: number;
374
+ "onJump-change-page"?: (event: JumpPaginationCustomEvent<any>) => void;
348
375
  "pagLabel"?: string;
349
- "showAdditionalChrevrons"?: boolean;
376
+ "showFirstAndLast"?: boolean;
350
377
  "totalElements"?: number;
351
378
  }
379
+ interface JumpTab {
380
+ "activeTab"?: string;
381
+ "tabNames"?: Array<string>;
382
+ }
352
383
  interface IntrinsicElements {
353
384
  "jump-badge": JumpBadge;
354
385
  "jump-button": JumpButton;
355
386
  "jump-card": JumpCard;
356
387
  "jump-icon": JumpIcon;
357
388
  "jump-pagination": JumpPagination;
389
+ "jump-tab": JumpTab;
358
390
  }
359
391
  }
360
392
  export { LocalJSX as JSX };
@@ -366,6 +398,7 @@ declare module "@stencil/core" {
366
398
  "jump-card": LocalJSX.JumpCard & JSXBase.HTMLAttributes<HTMLJumpCardElement>;
367
399
  "jump-icon": LocalJSX.JumpIcon & JSXBase.HTMLAttributes<HTMLJumpIconElement>;
368
400
  "jump-pagination": LocalJSX.JumpPagination & JSXBase.HTMLAttributes<HTMLJumpPaginationElement>;
401
+ "jump-tab": LocalJSX.JumpTab & JSXBase.HTMLAttributes<HTMLJumpTabElement>;
369
402
  }
370
403
  }
371
404
  }
@@ -1 +1,2 @@
1
- export declare function format(first: string, middle: string, last: string): string;
1
+ export declare const generateAttributesFromArgs: (arg: any) => string;
2
+ export declare const formatHtml: (html: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jumpgroup/jump-design-system",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -34,7 +34,8 @@
34
34
  "generate-styles": "node ./style-generator.mjs"
35
35
  },
36
36
  "dependencies": {
37
- "@stencil/core": "^4.12.4"
37
+ "@stencil/core": "^4.12.4",
38
+ "js-beautify": "^1.15.1"
38
39
  },
39
40
  "devDependencies": {
40
41
  "@babel/preset-env": "^7.21.5",