@oc-digital/react-component-library 8.21.2 → 8.21.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oc-digital/react-component-library",
3
3
  "type": "module",
4
- "version": "8.21.2",
4
+ "version": "8.21.4",
5
5
  "description": "React component library for Optimal Compliance",
6
6
  "main": "build/index.js",
7
7
  "types": "build/index.d.ts",
@@ -1,3 +0,0 @@
1
- import { RefObject } from "react";
2
- declare const useElementDimensions: (ref: RefObject<Element>) => number[];
3
- export default useElementDimensions;
@@ -1 +0,0 @@
1
- export declare const MOBILE_MEDIA = "@media (orientation: portrait)";
@@ -1,5 +0,0 @@
1
- import { ReactNode } from "react";
2
- declare const Theme: ({ children }: {
3
- children: ReactNode;
4
- }) => JSX.Element;
5
- export default Theme;
package/build/user.mjs DELETED
@@ -1,3 +0,0 @@
1
- import './index.js';
2
-
3
- console.log('worked');