@ni/ok-react 0.12.0 → 0.12.1

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,4 @@
1
+ import { FvStickyHeader, fvStickyHeaderTag } from '@ni/ok-components/dist/esm/fv/sticky-header';
2
+ export { fvStickyHeaderTag };
3
+ export { type FvStickyHeader };
4
+ export declare const OkFvStickyHeader: import("@lit/react").ReactWebComponent<FvStickyHeader, {}>;
@@ -0,0 +1,7 @@
1
+ 'use client';
2
+ import { FvStickyHeader, fvStickyHeaderTag } from '@ni/ok-components/dist/esm/fv/sticky-header';
3
+ import { wrap } from '../../utilities/react-wrapper';
4
+ export { fvStickyHeaderTag };
5
+ export {};
6
+ export const OkFvStickyHeader = wrap(FvStickyHeader);
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/sticky-header/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAuB,CAAC;AAC/B,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC","sourcesContent":["'use client';\n\nimport { FvStickyHeader, fvStickyHeaderTag } from '@ni/ok-components/dist/esm/fv/sticky-header';\nimport { wrap } from '../../utilities/react-wrapper';\n\nexport { fvStickyHeaderTag };\nexport { type FvStickyHeader };\nexport const OkFvStickyHeader = wrap(FvStickyHeader);\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-react",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
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": "^1.8.0",
48
+ "@ni/ok-components": "^1.8.1",
49
49
  "react": "^17 || ^18 || ^19"
50
50
  },
51
51
  "devDependencies": {
52
- "@ni/ok-components": "^1.8.0",
52
+ "@ni/ok-components": "^1.8.1",
53
53
  "@ni-private/eslint-config-nimble": "*",
54
54
  "typescript": "~5.8.3"
55
55
  }