@ni/ok-react 0.7.3 → 0.7.5

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,2 @@
1
+ import { ExButton } from '@ni/ok-components/dist/esm/ex/button';
2
+ export declare const OkExButton: import("@lit/react").ReactWebComponent<ExButton, {}>;
@@ -0,0 +1,4 @@
1
+ import { ExButton } from '@ni/ok-components/dist/esm/ex/button';
2
+ import { wrap } from '../../utilities/react-wrapper';
3
+ export const OkExButton = wrap(ExButton);
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ex/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC","sourcesContent":["import { ExButton } from '@ni/ok-components/dist/esm/ex/button';\nimport { wrap } from '../../utilities/react-wrapper';\n\nexport const OkExButton = wrap(ExButton);\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-react",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "React components for NI Ok Components",
5
5
  "keywords": [
6
6
  "ni",
@@ -45,11 +45,11 @@
45
45
  "license": "MIT",
46
46
  "peerDependencies": {
47
47
  "@lit/react": "^1.0.8",
48
- "@ni/ok-components": "^0.4.3",
48
+ "@ni/ok-components": "^1.0.0",
49
49
  "react": "^17 || ^18 || ^19"
50
50
  },
51
51
  "devDependencies": {
52
- "@ni/ok-components": "^0.4.3",
52
+ "@ni/ok-components": "^1.0.0",
53
53
  "@ni-private/eslint-config-nimble": "*",
54
54
  "typescript": "~5.8.3"
55
55
  }
@@ -1,2 +0,0 @@
1
- import { Button } from '@ni/ok-components/dist/esm/button';
2
- export declare const OkButton: import("@lit/react").ReactWebComponent<Button, {}>;
@@ -1,4 +0,0 @@
1
- import { Button } from '@ni/ok-components/dist/esm/button';
2
- import { wrap } from '../utilities/react-wrapper';
3
- export const OkButton = wrap(Button);
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC","sourcesContent":["import { Button } from '@ni/ok-components/dist/esm/button';\nimport { wrap } from '../utilities/react-wrapper';\n\nexport const OkButton = wrap(Button);\n"]}