box-ui-elements 16.0.0-beta.1 → 16.0.0-beta.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.
@@ -0,0 +1,37 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ /* eslint-disable react/jsx-sort-props */
4
+ import * as React from 'react';
5
+ import * as vars from '../../styles/variables';
6
+ import AccessibleSVG from '../../components/accessible-svg/AccessibleSVG';
7
+ /**
8
+ * This is an auto-generated component and should not be edited
9
+ * manually in contributor pull requests.
10
+ *
11
+ * If you have problems with this component:
12
+ * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
13
+ *
14
+ * If there are missing features in this component:
15
+ * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
16
+ */
17
+
18
+ var DocInfo16 = function DocInfo16(props) {
19
+ return React.createElement(AccessibleSVG, _extends({
20
+ width: 16,
21
+ height: 16,
22
+ viewBox: "0 0 16 16"
23
+ }, props), React.createElement("path", {
24
+ fill: vars.bdlGray,
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "m10.28 1.413 3.314 3.374a1.403 1.403 0 0 1 .406.994V13.6c0 .371-.145.727-.403.99-.258.262-.607.41-.972.41h-9.25c-.365 0-.714-.148-.972-.41A1.413 1.413 0 0 1 2 13.6V2.4c0-.371.145-.727.403-.99.258-.262.607-.41.972-.41h5.93a1.354 1.354 0 0 1 .976.413Zm2.6 4.075.003.002a.401.401 0 0 1 .117.29v7.82a.413.413 0 0 1-.116.29.362.362 0 0 1-.259.11h-9.25a.363.363 0 0 1-.259-.11A.413.413 0 0 1 3 13.6V2.4c0-.112.044-.216.116-.29A.363.363 0 0 1 3.375 2h5.93a.354.354 0 0 1 .26.112l3.316 3.376Z"
28
+ }), React.createElement("path", {
29
+ fill: vars.bdlGray,
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M7 12a.5.5 0 0 1 0-1h.5V8H7a.5.5 0 1 1 0-1h1.5a.5.5 0 0 1 .488.611A.782.782 0 0 1 9 7.75V11h.5a.5.5 0 0 1 0 1H7Zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
33
+ }));
34
+ };
35
+
36
+ export default DocInfo16;
37
+ //# sourceMappingURL=DocInfo16.js.map
@@ -0,0 +1,36 @@
1
+ // @flow
2
+ /* eslint-disable react/jsx-sort-props */
3
+ import * as React from 'react';
4
+ import * as vars from '../../styles/variables';
5
+ import AccessibleSVG from '../../icons/accessible-svg';
6
+ import type { Icon } from '../../icons/flowTypes';
7
+
8
+ /**
9
+ * This is an auto-generated component and should not be edited
10
+ * manually in contributor pull requests.
11
+ *
12
+ * If you have problems with this component:
13
+ * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
14
+ *
15
+ * If there are missing features in this component:
16
+ * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
17
+ */
18
+
19
+ const DocInfo16 = (props: Icon) => (
20
+ <AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
21
+ <path
22
+ fill={vars.bdlGray}
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="m10.28 1.413 3.314 3.374a1.403 1.403 0 0 1 .406.994V13.6c0 .371-.145.727-.403.99-.258.262-.607.41-.972.41h-9.25c-.365 0-.714-.148-.972-.41A1.413 1.413 0 0 1 2 13.6V2.4c0-.371.145-.727.403-.99.258-.262.607-.41.972-.41h5.93a1.354 1.354 0 0 1 .976.413Zm2.6 4.075.003.002a.401.401 0 0 1 .117.29v7.82a.413.413 0 0 1-.116.29.362.362 0 0 1-.259.11h-9.25a.363.363 0 0 1-.259-.11A.413.413 0 0 1 3 13.6V2.4c0-.112.044-.216.116-.29A.363.363 0 0 1 3.375 2h5.93a.354.354 0 0 1 .26.112l3.316 3.376Z"
26
+ />
27
+ <path
28
+ fill={vars.bdlGray}
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M7 12a.5.5 0 0 1 0-1h.5V8H7a.5.5 0 1 1 0-1h1.5a.5.5 0 0 1 .488.611A.782.782 0 0 1 9 7.75V11h.5a.5.5 0 0 1 0 1H7Zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
32
+ />
33
+ </AccessibleSVG>
34
+ );
35
+
36
+ export default DocInfo16;
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/icon/line/DocInfo16.tsx"],"names":["React","vars","AccessibleSVG","DocInfo16","props","bdlGray"],"mappings":";;AAAA;AACA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AACA,OAAO,KAAKC,IAAZ,MAAsB,wBAAtB;AACA,OAAOC,aAAP,MAAwC,+CAAxC;AAEA;;;;;;;;;;;AAWA,IAAMC,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACd,oBAAC,aAAD;AAAe,IAAA,KAAK,EAAE,EAAtB;AAA0B,IAAA,MAAM,EAAE,EAAlC;AAAsC,IAAA,OAAO,EAAC;AAA9C,KAA8DA,KAA9D,GACI;AACI,IAAA,IAAI,EAAEH,IAAI,CAACI,OADf;AAEI,IAAA,QAAQ,EAAC,SAFb;AAGI,IAAA,QAAQ,EAAC,SAHb;AAII,IAAA,CAAC,EAAC;AAJN,IADJ,EAOI;AACI,IAAA,IAAI,EAAEJ,IAAI,CAACI,OADf;AAEI,IAAA,QAAQ,EAAC,SAFb;AAGI,IAAA,QAAQ,EAAC,SAHb;AAII,IAAA,CAAC,EAAC;AAJN,IAPJ,CADc;AAAA,CAAlB;;AAiBA,eAAeF,SAAf","sourcesContent":["/* eslint-disable react/jsx-sort-props */\nimport * as React from 'react';\nimport * as vars from '../../styles/variables';\nimport AccessibleSVG, { SVGProps } from '../../components/accessible-svg/AccessibleSVG';\n\n/**\n * This is an auto-generated component and should not be edited\n * manually in contributor pull requests.\n *\n * If you have problems with this component:\n * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md\n *\n * If there are missing features in this component:\n * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md\n */\n\nconst DocInfo16 = (props: SVGProps) => (\n <AccessibleSVG width={16} height={16} viewBox=\"0 0 16 16\" {...props}>\n <path\n fill={vars.bdlGray}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"m10.28 1.413 3.314 3.374a1.403 1.403 0 0 1 .406.994V13.6c0 .371-.145.727-.403.99-.258.262-.607.41-.972.41h-9.25c-.365 0-.714-.148-.972-.41A1.413 1.413 0 0 1 2 13.6V2.4c0-.371.145-.727.403-.99.258-.262.607-.41.972-.41h5.93a1.354 1.354 0 0 1 .976.413Zm2.6 4.075.003.002a.401.401 0 0 1 .117.29v7.82a.413.413 0 0 1-.116.29.362.362 0 0 1-.259.11h-9.25a.363.363 0 0 1-.259-.11A.413.413 0 0 1 3 13.6V2.4c0-.112.044-.216.116-.29A.363.363 0 0 1 3.375 2h5.93a.354.354 0 0 1 .26.112l3.316 3.376Z\"\n />\n <path\n fill={vars.bdlGray}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7 12a.5.5 0 0 1 0-1h.5V8H7a.5.5 0 1 1 0-1h1.5a.5.5 0 0 1 .488.611A.782.782 0 0 1 9 7.75V11h.5a.5.5 0 0 1 0 1H7Zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z\"\n />\n </AccessibleSVG>\n);\n\nexport default DocInfo16;\n"],"file":"DocInfo16.js"}
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import DocInfo16 from './DocInfo16';
3
+ export var docInfo16 = function docInfo16() {
4
+ return React.createElement(DocInfo16, null);
5
+ };
6
+ export default {
7
+ title: 'Icon|Line|DocInfo16',
8
+ component: DocInfo16,
9
+ parameters: {
10
+ notes: "`import DocInfo16 from 'box-ui-elements/es/icon/line/DocInfo16';`"
11
+ }
12
+ };
13
+ //# sourceMappingURL=DocInfo16.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/icon/line/DocInfo16.stories.tsx"],"names":["React","DocInfo16","docInfo16","title","component","parameters","notes"],"mappings":"AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AAEA,OAAOC,SAAP,MAAsB,aAAtB;AAEA,OAAO,IAAMC,SAAS,GAAG,SAAZA,SAAY;AAAA,SAAM,oBAAC,SAAD,OAAN;AAAA,CAAlB;AAEP,eAAe;AACXC,EAAAA,KAAK,EAAE,qBADI;AAEXC,EAAAA,SAAS,EAAEH,SAFA;AAGXI,EAAAA,UAAU,EAAE;AACRC,IAAAA,KAAK,EAAE;AADC;AAHD,CAAf","sourcesContent":["import * as React from 'react';\n\nimport DocInfo16 from './DocInfo16';\n\nexport const docInfo16 = () => <DocInfo16 />;\n\nexport default {\n title: 'Icon|Line|DocInfo16',\n component: DocInfo16,\n parameters: {\n notes: \"`import DocInfo16 from 'box-ui-elements/es/icon/line/DocInfo16';`\",\n },\n};\n"],"file":"DocInfo16.stories.js"}
@@ -0,0 +1,13 @@
1
+ import { SVGProps } from '../../components/accessible-svg/AccessibleSVG';
2
+ /**
3
+ * This is an auto-generated component and should not be edited
4
+ * manually in contributor pull requests.
5
+ *
6
+ * If you have problems with this component:
7
+ * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
8
+ *
9
+ * If there are missing features in this component:
10
+ * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
11
+ */
12
+ declare const DocInfo16: (props: SVGProps) => JSX.Element;
13
+ export default DocInfo16;
@@ -0,0 +1,9 @@
1
+ export declare const docInfo16: () => JSX.Element;
2
+ declare const _default: {
3
+ title: string;
4
+ component: (props: import("../../components/accessible-svg/AccessibleSVG").SVGProps) => JSX.Element;
5
+ parameters: {
6
+ notes: string;
7
+ };
8
+ };
9
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "16.0.0-beta.1",
3
+ "version": "16.0.0-beta.2",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -0,0 +1,36 @@
1
+ // @flow
2
+ /* eslint-disable react/jsx-sort-props */
3
+ import * as React from 'react';
4
+ import * as vars from '../../styles/variables';
5
+ import AccessibleSVG from '../../icons/accessible-svg';
6
+ import type { Icon } from '../../icons/flowTypes';
7
+
8
+ /**
9
+ * This is an auto-generated component and should not be edited
10
+ * manually in contributor pull requests.
11
+ *
12
+ * If you have problems with this component:
13
+ * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
14
+ *
15
+ * If there are missing features in this component:
16
+ * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
17
+ */
18
+
19
+ const DocInfo16 = (props: Icon) => (
20
+ <AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
21
+ <path
22
+ fill={vars.bdlGray}
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="m10.28 1.413 3.314 3.374a1.403 1.403 0 0 1 .406.994V13.6c0 .371-.145.727-.403.99-.258.262-.607.41-.972.41h-9.25c-.365 0-.714-.148-.972-.41A1.413 1.413 0 0 1 2 13.6V2.4c0-.371.145-.727.403-.99.258-.262.607-.41.972-.41h5.93a1.354 1.354 0 0 1 .976.413Zm2.6 4.075.003.002a.401.401 0 0 1 .117.29v7.82a.413.413 0 0 1-.116.29.362.362 0 0 1-.259.11h-9.25a.363.363 0 0 1-.259-.11A.413.413 0 0 1 3 13.6V2.4c0-.112.044-.216.116-.29A.363.363 0 0 1 3.375 2h5.93a.354.354 0 0 1 .26.112l3.316 3.376Z"
26
+ />
27
+ <path
28
+ fill={vars.bdlGray}
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M7 12a.5.5 0 0 1 0-1h.5V8H7a.5.5 0 1 1 0-1h1.5a.5.5 0 0 1 .488.611A.782.782 0 0 1 9 7.75V11h.5a.5.5 0 0 1 0 1H7Zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
32
+ />
33
+ </AccessibleSVG>
34
+ );
35
+
36
+ export default DocInfo16;
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+
3
+ import DocInfo16 from './DocInfo16';
4
+
5
+ export const docInfo16 = () => <DocInfo16 />;
6
+
7
+ export default {
8
+ title: 'Icon|Line|DocInfo16',
9
+ component: DocInfo16,
10
+ parameters: {
11
+ notes: "`import DocInfo16 from 'box-ui-elements/es/icon/line/DocInfo16';`",
12
+ },
13
+ };
@@ -0,0 +1,34 @@
1
+ /* eslint-disable react/jsx-sort-props */
2
+ import * as React from 'react';
3
+ import * as vars from '../../styles/variables';
4
+ import AccessibleSVG, { SVGProps } from '../../components/accessible-svg/AccessibleSVG';
5
+
6
+ /**
7
+ * This is an auto-generated component and should not be edited
8
+ * manually in contributor pull requests.
9
+ *
10
+ * If you have problems with this component:
11
+ * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
12
+ *
13
+ * If there are missing features in this component:
14
+ * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
15
+ */
16
+
17
+ const DocInfo16 = (props: SVGProps) => (
18
+ <AccessibleSVG width={16} height={16} viewBox="0 0 16 16" {...props}>
19
+ <path
20
+ fill={vars.bdlGray}
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="m10.28 1.413 3.314 3.374a1.403 1.403 0 0 1 .406.994V13.6c0 .371-.145.727-.403.99-.258.262-.607.41-.972.41h-9.25c-.365 0-.714-.148-.972-.41A1.413 1.413 0 0 1 2 13.6V2.4c0-.371.145-.727.403-.99.258-.262.607-.41.972-.41h5.93a1.354 1.354 0 0 1 .976.413Zm2.6 4.075.003.002a.401.401 0 0 1 .117.29v7.82a.413.413 0 0 1-.116.29.362.362 0 0 1-.259.11h-9.25a.363.363 0 0 1-.259-.11A.413.413 0 0 1 3 13.6V2.4c0-.112.044-.216.116-.29A.363.363 0 0 1 3.375 2h5.93a.354.354 0 0 1 .26.112l3.316 3.376Z"
24
+ />
25
+ <path
26
+ fill={vars.bdlGray}
27
+ fillRule="evenodd"
28
+ clipRule="evenodd"
29
+ d="M7 12a.5.5 0 0 1 0-1h.5V8H7a.5.5 0 1 1 0-1h1.5a.5.5 0 0 1 .488.611A.782.782 0 0 1 9 7.75V11h.5a.5.5 0 0 1 0 1H7Zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
30
+ />
31
+ </AccessibleSVG>
32
+ );
33
+
34
+ export default DocInfo16;