@monolith-forensics/monolith-ui 1.1.35 → 1.1.36

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.
Files changed (2) hide show
  1. package/README.md +24 -0
  2. package/package.json +2 -3
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # @monolith-forensics/monolith-ui
2
+
3
+ ## Overview
4
+
5
+ `@monolith-forensics/monolith-ui` is a comprehensive UI library designed for building modern and responsive interfaces for forensic applications. Built on React, this library offers a range of components and utilities to help you create consistent and efficient user interfaces.
6
+
7
+ ## Features
8
+
9
+ - **Customizable Themes**: Easily adjust the look and feel of your application with our theming system.
10
+ - **Responsive Design**: Components are optimized for use on various screen sizes and devices.
11
+ - **Accessible Components**: Focus on accessibility to ensure your applications are usable by everyone.
12
+ - **TypeScript Support**: Fully typed with TypeScript for improved developer experience and reliability.
13
+
14
+ ## Installation
15
+
16
+ To install the library, use npm or yarn:
17
+
18
+ ```bash
19
+ npm install @monolith-forensics/monolith-ui
20
+ ```
21
+
22
+ ```bash
23
+ yarn add @monolith-forensics/monolith-ui
24
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",
@@ -15,7 +15,7 @@
15
15
  "scripts": {
16
16
  "clean": "rm -r ./dist",
17
17
  "build": "tsc",
18
- "release": "yarn version --minor --deferred && yarn build && npm publish && yarn clean"
18
+ "release": "yarn version --patch --deferred && yarn build && npm publish && yarn clean"
19
19
  },
20
20
  "dependencies": {
21
21
  "@floating-ui/react": "^0.26.16",
@@ -24,7 +24,6 @@
24
24
  "deepmerge": "^4.3.1",
25
25
  "lucide-react": "^0.378.0",
26
26
  "moment": "^2.29.1",
27
- "nanoid": "^5.0.7",
28
27
  "overlayscrollbars": "^2.6.0",
29
28
  "overlayscrollbars-react": "^0.5.6",
30
29
  "react-dropzone": "^14.2.3",