Skip to content

Commit e2ded3e

Browse files
chore: remove deprecated packages
1 parent 231e62a commit e2ded3e

File tree

119 files changed

+7
-4494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+7
-4494
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [],
6-
"linked": [["@einride/ui", "@einride/ui-maps", "@einride/ui-labs", "@einride/ui-dates"]],
6+
"linked": [["@einride/ui"]],
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
# Einride UI
1+
# @einride/ui
22

33
[![license](https://img.shields.io/npm/l/@einride/ui.svg)](https://github.com/einride/ui/blob/main/LICENSE)
44
[![npm version](https://img.shields.io/npm/v/@einride/ui.svg)](https://www.npmjs.com/package/@einride/ui)
55
[![total npm downloads](https://img.shields.io/npm/dt/@einride/ui.svg)](https://www.npmjs.com/package/@einride/ui)
66

77
Reusable React components that adhere to Einride's design system.
88

9-
Einride UI consists of these packages:
10-
11-
- [`@einride/ui`](./packages/einride-ui/): Core UI components.
12-
- [`@einride/ui-dates`](./packages/einride-ui-dates/): Date components.
13-
- [`@einride/ui-labs`](./packages/einride-ui-labs/): Experimental components that are not yet added
14-
to `@einride/ui`.
15-
- [`@einride/ui-maps`](./packages/einride-ui-maps/): Mapping components.
16-
179
## Installation
1810

1911
Install `@einride/ui` together with its peer dependencies:
@@ -22,8 +14,6 @@ Install `@einride/ui` together with its peer dependencies:
2214
yarn add @einride/ui @emotion/react @emotion/styled framer-motion
2315
```
2416

25-
Install the other packages depending on your requirements.
26-
2717
## Setup
2818

2919
`<EinrideProvider>` needs to wrap all @einride/ui components. The provider sets up the theme and

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
"packages/*"
66
],
77
"scripts": {
8-
"build": "yarn build:einride-ui && yarn build:einride-ui-dates && yarn build:einride-ui-labs && yarn build:einride-ui-maps",
8+
"build": "yarn build:einride-ui",
99
"build:einride-ui": "yarn workspace @einride/ui build",
10-
"build:einride-ui-dates": "yarn workspace @einride/ui-dates build",
11-
"build:einride-ui-labs": "yarn workspace @einride/ui-labs build",
12-
"build:einride-ui-maps": "yarn workspace @einride/ui-maps build",
1310
"build-storybook": "storybook build",
1411
"review": "concurrently --kill-others-on-fail 'yarn commitlint' 'yarn format-check' 'yarn lint' 'yarn test' 'yarn typecheck' 'yarn build'",
1512
"storybook": "storybook dev -p 6006",

packages/einride-ui-dates/CHANGELOG.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

packages/einride-ui-dates/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/einride-ui-dates/package.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

packages/einride-ui-dates/rollup.config.mjs

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/einride-ui-dates/src/components/DatePicker/DatePicker.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)