@ni/nimble-react 0.1.10 → 0.2.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/dist/esm/icons/arrow-down-two-rectangles.d.ts +3 -0
- package/dist/esm/icons/arrow-down-two-rectangles.js +7 -0
- package/dist/esm/icons/arrow-down-two-rectangles.js.map +1 -0
- package/dist/esm/icons/arrow-left-two-rectangles.d.ts +3 -0
- package/dist/esm/icons/arrow-left-two-rectangles.js +7 -0
- package/dist/esm/icons/arrow-left-two-rectangles.js.map +1 -0
- package/dist/esm/icons/arrow-right-two-rectangles.d.ts +3 -0
- package/dist/esm/icons/arrow-right-two-rectangles.js +7 -0
- package/dist/esm/icons/arrow-right-two-rectangles.js.map +1 -0
- package/dist/esm/icons/arrow-up-two-rectangles.d.ts +3 -0
- package/dist/esm/icons/arrow-up-two-rectangles.js +7 -0
- package/dist/esm/icons/arrow-up-two-rectangles.js.map +1 -0
- package/dist/esm/icons/pencil-to-rectangle.d.ts +3 -0
- package/dist/esm/icons/pencil-to-rectangle.js +7 -0
- package/dist/esm/icons/pencil-to-rectangle.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IconArrowDownTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-down-two-rectangles';
|
|
2
|
+
export { type IconArrowDownTwoRectangles };
|
|
3
|
+
export declare const NimbleIconArrowDownTwoRectangles: import("@ni/fast-react-wrapper").ReactWrapper<IconArrowDownTwoRectangles, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconArrowDownTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-down-two-rectangles';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconArrowDownTwoRectangles = wrap(IconArrowDownTwoRectangles);
|
|
7
|
+
//# sourceMappingURL=arrow-down-two-rectangles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-down-two-rectangles.js","sourceRoot":"","sources":["../../../src/icons/arrow-down-two-rectangles.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAmC,CAAC;AAC3C,MAAM,CAAC,MAAM,gCAAgC,GAAG,IAAI,CAAC,0BAA0B,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconArrowDownTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-down-two-rectangles';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconArrowDownTwoRectangles };\nexport const NimbleIconArrowDownTwoRectangles = wrap(IconArrowDownTwoRectangles);"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IconArrowLeftTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-left-two-rectangles';
|
|
2
|
+
export { type IconArrowLeftTwoRectangles };
|
|
3
|
+
export declare const NimbleIconArrowLeftTwoRectangles: import("@ni/fast-react-wrapper").ReactWrapper<IconArrowLeftTwoRectangles, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconArrowLeftTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-left-two-rectangles';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconArrowLeftTwoRectangles = wrap(IconArrowLeftTwoRectangles);
|
|
7
|
+
//# sourceMappingURL=arrow-left-two-rectangles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-left-two-rectangles.js","sourceRoot":"","sources":["../../../src/icons/arrow-left-two-rectangles.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAmC,CAAC;AAC3C,MAAM,CAAC,MAAM,gCAAgC,GAAG,IAAI,CAAC,0BAA0B,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconArrowLeftTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-left-two-rectangles';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconArrowLeftTwoRectangles };\nexport const NimbleIconArrowLeftTwoRectangles = wrap(IconArrowLeftTwoRectangles);"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IconArrowRightTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-right-two-rectangles';
|
|
2
|
+
export { type IconArrowRightTwoRectangles };
|
|
3
|
+
export declare const NimbleIconArrowRightTwoRectangles: import("@ni/fast-react-wrapper").ReactWrapper<IconArrowRightTwoRectangles, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconArrowRightTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-right-two-rectangles';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconArrowRightTwoRectangles = wrap(IconArrowRightTwoRectangles);
|
|
7
|
+
//# sourceMappingURL=arrow-right-two-rectangles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-right-two-rectangles.js","sourceRoot":"","sources":["../../../src/icons/arrow-right-two-rectangles.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,iEAAiE,CAAC;AAC9G,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAoC,CAAC;AAC5C,MAAM,CAAC,MAAM,iCAAiC,GAAG,IAAI,CAAC,2BAA2B,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconArrowRightTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-right-two-rectangles';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconArrowRightTwoRectangles };\nexport const NimbleIconArrowRightTwoRectangles = wrap(IconArrowRightTwoRectangles);"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IconArrowUpTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-up-two-rectangles';
|
|
2
|
+
export { type IconArrowUpTwoRectangles };
|
|
3
|
+
export declare const NimbleIconArrowUpTwoRectangles: import("@ni/fast-react-wrapper").ReactWrapper<IconArrowUpTwoRectangles, unknown>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconArrowUpTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-up-two-rectangles';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconArrowUpTwoRectangles = wrap(IconArrowUpTwoRectangles);
|
|
7
|
+
//# sourceMappingURL=arrow-up-two-rectangles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-up-two-rectangles.js","sourceRoot":"","sources":["../../../src/icons/arrow-up-two-rectangles.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,8DAA8D,CAAC;AACxG,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAiC,CAAC;AACzC,MAAM,CAAC,MAAM,8BAA8B,GAAG,IAAI,CAAC,wBAAwB,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconArrowUpTwoRectangles } from '@ni/nimble-components/dist/esm/icons/arrow-up-two-rectangles';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconArrowUpTwoRectangles };\nexport const NimbleIconArrowUpTwoRectangles = wrap(IconArrowUpTwoRectangles);"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconPencilToRectangle } from '@ni/nimble-components/dist/esm/icons/pencil-to-rectangle';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconPencilToRectangle = wrap(IconPencilToRectangle);
|
|
7
|
+
//# sourceMappingURL=pencil-to-rectangle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pencil-to-rectangle.js","sourceRoot":"","sources":["../../../src/icons/pencil-to-rectangle.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,0DAA0D,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAA8B,CAAC;AACtC,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconPencilToRectangle } from '@ni/nimble-components/dist/esm/icons/pencil-to-rectangle';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconPencilToRectangle };\nexport const NimbleIconPencilToRectangle = wrap(IconPencilToRectangle);"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "React components for the NI Nimble Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nimble",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@ni-private/eslint-config-nimble": "*",
|
|
32
32
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
33
|
-
"@ni/nimble-tokens": "^8.
|
|
33
|
+
"@ni/nimble-tokens": "^8.11.0",
|
|
34
34
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
35
35
|
"rollup": "^4.12.0",
|
|
36
36
|
"typescript": "~5.4.5"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@ni/fast-react-wrapper": "^10.1.2",
|
|
40
|
-
"@ni/nimble-components": "^34.
|
|
40
|
+
"@ni/nimble-components": "^34.2.0",
|
|
41
41
|
"react": "^16 || ^17 || ^18"
|
|
42
42
|
}
|
|
43
43
|
}
|