@ni/nimble-react 0.2.0 → 0.3.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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconPrint } from '@ni/nimble-components/dist/esm/icons/print';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconPrint = wrap(IconPrint);
|
|
7
|
+
//# sourceMappingURL=print.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"print.js","sourceRoot":"","sources":["../../../src/icons/print.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,SAAS,EAAE,MAAM,4CAA4C,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAkB,CAAC;AAC1B,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconPrint } from '@ni/nimble-components/dist/esm/icons/print';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconPrint };\nexport const NimbleIconPrint = wrap(IconPrint);"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-react/build/generate-icons
|
|
3
|
+
import { IconQrcodeRead } from '@ni/nimble-components/dist/esm/icons/qrcode-read';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconQrcodeRead = wrap(IconQrcodeRead);
|
|
7
|
+
//# sourceMappingURL=qrcode-read.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qrcode-read.js","sourceRoot":"","sources":["../../../src/icons/qrcode-read.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAuB,CAAC;AAC/B,MAAM,CAAC,MAAM,oBAAoB,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconQrcodeRead } from '@ni/nimble-components/dist/esm/icons/qrcode-read';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconQrcodeRead };\nexport const NimbleIconQrcodeRead = wrap(IconQrcodeRead);"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.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.12.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.3.0",
|
|
41
41
|
"react": "^16 || ^17 || ^18"
|
|
42
42
|
}
|
|
43
43
|
}
|