@bolttech/atoms-segmented-control
Advanced tools
Comparing version 0.13.0 to 0.14.0
{ | ||
"name": "@bolttech/atoms-segmented-control", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"main": "./index.cjs", | ||
@@ -8,4 +8,6 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@bolttech/default-theme": "0.0.1", | ||
"@bolttech/form-engine": "0.5.0", | ||
"@bolttech/frontend-foundations": "0.0.1", | ||
"@bolttech/ui-utils": "0.1.1", | ||
"@edirect/frontend-foundations": "0.0.79", | ||
"react": "18.2.0", | ||
@@ -12,0 +14,0 @@ "styled-components": "5.3.6" |
@@ -20,3 +20,3 @@ # SegmentedControl Component | ||
```bash | ||
npm install @edirect/frontend-foundations @bolttech/atoms-segmented-control | ||
npm install @bolttech/frontend-foundations @bolttech/atoms-segmented-control | ||
``` | ||
@@ -27,3 +27,3 @@ | ||
```bash | ||
yarn add @edirect/frontend-foundations @bolttech/atoms-segmented-control | ||
yarn add @bolttech/frontend-foundations @bolttech/atoms-segmented-control | ||
``` | ||
@@ -42,3 +42,3 @@ | ||
import { SegmentedControl } from '@bolttech/atoms-segmented-control'; | ||
import { bolttechTheme, BolttechThemeProvider } from '@edirect/frontend-foundations'; | ||
import { bolttechTheme, BolttechThemeProvider } from '@bolttech/frontend-foundations'; | ||
@@ -45,0 +45,0 @@ function App() { |
export * from './lib/atoms-segmented-control'; | ||
export * from './lib/atoms-segmented-control.type'; | ||
export type * from './lib/atoms-segmented-control.type'; |
49578
6
+ Added@bolttech/form-engine@0.5.0
+ Added@bolttech/default-theme@0.0.1(transitive)
+ Added@bolttech/form-engine@0.5.0(transitive)
+ Addedcredit-card-type@9.1.0(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removed@edirect/frontend-foundations@0.0.79
- Removed@edirect/frontend-foundations@0.0.79(transitive)
- Removedprettier@2.8.8(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)