@jumpgroup/jump-design-system 0.1.9 → 0.2.0
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/dist/cjs/{index-46644e39.js → index-4b95f596.js} +11 -2
- package/dist/cjs/index-4b95f596.js.map +1 -0
- package/dist/cjs/jump-badge.cjs.entry.js +24 -0
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-button.cjs.entry.js +2 -2
- package/dist/cjs/jump-card.cjs.entry.js +34 -0
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-design-system.cjs.js +3 -3
- package/dist/cjs/jump-design-system.cjs.js.map +1 -1
- package/dist/cjs/jump-icon.cjs.entry.js +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/jump-badge/jump-badge.css +25 -0
- package/dist/collection/components/jump-badge/jump-badge.js +62 -0
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js +26 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js +10 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js +18 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -0
- package/dist/collection/components/jump-button/{jump-button.stories.js → jump-button-filled.stories.js} +12 -10
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +376 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js +125 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js +112 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js +111 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.css +99 -0
- package/dist/collection/components/jump-card/jump-card.js +232 -0
- package/dist/collection/components/jump-card/jump-card.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card.stories.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js +10 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js +18 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +3 -3
- package/dist/components/jump-badge.d.ts +11 -0
- package/dist/components/jump-badge.js +40 -0
- package/dist/components/jump-badge.js.map +1 -0
- package/dist/components/jump-button.js +1 -1
- package/dist/components/jump-card.d.ts +11 -0
- package/dist/components/jump-card.js +59 -0
- package/dist/components/jump-card.js.map +1 -0
- package/dist/components/jump-pagination.js +3 -3
- package/dist/esm/{index-b0176170.js → index-6fbf8ed3.js} +11 -2
- package/dist/esm/index-6fbf8ed3.js.map +1 -0
- package/dist/esm/jump-badge.entry.js +20 -0
- package/dist/esm/jump-badge.entry.js.map +1 -0
- package/dist/esm/jump-button.entry.js +2 -2
- package/dist/esm/jump-card.entry.js +30 -0
- package/dist/esm/jump-card.entry.js.map +1 -0
- package/dist/esm/jump-design-system.js +4 -4
- package/dist/esm/jump-design-system.js.map +1 -1
- package/dist/esm/jump-icon.entry.js +1 -1
- package/dist/esm/jump-pagination.entry.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-22f19a67.entry.js +2 -0
- package/dist/jump-design-system/p-22f19a67.entry.js.map +1 -0
- package/dist/jump-design-system/{p-0d2b55a8.entry.js → p-70d78318.entry.js} +2 -2
- package/dist/jump-design-system/{p-68bce598.js → p-c2ab38b9.js} +3 -3
- package/dist/jump-design-system/p-c2ab38b9.js.map +1 -0
- package/dist/jump-design-system/{p-c34f0f2c.entry.js → p-db7d19d5.entry.js} +2 -2
- package/dist/jump-design-system/{p-3cbc3a68.entry.js → p-f1c84912.entry.js} +2 -2
- package/dist/jump-design-system/p-f77f001e.entry.js +2 -0
- package/dist/jump-design-system/p-f77f001e.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +78 -0
- package/dist/types/components/jump-badge/jump-badge.d.ts +11 -0
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +19 -0
- package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +164 -0
- package/dist/types/components/jump-card/jump-card-border-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-border.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-boxed.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-horizontal.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-media-rounded.stories.d.ts +79 -0
- package/dist/types/components/jump-card/jump-card-no-image.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-shadow.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-top-border-content-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-video.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card.d.ts +47 -0
- package/dist/types/components/jump-card/jump-card.stories.d.ts +77 -0
- package/dist/types/components.d.ts +130 -0
- package/package.json +1 -1
- package/readme.md +4 -3
- package/dist/cjs/index-46644e39.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button.stories.js.map +0 -1
- package/dist/esm/index-b0176170.js.map +0 -1
- package/dist/jump-design-system/p-68bce598.js.map +0 -1
- /package/dist/jump-design-system/{p-0d2b55a8.entry.js.map → p-70d78318.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-c34f0f2c.entry.js.map → p-db7d19d5.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-3cbc3a68.entry.js.map → p-f1c84912.entry.js.map} +0 -0
- /package/dist/types/components/jump-button/{jump-button.stories.d.ts → jump-button-filled.stories.d.ts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,h as a,H as o}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,h as a,H as o}from"./p-c2ab38b9.js";const u='jump-button button,jump-button a{background-color:transparent;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}jump-button{display:inline-flex;align-items:center;--jump-button-color:#ffffff;--jump-button-color-disabled:#cbcbcb;--jump-button-background:var(--primary-standard);--jump-button-background-outline:transparent;--jump-button-color-hover:#ffffff;--jump-button-background-hover:var(--primary-hard);--jump-button-border-radius:var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem);--jump-button-padding:1rem 1.25rem}jump-button button,jump-button a{background-color:var(--jump-button-background);border-radius:var(--jump-button-border-radius);color:var(--jump-button-color);position:relative;font-family:var(--ff-primary, "Arial"), sans-serif;font-weight:var(--fw-700, 700);font-size:var(--fs-400, 1rem);line-height:var(--lh-400, 1.3);display:flex;align-items:center;gap:var(--jump-button-gap, 0.5rem);text-decoration:none;padding:var(--jump-button-padding)}jump-button button:hover,jump-button a:hover{background-color:var(--jump-button-background-hover);color:var(--jump-button-color-hover)}jump-button button[data-variant=primary],jump-button a[data-variant=primary]{--jump-button-color:var(--neutral-white);--jump-button-background:var(--primary-standard);--jump-button-color-hover:var(--neutral-white);--jump-button-background-hover:var(--primary-hard)}jump-button button[data-variant=secondary],jump-button a[data-variant=secondary]{--jump-button-color:var(--neutral-white);--jump-button-background:var(--secondary-standard);--jump-button-color-hover:var(--neutral-white);--jump-button-background-hover:var(--secondary-hard)}jump-button button[data-variant=neutral],jump-button a[data-variant=neutral]{--jump-button-color:var(--neutral-white);--jump-button-background:var(--neutral-grey-secondary);--jump-button-color-hover:var(--neutral-white);--jump-button-background-hover:var(--neutral-grey-primary)}jump-button button[data-variant=white],jump-button a[data-variant=white]{--jump-button-color:var(--neutral-grey-primary);--jump-button-background:var(--neutral-white);--jump-button-color-hover:var(--neutral-grey-primary);--jump-button-background-hover:var(--neutral-grey-background)}jump-button button[disabled],jump-button a[disabled]{--jump-button-background:var(--jump-button-color-disabled);--jump-button-background-hover:var(--jump-button-color-disabled);cursor:not-allowed}jump-button button[data-pill],jump-button a[data-pill]{border-radius:100rem}jump-button button[data-size=small],jump-button a[data-size=small]{font-size:var(--fs-300, 0.875rem);line-height:var(--lh-300, 1.2);--jump-button-padding:0.5rem 1rem}jump-button button[data-size=medium],jump-button a[data-size=medium]{font-size:var(--fs-400, 1rem);line-height:var(--lh-400, 1.3)}jump-button button[data-size=large],jump-button a[data-size=large]{font-size:var(--fs-500, 1.125rem);line-height:var(--lh-500, 1.4);--jump-button-padding:1.125rem 1.5rem}jump-button button[data-outline],jump-button a[data-outline]{background-color:var(--jump-button-background-outline);border:1px solid var(--jump-button-background);color:var(--jump-button-background)}jump-button button[data-outline]:hover,jump-button a[data-outline]:hover{background-color:var(--jump-button-background-hover);border:1px solid var(--jump-button-background-hover);color:var(--jump-button-color-hover)}jump-button button[data-text],jump-button a[data-text]{background-color:transparent;border:none;color:var(--jump-button-background);padding:0}jump-button button[data-text]:hover,jump-button a[data-text]:hover{background-color:transparent;border:none;color:var(--jump-button-background-hover)}jump-button button[data-only-icon],jump-button a[data-only-icon]{--jump-button-padding:1.125rem}jump-button button[data-only-icon][data-size=small],jump-button a[data-only-icon][data-size=small]{--jump-button-padding:0.5rem}jump-button button[data-only-icon][data-size=medium],jump-button a[data-only-icon][data-size=medium]{--jump-button-padding:1rem}jump-button button[data-only-icon][data-size=large],jump-button a[data-only-icon][data-size=large]{--jump-button-padding:1.125rem}jump-button button.chat,jump-button a.chat{--jump-button-color:var(--neutral-white);--jump-button-background:hsla(133, 54%, 58%, 1);--jump-button-color-hover:var(--neutral-white);--jump-button-background-hover:hsla(161, 63%, 31%, 1)}';const r=u;const n=class{constructor(a){t(this,a);this.disabled=false;this.variant="primary";this.outline=false;this.size="medium";this.pill=false;this.text=false;this.onlyIcon=false;this.href=undefined;this.target=undefined;this.type="button";this.name=undefined;this.value=undefined;this.ariaLabel=undefined;this.class=undefined;this.buttonId=undefined}render(){return a(o,{key:"21647cd89a0a179d5c035f5e7f533f54375311cf"},this.href?a("a",{href:this.href,id:this.buttonId,class:this.class,"data-variant":this.variant,"data-outline":this.outline,"data-size":this.size,"data-pill":this.pill,"data-text":this.text,"data-only-icon":this.onlyIcon,"aria-label":this.ariaLabel,target:this.target},a("slot",{name:"prefix"}),!this.onlyIcon&&a("slot",null),a("slot",{name:"suffix"})):a("button",{id:this.buttonId,class:this.class,"data-variant":this.variant,"data-outline":this.outline,"data-size":this.size,"data-pill":this.pill,"data-text":this.text,"data-only-icon":this.onlyIcon,disabled:this.disabled,"aria-label":this.ariaLabel,type:this.type,name:this.name,value:this.value},a("slot",{name:"prefix"}),!this.onlyIcon&&a("slot",null),a("slot",{name:"suffix"})))}};n.style=r;export{n as jump_button};
|
|
2
|
+
//# sourceMappingURL=p-db7d19d5.entry.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as e,h as n,H as i}from"./p-
|
|
1
|
+
import{r as e,h as n,H as i}from"./p-c2ab38b9.js";var r=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}var o={exports:{}};(function(e,n){(function n(i,r){e.exports=r()})(typeof self!=="undefined"?self:r,(function(){return function(e){var n={};function i(r){if(n[r]){return n[r].exports}var l=n[r]={i:r,l:false,exports:{}};e[r].call(l.exports,l,l.exports,i);l.l=true;return l.exports}i.m=e;i.c=n;i.d=function(e,n,r){if(!i.o(e,n)){Object.defineProperty(e,n,{configurable:false,enumerable:true,get:r})}};i.r=function(e){Object.defineProperty(e,"__esModule",{value:true})};i.n=function(e){var n=e&&e.__esModule?function n(){return e["default"]}:function n(){return e};i.d(n,"a",n);return n};i.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)};i.p="";return i(i.s=0)}({"./dist/icons.json":
|
|
2
2
|
/*!*************************!*\
|
|
3
3
|
!*** ./dist/icons.json ***!
|
|
4
4
|
\*************************/
|
|
@@ -328,4 +328,4 @@ import{r as e,h as n,H as i}from"./p-68bce598.js";var r=typeof globalThis!=="und
|
|
|
328
328
|
!*** multi core-js/es/array/from ./src/index.js ***!
|
|
329
329
|
\**************************************************/
|
|
330
330
|
/*! no static exports found */function(e,n,i){i(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js");e.exports=i(/*! /home/runner/work/feather/feather/src/index.js */"./src/index.js")}})}))})(o);const t=l(o.exports);const a="jump-icon{display:inline-flex}jump-icon svg{width:1em;height:1em}";const s=a;const c=class{constructor(n){e(this,n);this.name=undefined;this.class=undefined}componentDidLoad(){t.replace()}render(){return n(i,{key:"14d7d5f653ab907fe0d9da64a440698b76a6d04d"},n("i",{key:"fd7106ed6861826cbb4a17a6a5b63f3e02a39f1c","data-feather":this.name,class:this.class}))}};c.style=s;export{c as jump_icon};
|
|
331
|
-
//# sourceMappingURL=p-
|
|
331
|
+
//# sourceMappingURL=p-f1c84912.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r,h as a,H as e}from"./p-c2ab38b9.js";const d="jump-badge{--jump-badge-background:var(--primary-standard);--jump-badge-color:#fff;--jump-bafge-border-radius:50px;display:inline-flex;color:var(--jump-badge-color);background-color:var(--jump-badge-background);align-items:center;justify-content:center;font-size:var(--fs-300);font-weight:var(--fw-900);line-height:1;border-radius:var(--jump-bafge-border-radius);border:solid 1px var(--jump-bafge-border-radius);white-space:nowrap;padding:0.35em 0.6em;user-select:none;cursor:inherit}jump-badge[variant=primary]{--jump-badge-background:var(--primary-standard)}jump-badge[variant=secondary]{--jump-badge-background:var(--secondary-standard)}";const o=d;const n=class{constructor(a){r(this,a);this.label="";this.variant="primary"}render(){return a(e,{key:"8a7bf8245f0edf5aa45f70be833001e7c2899a5e",variant:this.variant},this.label)}};n.style=o;export{n as jump_badge};
|
|
2
|
+
//# sourceMappingURL=p-f77f001e.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["jumpBadgeCss","JumpBadgeStyle0","AppCard","render","h","Host","key","variant","this","label"],"sources":["src/components/jump-badge/jump-badge.scss?tag=jump-badge","src/components/jump-badge/jump-badge.tsx"],"sourcesContent":["jump-badge {\n --jump-badge-background: var(--primary-standard);\n --jump-badge-color: #fff;\n --jump-bafge-border-radius: 50px;\n\n display: inline-flex;\n color: var(--jump-badge-color);\n background-color: var(--jump-badge-background);\n align-items: center;\n justify-content: center;\n font-size: var(--fs-300);\n font-weight: var(--fw-900);\n line-height: 1;\n border-radius: var(--jump-bafge-border-radius);\n border: solid 1px var(--jump-bafge-border-radius);\n white-space: nowrap;\n padding: 0.35em 0.6em;\n user-select: none;\n cursor: inherit;\n\n &[variant='primary'] {\n --jump-badge-background: var(--primary-standard);\n }\n\n &[variant='secondary'] {\n --jump-badge-background: var(--secondary-standard);\n }\n}\n","import { Component, Host, h, Prop } from '@stencil/core';\n\n@Component({\n tag: 'jump-badge',\n styleUrl: 'jump-badge.scss',\n shadow: false,\n})\nexport class AppCard {\n /**\n * Indicates the label of the badge\n */\n @Prop({reflect: true}) label: string = '';\n\n /**\n * Indicates the variant of the badge\n */\n @Prop({reflect: true}) variant: 'primary'|'secondary' = 'primary';\n\n render() {\n return (\n <Host variant={this.variant}>\n {this.label}\n </Host>\n );\n }\n\n}\n"],"mappings":"6CAAA,MAAMA,EAAe,moBACrB,MAAAC,EAAeD,E,MCMFE,EAAO,M,oCAIqB,G,aAKiB,S,CAExD,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CAACC,QAASC,KAAKD,SACjBC,KAAKC,M"}
|
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1.1,
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "jump-badge",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": ""
|
|
9
|
+
},
|
|
10
|
+
"attributes": [
|
|
11
|
+
{
|
|
12
|
+
"name": "label",
|
|
13
|
+
"description": "Indicates the label of the badge"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "variant",
|
|
17
|
+
"description": "Indicates the variant of the badge",
|
|
18
|
+
"values": [
|
|
19
|
+
{
|
|
20
|
+
"name": "primary"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "secondary"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
4
29
|
{
|
|
5
30
|
"name": "jump-button",
|
|
6
31
|
"description": {
|
|
@@ -109,6 +134,59 @@
|
|
|
109
134
|
}
|
|
110
135
|
]
|
|
111
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"name": "jump-card",
|
|
139
|
+
"description": {
|
|
140
|
+
"kind": "markdown",
|
|
141
|
+
"value": ""
|
|
142
|
+
},
|
|
143
|
+
"attributes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "border",
|
|
146
|
+
"description": "Indicates if card has borders"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "border-radius",
|
|
150
|
+
"description": "Indicates if borders of the entire card are rounded"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "boxed",
|
|
154
|
+
"description": "Indicates if media has padding; Not compatible with roundedMedia"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "dark",
|
|
158
|
+
"description": "Indicates if the card is horizontal"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "horizontal",
|
|
162
|
+
"description": "Indicates if the card is horizontal"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "img-alt",
|
|
166
|
+
"description": "Indicates the img's alt of the card"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "img-src",
|
|
170
|
+
"description": "Indicates the imgSrc of the card"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "rounded-media",
|
|
174
|
+
"description": "Indicates if image is rounded and there isnt a bg"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "shadow",
|
|
178
|
+
"description": "Indicates if card has shadow"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "top-border-content-radius",
|
|
182
|
+
"description": "Indicates if border top of the body is rounded; Not compatible with boxed"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "video-src",
|
|
186
|
+
"description": "Indicates the videoSrc of the card"
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
},
|
|
112
190
|
{
|
|
113
191
|
"name": "jump-icon",
|
|
114
192
|
"description": {
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const Badge: any;
|
|
@@ -0,0 +1,164 @@
|
|
|
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
|
+
type: {
|
|
88
|
+
name: string;
|
|
89
|
+
description: string;
|
|
90
|
+
default: string;
|
|
91
|
+
control: string;
|
|
92
|
+
if: {
|
|
93
|
+
arg: string;
|
|
94
|
+
exists: boolean;
|
|
95
|
+
};
|
|
96
|
+
options: string[];
|
|
97
|
+
labels: {
|
|
98
|
+
button: string;
|
|
99
|
+
submit: string;
|
|
100
|
+
reset: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
name: {
|
|
104
|
+
name: string;
|
|
105
|
+
description: string;
|
|
106
|
+
control: string;
|
|
107
|
+
if: {
|
|
108
|
+
arg: string;
|
|
109
|
+
exists: boolean;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
value: {
|
|
113
|
+
name: string;
|
|
114
|
+
description: string;
|
|
115
|
+
control: string;
|
|
116
|
+
if: {
|
|
117
|
+
arg: string;
|
|
118
|
+
exists: boolean;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
ariaLabel: {
|
|
122
|
+
name: string;
|
|
123
|
+
description: string;
|
|
124
|
+
control: string;
|
|
125
|
+
};
|
|
126
|
+
href: {
|
|
127
|
+
name: string;
|
|
128
|
+
description: string;
|
|
129
|
+
control: string;
|
|
130
|
+
};
|
|
131
|
+
target: {
|
|
132
|
+
name: string;
|
|
133
|
+
description: string;
|
|
134
|
+
default: string;
|
|
135
|
+
control: string;
|
|
136
|
+
if: {
|
|
137
|
+
arg: string;
|
|
138
|
+
exists: boolean;
|
|
139
|
+
};
|
|
140
|
+
options: string[];
|
|
141
|
+
labels: {
|
|
142
|
+
_blank: string;
|
|
143
|
+
_parent: string;
|
|
144
|
+
_self: string;
|
|
145
|
+
_top: string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
id: {
|
|
149
|
+
name: string;
|
|
150
|
+
description: string;
|
|
151
|
+
control: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
export default _default;
|
|
156
|
+
export declare const OutlinePrimary: any;
|
|
157
|
+
export declare const OutlineSecondary: any;
|
|
158
|
+
export declare const OutlineGrey: any;
|
|
159
|
+
export declare const OutlineWhite: any;
|
|
160
|
+
export declare const OutlinePillPrimary: any;
|
|
161
|
+
export declare const ButtonWithIcon: any;
|
|
162
|
+
export declare const ButtonWithOnlyIconSquare: any;
|
|
163
|
+
export declare const ButtonWithOnlyIconPill: any;
|
|
164
|
+
export declare const Disabled: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithBorderRadius: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithBorder: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardBoxed: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardHorizontal: any;
|