@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.
Files changed (92) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/app-button.cjs.entry.js +29 -0
  3. package/dist/cjs/app-button.cjs.entry.js.map +1 -0
  4. package/dist/cjs/app-icon.cjs.entry.js +2432 -0
  5. package/dist/cjs/app-icon.cjs.entry.js.map +1 -0
  6. package/dist/cjs/index-95f2f619.js +1750 -0
  7. package/dist/cjs/index-95f2f619.js.map +1 -0
  8. package/dist/cjs/index.cjs.js +4 -0
  9. package/dist/cjs/index.cjs.js.map +1 -0
  10. package/dist/cjs/jump-design-system.cjs.js +28 -0
  11. package/dist/cjs/jump-design-system.cjs.js.map +1 -0
  12. package/dist/cjs/loader.cjs.js +24 -0
  13. package/dist/cjs/loader.cjs.js.map +1 -0
  14. package/dist/collection/collection-manifest.json +13 -0
  15. package/dist/collection/components/app-button/app-button.css +107 -0
  16. package/dist/collection/components/app-button/app-button.js +158 -0
  17. package/dist/collection/components/app-button/app-button.js.map +1 -0
  18. package/dist/collection/components/app-button/app-button.stories.js +227 -0
  19. package/dist/collection/components/app-button/app-button.stories.js.map +1 -0
  20. package/dist/collection/components/app-icon/app-icon.css +7 -0
  21. package/dist/collection/components/app-icon/app-icon.js +64 -0
  22. package/dist/collection/components/app-icon/app-icon.js.map +1 -0
  23. package/dist/collection/components/app-icon/app-icon.stories.js +25 -0
  24. package/dist/collection/components/app-icon/app-icon.stories.js.map +1 -0
  25. package/dist/collection/index.js +2 -0
  26. package/dist/collection/index.js.map +1 -0
  27. package/dist/collection/stories/Colors.js +14 -0
  28. package/dist/collection/stories/assets/code-brackets.svg +1 -0
  29. package/dist/collection/stories/assets/colors.svg +1 -0
  30. package/dist/collection/stories/assets/comments.svg +1 -0
  31. package/dist/collection/stories/assets/direction.svg +1 -0
  32. package/dist/collection/stories/assets/flow.svg +1 -0
  33. package/dist/collection/stories/assets/plugin.svg +1 -0
  34. package/dist/collection/stories/assets/repo.svg +1 -0
  35. package/dist/collection/stories/assets/stackalt.svg +1 -0
  36. package/dist/collection/utils/utils.js +4 -0
  37. package/dist/collection/utils/utils.js.map +1 -0
  38. package/dist/components/app-button.d.ts +11 -0
  39. package/dist/components/app-button.js +50 -0
  40. package/dist/components/app-button.js.map +1 -0
  41. package/dist/components/app-icon.d.ts +11 -0
  42. package/dist/components/app-icon.js +2448 -0
  43. package/dist/components/app-icon.js.map +1 -0
  44. package/dist/components/index.d.ts +27 -0
  45. package/dist/components/index.js +3 -0
  46. package/dist/components/index.js.map +1 -0
  47. package/dist/esm/app-button.entry.js +25 -0
  48. package/dist/esm/app-button.entry.js.map +1 -0
  49. package/dist/esm/app-icon.entry.js +2428 -0
  50. package/dist/esm/app-icon.entry.js.map +1 -0
  51. package/dist/esm/index-4c9cac2b.js +1723 -0
  52. package/dist/esm/index-4c9cac2b.js.map +1 -0
  53. package/dist/esm/index.js +3 -0
  54. package/dist/esm/index.js.map +1 -0
  55. package/dist/esm/jump-design-system.js +23 -0
  56. package/dist/esm/jump-design-system.js.map +1 -0
  57. package/dist/esm/loader.js +20 -0
  58. package/dist/esm/loader.js.map +1 -0
  59. package/dist/esm/polyfills/core-js.js +11 -0
  60. package/dist/esm/polyfills/css-shim.js +1 -0
  61. package/dist/esm/polyfills/dom.js +79 -0
  62. package/dist/esm/polyfills/es5-html-element.js +1 -0
  63. package/dist/esm/polyfills/index.js +34 -0
  64. package/dist/esm/polyfills/system.js +6 -0
  65. package/dist/index.cjs.js +1 -0
  66. package/dist/index.js +1 -0
  67. package/dist/jump-design-system/index.esm.js +2 -0
  68. package/dist/jump-design-system/index.esm.js.map +1 -0
  69. package/dist/jump-design-system/jump-design-system.esm.js +2 -0
  70. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -0
  71. package/dist/jump-design-system/p-08fde855.entry.js +2 -0
  72. package/dist/jump-design-system/p-08fde855.entry.js.map +1 -0
  73. package/dist/jump-design-system/p-771ebb2a.entry.js +331 -0
  74. package/dist/jump-design-system/p-771ebb2a.entry.js.map +1 -0
  75. package/dist/jump-design-system/p-fce83307.js +3 -0
  76. package/dist/jump-design-system/p-fce83307.js.map +1 -0
  77. package/dist/types/components/app-button/app-button.d.ts +31 -0
  78. package/dist/types/components/app-button/app-button.stories.d.ts +95 -0
  79. package/dist/types/components/app-icon/app-icon.d.ts +12 -0
  80. package/dist/types/components/app-icon/app-icon.stories.d.ts +19 -0
  81. package/dist/types/components.d.ts +122 -0
  82. package/dist/types/index.d.ts +1 -0
  83. package/dist/types/stencil-public-runtime.d.ts +1638 -0
  84. package/dist/types/utils/utils.d.ts +1 -0
  85. package/loader/cdn.js +3 -0
  86. package/loader/index.cjs.js +3 -0
  87. package/loader/index.d.ts +21 -0
  88. package/loader/index.es2017.js +3 -0
  89. package/loader/index.js +4 -0
  90. package/loader/package.json +11 -0
  91. package/package.json +61 -0
  92. 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,12 @@
1
+ export declare class AppIcon {
2
+ /**
3
+ * Name of the icon
4
+ **/
5
+ name: string;
6
+ /**
7
+ * Additional classes
8
+ **/
9
+ class: string;
10
+ componentDidLoad(): void;
11
+ render(): any;
12
+ }
@@ -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';