@bitrise/bitkit 9.9.0-alpha-link-release.1 → 9.11.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/package.json +1 -1
- package/src/Components/Button/Button.stories.tsx +0 -3
- package/src/Components/Button/Button.tsx +10 -22
- package/src/Components/Link/Link.stories.tsx +3 -3
- package/src/Components/Link/Link.theme.ts +19 -9
- package/src/Components/Link/Link.tsx +11 -7
- package/src/Old/Icon/tsx/index.ts +0 -4
- package/src/theme.ts +3 -0
- package/src/tsconfig.tsbuildinfo +1 -1
- package/src/Old/Icon/svg/icons-crown.svg +0 -9
- package/src/Old/Icon/tsx/IconsCrown.tsx +0 -19
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3671 2.13171C11.6618 1.66858 12.3379 1.66858 12.6326 2.1317L16.4056 8.06065L20.3342 3.80469C20.8362 3.26078 21.7391 3.69585 21.6265 4.42745L19.9999 15H3.99966L2.37338 4.42732C2.26085 3.69572 3.1637 3.26068 3.66576 3.80458L7.59428 8.06048L11.3671 2.13171ZM6.48359 9.80587L4.9724 8.16874L5.46938 11.3997L6.48359 9.80587ZM6.82159 13L7.88683 11.326L9.43205 13H6.82159ZM8.99752 9.58065L11.9998 4.86265L15.0024 9.58082L12 12.8334L8.99752 9.58065ZM14.568 13L16.1131 11.3262L17.1782 13H14.568ZM17.5163 9.80602L18.5303 11.3995L19.0274 8.16903L17.5163 9.80602Z" fill="#351D48"/>
|
|
3
|
-
<path d="M4.00002 19H20V21H4.00002V19Z" fill="#351D48"/>
|
|
4
|
-
<path d="M20 18C19.4477 18 19 17.5523 19 17C19 16.4477 19.4477 16 20 16V18Z" fill="#351D48"/>
|
|
5
|
-
<path d="M5.00002 17C5.00002 16.4477 4.5523 16 4.00002 16L4.00002 18C4.5523 18 5.00002 17.5523 5.00002 17Z" fill="#351D48"/>
|
|
6
|
-
<path d="M8.00002 18C8.5523 18 9.00002 17.5523 9.00002 17C9.00002 16.4477 8.5523 16 8.00002 16C7.44773 16 7.00002 16.4477 7.00002 17C7.00002 17.5523 7.44773 18 8.00002 18Z" fill="#351D48"/>
|
|
7
|
-
<path d="M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z" fill="#351D48"/>
|
|
8
|
-
<path d="M16 18C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16C15.4477 16 15 16.4477 15 17C15 17.5523 15.4477 18 16 18Z" fill="#351D48"/>
|
|
9
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgIconsCrown = (props: React.SVGProps<SVGSVGElement>) => (
|
|
5
|
-
<svg {...props} fill="none" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
fillRule="evenodd"
|
|
8
|
-
clipRule="evenodd"
|
|
9
|
-
d="M11.367 2.132a.75.75 0 0 1 1.266 0l3.773 5.929 3.928-4.256c.502-.544 1.405-.11 1.293.622L20 15H4L2.373 4.427c-.112-.731.79-1.166 1.293-.622L7.594 8.06l3.773-5.928ZM6.484 9.806 4.972 8.169l.497 3.23 1.015-1.593ZM6.822 13l1.065-1.674L9.432 13h-2.61Zm2.176-3.42L12 4.864l3.002 4.718L12 12.833 8.998 9.581Zm5.57 3.42 1.545-1.674L17.178 13h-2.61Zm2.948-3.194L18.53 11.4l.497-3.231-1.51 1.637Z"
|
|
10
|
-
fill="currentColor"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
d="M4 19h16v2H4v-2ZM20 18a1 1 0 1 1 0-2v2ZM5 17a1 1 0 0 0-1-1v2a1 1 0 0 0 1-1ZM8 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default SvgIconsCrown;
|