@marigold/icons 0.4.1 → 0.5.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/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/index.mjs +4 -4
- package/package.json +4 -3
- package/CHANGELOG.md +0 -51
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 Marigold UI
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare const HighlightOff: ({ className, ...props }: {
|
|
|
33
33
|
className?: string | undefined;
|
|
34
34
|
}) => JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const
|
|
36
|
+
declare const Picture: ({ className, ...props }: {
|
|
37
37
|
[x: string]: any;
|
|
38
38
|
className?: string | undefined;
|
|
39
39
|
}) => JSX.Element;
|
|
@@ -523,4 +523,4 @@ declare const User: ({ className, ...props }: {
|
|
|
523
523
|
className?: string | undefined;
|
|
524
524
|
}) => JSX.Element;
|
|
525
525
|
|
|
526
|
-
export { Accessible, Add, ArrowDown, ArrowDownA, ArrowLeft, ArrowLeftA, ArrowRight, ArrowRightA, ArrowUp, ArrowUpA, AutoRenew, Banned, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id,
|
|
526
|
+
export { Accessible, Add, ArrowDown, ArrowDownA, ArrowLeft, ArrowLeftA, ArrowRight, ArrowRightA, ArrowUp, ArrowUpA, AutoRenew, Banned, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Marker, Membership, MobilePhone, Notification, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Zoom };
|
package/dist/index.js
CHANGED
|
@@ -104,7 +104,6 @@ __export(src_exports, {
|
|
|
104
104
|
Home: () => Home,
|
|
105
105
|
IconMore: () => IconMore,
|
|
106
106
|
Id: () => Id,
|
|
107
|
-
Image: () => Image,
|
|
108
107
|
Info: () => Info,
|
|
109
108
|
Instagram: () => Instagram,
|
|
110
109
|
Location: () => Location,
|
|
@@ -119,6 +118,7 @@ __export(src_exports, {
|
|
|
119
118
|
PauseAlt: () => PauseAlt,
|
|
120
119
|
Phone: () => Phone,
|
|
121
120
|
Pickup: () => Pickup,
|
|
121
|
+
Picture: () => Picture,
|
|
122
122
|
Play: () => Play,
|
|
123
123
|
PlayAlt: () => PlayAlt,
|
|
124
124
|
Price: () => Price,
|
|
@@ -248,10 +248,10 @@ var HighlightOff = (_a) => {
|
|
|
248
248
|
}));
|
|
249
249
|
};
|
|
250
250
|
|
|
251
|
-
// src/action/
|
|
251
|
+
// src/action/Picture.tsx
|
|
252
252
|
var import_react8 = __toESM(require("react"));
|
|
253
253
|
var import_system8 = require("@marigold/system");
|
|
254
|
-
var
|
|
254
|
+
var Picture = (_a) => {
|
|
255
255
|
var _b = _a, { className = "" } = _b, props = __objRest(_b, ["className"]);
|
|
256
256
|
return /* @__PURE__ */ import_react8.default.createElement(import_system8.SVG, __spreadValues({
|
|
257
257
|
className
|
|
@@ -978,7 +978,7 @@ var Price = (_a) => {
|
|
|
978
978
|
cx: "11.9766",
|
|
979
979
|
cy: "12.0234",
|
|
980
980
|
r: "9.35156",
|
|
981
|
-
fill: "
|
|
981
|
+
fill: "currentColor"
|
|
982
982
|
}), /* @__PURE__ */ import_react65.default.createElement("path", {
|
|
983
983
|
d: "M12.959 8.98416C12.4354 8.98416 12.0065 9.14022 11.6723 9.45234C11.3418 9.76447 11.1209 10.2364 11.0095 10.868H13.5494V11.7264H10.9259L10.9148 11.9772V12.2838L10.9259 12.5011H13.1985V13.3539H11.0206C11.2583 14.5132 11.9341 15.0929 13.0481 15.0929C13.5792 15.0929 14.1232 14.9777 14.6802 14.7473V15.8788C14.1937 16.1054 13.6274 16.2188 12.9813 16.2188C12.0864 16.2188 11.3585 15.9735 10.7978 15.483C10.2408 14.9925 9.87686 14.2828 9.70604 13.3539H8.85938V12.5011H9.61692L9.60578 12.2949V12.0887L9.61692 11.7264H8.85938V10.868H9.6949C9.83601 9.93539 10.1906 9.20339 10.7588 8.67203C11.327 8.14068 12.0604 7.875 12.959 7.875C13.7017 7.875 14.3664 8.03849 14.9531 8.36548L14.4852 9.40775C13.9134 9.12535 13.4046 8.98416 12.959 8.98416Z",
|
|
984
984
|
fill: "white"
|
|
@@ -1522,7 +1522,6 @@ module.exports = __toCommonJS(src_exports);
|
|
|
1522
1522
|
Home,
|
|
1523
1523
|
IconMore,
|
|
1524
1524
|
Id,
|
|
1525
|
-
Image,
|
|
1526
1525
|
Info,
|
|
1527
1526
|
Instagram,
|
|
1528
1527
|
Location,
|
|
@@ -1537,6 +1536,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
1537
1536
|
PauseAlt,
|
|
1538
1537
|
Phone,
|
|
1539
1538
|
Pickup,
|
|
1539
|
+
Picture,
|
|
1540
1540
|
Play,
|
|
1541
1541
|
PlayAlt,
|
|
1542
1542
|
Price,
|
package/dist/index.mjs
CHANGED
|
@@ -113,10 +113,10 @@ var HighlightOff = (_a) => {
|
|
|
113
113
|
}));
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
// src/action/
|
|
116
|
+
// src/action/Picture.tsx
|
|
117
117
|
import React8 from "react";
|
|
118
118
|
import { SVG as SVG8 } from "@marigold/system";
|
|
119
|
-
var
|
|
119
|
+
var Picture = (_a) => {
|
|
120
120
|
var _b = _a, { className = "" } = _b, props = __objRest(_b, ["className"]);
|
|
121
121
|
return /* @__PURE__ */ React8.createElement(SVG8, __spreadValues({
|
|
122
122
|
className
|
|
@@ -843,7 +843,7 @@ var Price = (_a) => {
|
|
|
843
843
|
cx: "11.9766",
|
|
844
844
|
cy: "12.0234",
|
|
845
845
|
r: "9.35156",
|
|
846
|
-
fill: "
|
|
846
|
+
fill: "currentColor"
|
|
847
847
|
}), /* @__PURE__ */ React65.createElement("path", {
|
|
848
848
|
d: "M12.959 8.98416C12.4354 8.98416 12.0065 9.14022 11.6723 9.45234C11.3418 9.76447 11.1209 10.2364 11.0095 10.868H13.5494V11.7264H10.9259L10.9148 11.9772V12.2838L10.9259 12.5011H13.1985V13.3539H11.0206C11.2583 14.5132 11.9341 15.0929 13.0481 15.0929C13.5792 15.0929 14.1232 14.9777 14.6802 14.7473V15.8788C14.1937 16.1054 13.6274 16.2188 12.9813 16.2188C12.0864 16.2188 11.3585 15.9735 10.7978 15.483C10.2408 14.9925 9.87686 14.2828 9.70604 13.3539H8.85938V12.5011H9.61692L9.60578 12.2949V12.0887L9.61692 11.7264H8.85938V10.868H9.6949C9.83601 9.93539 10.1906 9.20339 10.7588 8.67203C11.327 8.14068 12.0604 7.875 12.959 7.875C13.7017 7.875 14.3664 8.03849 14.9531 8.36548L14.4852 9.40775C13.9134 9.12535 13.4046 8.98416 12.959 8.98416Z",
|
|
849
849
|
fill: "white"
|
|
@@ -1385,7 +1385,6 @@ export {
|
|
|
1385
1385
|
Home,
|
|
1386
1386
|
IconMore,
|
|
1387
1387
|
Id,
|
|
1388
|
-
Image,
|
|
1389
1388
|
Info,
|
|
1390
1389
|
Instagram,
|
|
1391
1390
|
Location,
|
|
@@ -1400,6 +1399,7 @@ export {
|
|
|
1400
1399
|
PauseAlt,
|
|
1401
1400
|
Phone,
|
|
1402
1401
|
Pickup,
|
|
1402
|
+
Picture,
|
|
1403
1403
|
Play,
|
|
1404
1404
|
PlayAlt,
|
|
1405
1405
|
Price,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/icons",
|
|
3
3
|
"description": "Marigold Icons",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"marigold",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "packages/icons"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@marigold/system": "0.
|
|
25
|
+
"@marigold/system": "0.7.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^16.x || ^17.0.0"
|
|
@@ -35,5 +35,6 @@
|
|
|
35
35
|
"build": "tsup src/index.ts",
|
|
36
36
|
"watch": "tsup src/index.ts --watch",
|
|
37
37
|
"clean": "rm -rf node_modules && rm -rf dist"
|
|
38
|
-
}
|
|
38
|
+
},
|
|
39
|
+
"readme": "# `@marigold/icons`\n\n> Marigold icons\n"
|
|
39
40
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# @marigold/icons
|
|
2
|
-
|
|
3
|
-
## 0.4.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`5936de75`](https://github.com/marigold-ui/marigold/commit/5936de75e5a0134584438117c53c5edfe15c6c5d)]:
|
|
8
|
-
- @marigold/system@0.5.0
|
|
9
|
-
|
|
10
|
-
## 0.4.0
|
|
11
|
-
|
|
12
|
-
### Minor Changes
|
|
13
|
-
|
|
14
|
-
- [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942) Thanks [@sebald](https://github.com/sebald)! - chore: Use `tsup` to build packages
|
|
15
|
-
|
|
16
|
-
* [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942) Thanks [@sebald](https://github.com/sebald)! - Improved size in node_modules
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- Updated dependencies [[`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942), [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942)]:
|
|
21
|
-
- @marigold/system@0.4.0
|
|
22
|
-
|
|
23
|
-
## 0.3.1
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- [#1676](https://github.com/marigold-ui/marigold/pull/1676) [`379041bc`](https://github.com/marigold-ui/marigold/commit/379041bc7d4502bca98029a95afe43ce693222cd) Thanks [@ti10le](https://github.com/ti10le)! - remove the last mdx stories
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [[`379041bc`](https://github.com/marigold-ui/marigold/commit/379041bc7d4502bca98029a95afe43ce693222cd)]:
|
|
30
|
-
- @marigold/system@0.3.1
|
|
31
|
-
|
|
32
|
-
## 0.3.0
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- [#1579](https://github.com/marigold-ui/marigold/pull/1579) [`e13e3cc1`](https://github.com/marigold-ui/marigold/commit/e13e3cc1fc66b261209973b1fc90eb48117076e9) Thanks [@ti10le](https://github.com/ti10le)! - feat: remove Heading from marigold
|
|
37
|
-
|
|
38
|
-
* [#1501](https://github.com/marigold-ui/marigold/pull/1501) [`1c1f8648`](https://github.com/marigold-ui/marigold/commit/1c1f864820a060214406ef711f4ed873746c16c4) Thanks [@ti10le](https://github.com/ti10le)! - feat(storybook): remove use styles stories
|
|
39
|
-
|
|
40
|
-
- [#1506](https://github.com/marigold-ui/marigold/pull/1506) [`7b2a0374`](https://github.com/marigold-ui/marigold/commit/7b2a0374b2ca4546a7e616d99313028da3ef412e) Thanks [@ti10le](https://github.com/ti10le)! - infra(packages): add icons package as dependency to component package
|
|
41
|
-
|
|
42
|
-
* [#1589](https://github.com/marigold-ui/marigold/pull/1589) [`8cbcb91a`](https://github.com/marigold-ui/marigold/commit/8cbcb91a7b63ce8f10ee79ed76121e5022cbe07b) Thanks [@sebald](https://github.com/sebald)! - feat: normalize <SVG> and move to system package
|
|
43
|
-
|
|
44
|
-
BREAKING: <SVG> moved from `@marigold/icons` to `@marigold/system`
|
|
45
|
-
|
|
46
|
-
- [#1550](https://github.com/marigold-ui/marigold/pull/1550) [`846eb640`](https://github.com/marigold-ui/marigold/commit/846eb640ad035c7f3410b4a8a451f8de56e62339) Thanks [@sebald](https://github.com/sebald)! - feat: Merge <Box> and <Element>
|
|
47
|
-
|
|
48
|
-
* [#1450](https://github.com/marigold-ui/marigold/pull/1450) [`46aede50`](https://github.com/marigold-ui/marigold/commit/46aede50c43e2dce0cacdc8f4c7da55fa18962b9) Thanks [@ti10le](https://github.com/ti10le)! - feature: use Element in SVG + replace useStyles
|
|
49
|
-
|
|
50
|
-
* Updated dependencies [[`c030aa85`](https://github.com/marigold-ui/marigold/commit/c030aa85156356c294bafe9831024f6b6f2ce4db), [`8eda245f`](https://github.com/marigold-ui/marigold/commit/8eda245f01a918fcdaa9f0ac211889ed869aa375), [`5a04de11`](https://github.com/marigold-ui/marigold/commit/5a04de110637d004f5824679697ee4d6a90eaf34), [`c1da52c0`](https://github.com/marigold-ui/marigold/commit/c1da52c0f035b141608fd606e6ba3bc2b5482dc1), [`1448ddca`](https://github.com/marigold-ui/marigold/commit/1448ddcaa0f647f48b018fa74a8686af30eccc53), [`5107b943`](https://github.com/marigold-ui/marigold/commit/5107b943cb3085eb3137d84e79966acad6173a26), [`cd3a0d3e`](https://github.com/marigold-ui/marigold/commit/cd3a0d3edb3f2ddc1f561e8007e1c20000f7855a), [`ebd6e26f`](https://github.com/marigold-ui/marigold/commit/ebd6e26f71f675b98b663bc45c6a2d5badddcd47), [`6e485f5a`](https://github.com/marigold-ui/marigold/commit/6e485f5a8800094fe54c075a2b21f8abe726b3cd), [`80a2abe5`](https://github.com/marigold-ui/marigold/commit/80a2abe5804ba2c5a48cc6b05211245c37baf266), [`e13e3cc1`](https://github.com/marigold-ui/marigold/commit/e13e3cc1fc66b261209973b1fc90eb48117076e9), [`1829cf17`](https://github.com/marigold-ui/marigold/commit/1829cf17e16c574e5577b3e1709c34dc7ed4faaf), [`1c1f8648`](https://github.com/marigold-ui/marigold/commit/1c1f864820a060214406ef711f4ed873746c16c4), [`51af6693`](https://github.com/marigold-ui/marigold/commit/51af669330fd52e4e31fe5ad71d2b202ab8d2231), [`a00b7eb9`](https://github.com/marigold-ui/marigold/commit/a00b7eb971131634414d3912d059fb505bb7a370), [`ec5baf85`](https://github.com/marigold-ui/marigold/commit/ec5baf85a9a0f82a4fca5bbd1e1680316c186593), [`0bb8f19e`](https://github.com/marigold-ui/marigold/commit/0bb8f19ebdec0e2f9dc3f6164f4373cac5c10880), [`c4ae5c5c`](https://github.com/marigold-ui/marigold/commit/c4ae5c5ca442f93034ff8f4c70adc295547951d4), [`a1ef2108`](https://github.com/marigold-ui/marigold/commit/a1ef2108dd6c8e6838b517dd58c82d38e71dae2b), [`2f7b936f`](https://github.com/marigold-ui/marigold/commit/2f7b936f5b07eade00a51cb138c3c492f1e08c9d), [`846eb640`](https://github.com/marigold-ui/marigold/commit/846eb640ad035c7f3410b4a8a451f8de56e62339), [`5d63cd9c`](https://github.com/marigold-ui/marigold/commit/5d63cd9c14578787083c82c85d93bbd2ff0efac6)]:
|
|
51
|
-
- @marigold/system@0.3.0
|