@ni/nimble-react 0.0.3 → 0.1.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,3 @@
|
|
|
1
|
+
import { IconCalendarCircleExclamation } from '@ni/nimble-components/dist/esm/icons/calendar-circle-exclamation';
|
|
2
|
+
export { type IconCalendarCircleExclamation };
|
|
3
|
+
export declare const NimbleIconCalendarCircleExclamation: import("@ni/fast-react-wrapper").ReactWrapper<IconCalendarCircleExclamation, 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 { IconCalendarCircleExclamation } from '@ni/nimble-components/dist/esm/icons/calendar-circle-exclamation';
|
|
4
|
+
import { wrap } from '../utilities/react-wrapper';
|
|
5
|
+
export {};
|
|
6
|
+
export const NimbleIconCalendarCircleExclamation = wrap(IconCalendarCircleExclamation);
|
|
7
|
+
//# sourceMappingURL=calendar-circle-exclamation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-circle-exclamation.js","sourceRoot":"","sources":["../../../src/icons/calendar-circle-exclamation.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,6DAA6D;AAE7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,kEAAkE,CAAC;AACjH,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,OAAO,EAAsC,CAAC;AAC9C,MAAM,CAAC,MAAM,mCAAmC,GAAG,IAAI,CAAC,6BAA6B,CAAC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-react/build/generate-icons\n\nimport { IconCalendarCircleExclamation } from '@ni/nimble-components/dist/esm/icons/calendar-circle-exclamation';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport { type IconCalendarCircleExclamation };\nexport const NimbleIconCalendarCircleExclamation = wrap(IconCalendarCircleExclamation);"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-react",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.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.10.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.0",
|
|
40
|
-
"@ni/nimble-components": "^33.
|
|
40
|
+
"@ni/nimble-components": "^33.9.0",
|
|
41
41
|
"react": "^16 || ^17 || ^18"
|
|
42
42
|
}
|
|
43
43
|
}
|