@bolttech/molecules-dropdown 0.16.0 → 0.17.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +8 -6
package/README.md CHANGED
@@ -7,13 +7,13 @@ The **Dropdown** component is a customizable React component that provides a dro
7
7
  To use the **Dropdown** component, you need to install the required dependencies:
8
8
 
9
9
  ```bash
10
- npm install @edirect/frontend-foundations @bolttech/molecules-dropdown
10
+ npm install @bolttech/frontend-foundations @bolttech/molecules-dropdown
11
11
  ```
12
12
 
13
13
  or
14
14
 
15
15
  ```bash
16
- yarn add @edirect/frontend-foundations @bolttech/molecules-dropdown
16
+ yarn add @bolttech/frontend-foundations @bolttech/molecules-dropdown
17
17
  ```
18
18
 
19
19
  ## Usage
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-dropdown",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "main": "./index.cjs",
5
5
  "type": "commonjs",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@bolttech/atoms-icon": "0.20.0",
9
- "@bolttech/atoms-input": "0.19.0",
10
- "@bolttech/atoms-select": "0.17.0",
11
- "@bolttech/ui-utils": "0.1.1",
12
- "@edirect/frontend-foundations": "0.0.79",
8
+ "@bolttech/atoms-icon": "0.21.2",
9
+ "@bolttech/atoms-input": "0.20.1",
10
+ "@bolttech/atoms-select": "0.18.1",
11
+ "@bolttech/default-theme": "0.0.3",
12
+ "@bolttech/form-engine": "0.5.0",
13
+ "@bolttech/frontend-foundations": "0.0.3",
14
+ "@bolttech/ui-utils": "0.1.3",
13
15
  "react": "18.2.0",
14
16
  "react-dom": "18.2.0",
15
17
  "styled-components": "5.3.6"