@contentful/f36-icons 4.0.4 → 4.1.2
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/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist/main.js +30 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +29 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.1.2](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.1.1...@contentful/f36-icons@4.1.2) (2022-03-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* migrate links from master to main ([#1923](https://github.com/contentful/forma-36/issues/1923)) ([607301d](https://github.com/contentful/forma-36/commit/607301d57a2e83190d2aa298120ddb8493e8c429))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [4.1.1](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.1.0...@contentful/f36-icons@4.1.1) (2022-02-17)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @contentful/f36-icons
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [4.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.4...@contentful/f36-icons@4.1.0) (2022-02-09)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* add new icon - arrow forward ([#1867](https://github.com/contentful/forma-36/issues/1867)) ([cc36893](https://github.com/contentful/forma-36/commit/cc368932b8271f7fefcd194cf35d88f7fae90383))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [4.0.4](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.3...@contentful/f36-icons@4.0.4) (2022-02-07)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This package is part of the pre-release. This means it is unsupported and subject to breaking changes without warning.
|
|
4
4
|
|
|
5
|
-
Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/
|
|
5
|
+
Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/main/packages/forma-36-react-components), [NPM](https://www.npmjs.com/package/@contentful/forma-36-react-components).
|
package/dist/main.js
CHANGED
|
@@ -11,6 +11,8 @@ function $parcel$interopDefault(a) {
|
|
|
11
11
|
$parcel$export(module.exports, "ArchiveIcon", () => $36a0ac9135763440$export$767c3cfd836ab901);
|
|
12
12
|
$parcel$export(module.exports, "ArrowDownIcon", () => $4d57da97914a8cc0$export$1fa5a43af950a186);
|
|
13
13
|
$parcel$export(module.exports, "ArrowDownTrimmedIcon", () => $f14df3b8ec978131$export$f68765fad966ba2b);
|
|
14
|
+
$parcel$export(module.exports, "ArrowForwardIcon", () => $35ba187a3ed82214$export$7535d874e71790cd);
|
|
15
|
+
$parcel$export(module.exports, "ArrowForwardTrimmedIcon", () => $03466d455785b4dc$export$401e9cc0ffc2e238);
|
|
14
16
|
$parcel$export(module.exports, "ArrowUpIcon", () => $23334beda7a93ebc$export$2624c5890f1bbcf7);
|
|
15
17
|
$parcel$export(module.exports, "ArrowUpTrimmedIcon", () => $5845f627cd38594c$export$50582336c5d34afe);
|
|
16
18
|
$parcel$export(module.exports, "AssetIcon", () => $f968b8871c88a3dc$export$c413dd039085b182);
|
|
@@ -212,6 +214,34 @@ const $f14df3b8ec978131$export$f68765fad966ba2b = /*#__PURE__*/ $cdMdU$contentfu
|
|
|
212
214
|
|
|
213
215
|
|
|
214
216
|
|
|
217
|
+
const $35ba187a3ed82214$export$7535d874e71790cd = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
218
|
+
name: 'ArrowForward',
|
|
219
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement(($parcel$interopDefault($cdMdU$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
220
|
+
d: "M0 0h24v24H0z",
|
|
221
|
+
fill: "none"
|
|
222
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
223
|
+
d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
224
|
+
}))
|
|
225
|
+
});
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
const $03466d455785b4dc$export$401e9cc0ffc2e238 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
231
|
+
name: 'ArrowForwardTrimmed',
|
|
232
|
+
viewBox: '0 0 24 24',
|
|
233
|
+
trimmed: true,
|
|
234
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement(($parcel$interopDefault($cdMdU$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
235
|
+
d: "M0 0h24v24H0z",
|
|
236
|
+
fill: "none"
|
|
237
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
238
|
+
d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
239
|
+
}))
|
|
240
|
+
});
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
215
245
|
const $23334beda7a93ebc$export$2624c5890f1bbcf7 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
216
246
|
name: 'ArrowUp',
|
|
217
247
|
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|