@marigold/icons 0.5.0 → 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 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 Image: ({ className, ...props }: {
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, Image, Info, Instagram, Location, Lock, LockOpen, Marker, Membership, MobilePhone, Notification, Parking, Pause, PauseAlt, Phone, Pickup, 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 };
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/Image.tsx
251
+ // src/action/Picture.tsx
252
252
  var import_react8 = __toESM(require("react"));
253
253
  var import_system8 = require("@marigold/system");
254
- var Image = (_a) => {
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
@@ -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/Image.tsx
116
+ // src/action/Picture.tsx
117
117
  import React8 from "react";
118
118
  import { SVG as SVG8 } from "@marigold/system";
119
- var Image = (_a) => {
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
@@ -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.5.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.6.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,71 +0,0 @@
1
- # @marigold/icons
2
-
3
- ## 0.5.0
4
-
5
- ### Minor Changes
6
-
7
- - [#1842](https://github.com/marigold-ui/marigold/pull/1842) [`e053b7b9`](https://github.com/marigold-ui/marigold/commit/e053b7b903f02c56cf10e6b9aecbedd29399895d) Thanks [@ti10le](https://github.com/ti10le)! - feat: extend svg fill prop to handle theme color
8
-
9
- ### Patch Changes
10
-
11
- - [#1844](https://github.com/marigold-ui/marigold/pull/1844) [`64b9089e`](https://github.com/marigold-ui/marigold/commit/64b9089ed2e1e35975472e342b02cda40f5de66f) Thanks [@sarahgm](https://github.com/sarahgm)! - Icon fix
12
-
13
- - Updated dependencies [[`4cc0ad3b`](https://github.com/marigold-ui/marigold/commit/4cc0ad3b85b993e01b4d85b6f30b1a81cdee2351), [`539d4198`](https://github.com/marigold-ui/marigold/commit/539d41987118db125ee37a4a83231335ea15830a), [`e053b7b9`](https://github.com/marigold-ui/marigold/commit/e053b7b903f02c56cf10e6b9aecbedd29399895d)]:
14
- - @marigold/system@0.6.0
15
-
16
- ## 0.4.2
17
-
18
- ### Patch Changes
19
-
20
- - Updated dependencies [[`a178eafe`](https://github.com/marigold-ui/marigold/commit/a178eafe8c8380ee23b4587d953ee52b231414ff)]:
21
- - @marigold/system@0.5.1
22
-
23
- ## 0.4.1
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies [[`5936de75`](https://github.com/marigold-ui/marigold/commit/5936de75e5a0134584438117c53c5edfe15c6c5d)]:
28
- - @marigold/system@0.5.0
29
-
30
- ## 0.4.0
31
-
32
- ### Minor Changes
33
-
34
- - [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942) Thanks [@sebald](https://github.com/sebald)! - chore: Use `tsup` to build packages
35
-
36
- * [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942) Thanks [@sebald](https://github.com/sebald)! - Improved size in node_modules
37
-
38
- ### Patch Changes
39
-
40
- - Updated dependencies [[`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942), [`f9526234`](https://github.com/marigold-ui/marigold/commit/f9526234257a149b12c14191a524691470da3942)]:
41
- - @marigold/system@0.4.0
42
-
43
- ## 0.3.1
44
-
45
- ### Patch Changes
46
-
47
- - [#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
48
-
49
- - Updated dependencies [[`379041bc`](https://github.com/marigold-ui/marigold/commit/379041bc7d4502bca98029a95afe43ce693222cd)]:
50
- - @marigold/system@0.3.1
51
-
52
- ## 0.3.0
53
-
54
- ### Patch Changes
55
-
56
- - [#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
57
-
58
- * [#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
59
-
60
- - [#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
61
-
62
- * [#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
63
-
64
- BREAKING: <SVG> moved from `@marigold/icons` to `@marigold/system`
65
-
66
- - [#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>
67
-
68
- * [#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
69
-
70
- * 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)]:
71
- - @marigold/system@0.3.0