@jumpgroup/jump-design-system 0.0.1
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/LICENSE +21 -0
- package/dist/cjs/app-button.cjs.entry.js +29 -0
- package/dist/cjs/app-button.cjs.entry.js.map +1 -0
- package/dist/cjs/app-icon.cjs.entry.js +2432 -0
- package/dist/cjs/app-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/index-95f2f619.js +1750 -0
- package/dist/cjs/index-95f2f619.js.map +1 -0
- package/dist/cjs/index.cjs.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/jump-design-system.cjs.js +28 -0
- package/dist/cjs/jump-design-system.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +24 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +13 -0
- package/dist/collection/components/app-button/app-button.css +107 -0
- package/dist/collection/components/app-button/app-button.js +158 -0
- package/dist/collection/components/app-button/app-button.js.map +1 -0
- package/dist/collection/components/app-button/app-button.stories.js +227 -0
- package/dist/collection/components/app-button/app-button.stories.js.map +1 -0
- package/dist/collection/components/app-icon/app-icon.css +7 -0
- package/dist/collection/components/app-icon/app-icon.js +64 -0
- package/dist/collection/components/app-icon/app-icon.js.map +1 -0
- package/dist/collection/components/app-icon/app-icon.stories.js +25 -0
- package/dist/collection/components/app-icon/app-icon.stories.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/stories/Colors.js +14 -0
- package/dist/collection/stories/assets/code-brackets.svg +1 -0
- package/dist/collection/stories/assets/colors.svg +1 -0
- package/dist/collection/stories/assets/comments.svg +1 -0
- package/dist/collection/stories/assets/direction.svg +1 -0
- package/dist/collection/stories/assets/flow.svg +1 -0
- package/dist/collection/stories/assets/plugin.svg +1 -0
- package/dist/collection/stories/assets/repo.svg +1 -0
- package/dist/collection/stories/assets/stackalt.svg +1 -0
- package/dist/collection/utils/utils.js +4 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/app-button.d.ts +11 -0
- package/dist/components/app-button.js +50 -0
- package/dist/components/app-button.js.map +1 -0
- package/dist/components/app-icon.d.ts +11 -0
- package/dist/components/app-icon.js +2448 -0
- package/dist/components/app-icon.js.map +1 -0
- package/dist/components/index.d.ts +27 -0
- package/dist/components/index.js +3 -0
- package/dist/components/index.js.map +1 -0
- package/dist/esm/app-button.entry.js +25 -0
- package/dist/esm/app-button.entry.js.map +1 -0
- package/dist/esm/app-icon.entry.js +2428 -0
- package/dist/esm/app-icon.entry.js.map +1 -0
- package/dist/esm/index-4c9cac2b.js +1723 -0
- package/dist/esm/index-4c9cac2b.js.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/jump-design-system.js +23 -0
- package/dist/esm/jump-design-system.js.map +1 -0
- package/dist/esm/loader.js +20 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/jump-design-system/index.esm.js +2 -0
- package/dist/jump-design-system/index.esm.js.map +1 -0
- package/dist/jump-design-system/jump-design-system.esm.js +2 -0
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -0
- package/dist/jump-design-system/p-08fde855.entry.js +2 -0
- package/dist/jump-design-system/p-08fde855.entry.js.map +1 -0
- package/dist/jump-design-system/p-771ebb2a.entry.js +331 -0
- package/dist/jump-design-system/p-771ebb2a.entry.js.map +1 -0
- package/dist/jump-design-system/p-fce83307.js +3 -0
- package/dist/jump-design-system/p-fce83307.js.map +1 -0
- package/dist/types/components/app-button/app-button.d.ts +31 -0
- package/dist/types/components/app-button/app-button.stories.d.ts +95 -0
- package/dist/types/components/app-icon/app-icon.d.ts +12 -0
- package/dist/types/components/app-icon/app-icon.stories.d.ts +19 -0
- package/dist/types/components.d.ts +122 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1638 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +61 -0
- package/readme.md +91 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
label: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
};
|
|
10
|
+
variant: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
control: string;
|
|
14
|
+
options: string[];
|
|
15
|
+
};
|
|
16
|
+
outline: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
control: string;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
labels: {
|
|
27
|
+
small: string;
|
|
28
|
+
medium: string;
|
|
29
|
+
large: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
pill: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
text: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
showIcon: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
};
|
|
52
|
+
iconOnly: {
|
|
53
|
+
name: string;
|
|
54
|
+
description: string;
|
|
55
|
+
control: string;
|
|
56
|
+
if: {
|
|
57
|
+
arg: string;
|
|
58
|
+
eq: boolean;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
iconName: {
|
|
62
|
+
name: string;
|
|
63
|
+
control: string;
|
|
64
|
+
options: string[];
|
|
65
|
+
description: string;
|
|
66
|
+
defaultValue: string;
|
|
67
|
+
if: {
|
|
68
|
+
arg: string;
|
|
69
|
+
eq: boolean;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
iconPosition: {
|
|
73
|
+
name: string;
|
|
74
|
+
description: string;
|
|
75
|
+
defaultValue: string;
|
|
76
|
+
control: string;
|
|
77
|
+
options: string[];
|
|
78
|
+
if: {
|
|
79
|
+
arg: string;
|
|
80
|
+
eq: boolean;
|
|
81
|
+
};
|
|
82
|
+
labels: {
|
|
83
|
+
left: string;
|
|
84
|
+
right: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
export default _default;
|
|
90
|
+
export declare const Primary: any;
|
|
91
|
+
export declare const OutlinePrimary: any;
|
|
92
|
+
export declare const PillPrimary: any;
|
|
93
|
+
export declare const OutlinePillPrimary: any;
|
|
94
|
+
export declare const Disabled: any;
|
|
95
|
+
export declare const Text: any;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
name: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
options: string[];
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
class: {
|
|
12
|
+
name: string;
|
|
13
|
+
control: string;
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const Icon: any;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
export namespace Components {
|
|
9
|
+
interface AppButton {
|
|
10
|
+
/**
|
|
11
|
+
* Set the button as disabled
|
|
12
|
+
*/
|
|
13
|
+
"disabled": boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Indicates the button as only icon
|
|
16
|
+
*/
|
|
17
|
+
"onlyIcon": boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates the button as outline
|
|
20
|
+
*/
|
|
21
|
+
"outline": boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Indicates the button as pill
|
|
24
|
+
*/
|
|
25
|
+
"pill": boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Indicates the size of the button
|
|
28
|
+
*/
|
|
29
|
+
"size": string;
|
|
30
|
+
/**
|
|
31
|
+
* Indicates the button as text
|
|
32
|
+
*/
|
|
33
|
+
"text": boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Indicates the variant of the button
|
|
36
|
+
*/
|
|
37
|
+
"variant": 'primary'|'secondary'|'tertiary';
|
|
38
|
+
}
|
|
39
|
+
interface AppIcon {
|
|
40
|
+
/**
|
|
41
|
+
* Additional classes
|
|
42
|
+
*/
|
|
43
|
+
"class": string;
|
|
44
|
+
/**
|
|
45
|
+
* Name of the icon
|
|
46
|
+
*/
|
|
47
|
+
"name": string;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
declare global {
|
|
51
|
+
interface HTMLAppButtonElement extends Components.AppButton, HTMLStencilElement {
|
|
52
|
+
}
|
|
53
|
+
var HTMLAppButtonElement: {
|
|
54
|
+
prototype: HTMLAppButtonElement;
|
|
55
|
+
new (): HTMLAppButtonElement;
|
|
56
|
+
};
|
|
57
|
+
interface HTMLAppIconElement extends Components.AppIcon, HTMLStencilElement {
|
|
58
|
+
}
|
|
59
|
+
var HTMLAppIconElement: {
|
|
60
|
+
prototype: HTMLAppIconElement;
|
|
61
|
+
new (): HTMLAppIconElement;
|
|
62
|
+
};
|
|
63
|
+
interface HTMLElementTagNameMap {
|
|
64
|
+
"app-button": HTMLAppButtonElement;
|
|
65
|
+
"app-icon": HTMLAppIconElement;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
declare namespace LocalJSX {
|
|
69
|
+
interface AppButton {
|
|
70
|
+
/**
|
|
71
|
+
* Set the button as disabled
|
|
72
|
+
*/
|
|
73
|
+
"disabled"?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* Indicates the button as only icon
|
|
76
|
+
*/
|
|
77
|
+
"onlyIcon"?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Indicates the button as outline
|
|
80
|
+
*/
|
|
81
|
+
"outline"?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* Indicates the button as pill
|
|
84
|
+
*/
|
|
85
|
+
"pill"?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Indicates the size of the button
|
|
88
|
+
*/
|
|
89
|
+
"size"?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Indicates the button as text
|
|
92
|
+
*/
|
|
93
|
+
"text"?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Indicates the variant of the button
|
|
96
|
+
*/
|
|
97
|
+
"variant"?: 'primary'|'secondary'|'tertiary';
|
|
98
|
+
}
|
|
99
|
+
interface AppIcon {
|
|
100
|
+
/**
|
|
101
|
+
* Additional classes
|
|
102
|
+
*/
|
|
103
|
+
"class"?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Name of the icon
|
|
106
|
+
*/
|
|
107
|
+
"name"?: string;
|
|
108
|
+
}
|
|
109
|
+
interface IntrinsicElements {
|
|
110
|
+
"app-button": AppButton;
|
|
111
|
+
"app-icon": AppIcon;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
export { LocalJSX as JSX };
|
|
115
|
+
declare module "@stencil/core" {
|
|
116
|
+
export namespace JSX {
|
|
117
|
+
interface IntrinsicElements {
|
|
118
|
+
"app-button": LocalJSX.AppButton & JSXBase.HTMLAttributes<HTMLAppButtonElement>;
|
|
119
|
+
"app-icon": LocalJSX.AppIcon & JSXBase.HTMLAttributes<HTMLAppIconElement>;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|