Skip to content

Commit 665a70e

Browse files
committed
chore(project): remove lumx angularjs
1 parent 759e642 commit 665a70e

File tree

134 files changed

+21
-11622
lines changed

Some content is hidden

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

134 files changed

+21
-11622
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ storybook
77
**/style-dictionary
88
**/*.config.js
99
packages/site-demo/plugins
10-
packages/lumx-angularjs
1110
packages/lumx-react/jest
1211
packages/lumx-react/src/stories/generated
1312
packages/yo-generators

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Here are the guidelines we'd like you to follow.
2525
- [Coding rules](#coding-rules)
2626
- [Git commit guidelines](#git-commit-guidelines)
2727

28-
## <a name="code-of-conduct"></a> Code of Conduct
29-
30-
As heavy users of [AngularJS](https://github.com/angular/angular.js) and [React](https://github.com/facebook/react/), we encourage you to read and follow the [AngularJS Code of Conduct](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md) and the [React Code of Conduct](https://github.com/facebook/react/blob/master/CODE_OF_CONDUCT.md).
31-
3228
## <a name="got-a-question-or-a-problem-"></a> Got a question or a problem?
3329

3430
If you have questions about how to use LumX, please direct these to [StackOverflow](http://stackoverflow.com/questions/tagged/LumX).

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@ _LumX_ will help you design your applications faster and more easily. You will b
55

66
## Quick start
77

8-
To start to use LumX, you can either:
9-
10-
- Install with Yarn/NPM:
118

129
```bash
13-
yarn add @lumx/<angularjs|react>
10+
yarn add @lumx/<icons|react>
1411
# Or
15-
npm install @lumx/<angularjs|react>
12+
npm install @lumx/<icons|react>
1613
```
1714

18-
- Download the latest release for [AngularJS][angularjs-release] or [React][react-release]
19-
- Clone the repository: `git clone https://github.com/lumapps/design-system.git`
20-
2115
## Documentation
2216

2317
LumX's documentation is included in the "demo" directory. The demo/documentation site is built with [Webpack][webpack] and may be run locally.
@@ -76,7 +70,7 @@ you can build LumX by using:
7670
yarn build
7771
```
7872

79-
This will produce the target build for `@lumx/core`, `@lumx/angularjs`, `@lumx/react` and the demo site.
73+
This will produce the target build for `@lumx/core`, `@lumx/icons`, `@lumx/react` and the demo site.
8074

8175
## How to publish packages
8276

@@ -103,9 +97,7 @@ Releasing a new version of the lumx packages consists in:
10397

10498
Code and documentation copyright 2019 LumApps. Code released under the [MIT license](LICENSE.md).
10599

106-
[angularjs]: https://angularjs.org/
107100
[react]: https://react.org/
108101
[material]: http://www.google.com/design/spec/material-design/introduction.html
109-
[angularjs-release]: https://www.npmjs.com/package/@lumx/angularjs
110102
[react-release]: https://www.npmjs.com/package/@lumx/react
111103
[webpack]: https://webpack.js.org/

configs/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
cacheDirectory: true,
33
plugins: [
4-
['angularjs-annotate', { explicitOnly: true }],
54
'@babel/plugin-proposal-class-properties',
65
['@babel/plugin-proposal-private-property-in-object', { 'loose': false }],
76
['@babel/plugin-proposal-private-methods', { 'loose': false }],

dev-packages/eslint-config-lumapps/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ module.exports = {
1313
'plugin:react/recommended',
1414
'plugin:prettier/recommended',
1515
],
16-
globals: {
17-
angular: 'readonly',
18-
},
1916
parser: '@typescript-eslint/parser',
2017
parserOptions: {
2118
sourceType: 'module',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"build:site": "yarn workspace lumx-site-demo clean && yarn workspace lumx-site-demo build",
6060
"build:react": "yarn workspace @lumx/react build",
6161
"build:core": "yarn workspace @lumx/core build",
62-
"build:angularjs": "yarn workspace @lumx/angularjs build",
6362
"build:storybook": "yarn workspace @lumx/react build:storybook",
6463
"chromatic": "npx chromatic -b build:storybook",
6564
"clean": "rm -rf packages/*/dist; lerna clean --yes && lerna run --stream clean",

packages/lumx-angularjs/README.md

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

packages/lumx-angularjs/package.json

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

packages/lumx-angularjs/src/components/avatar/avatar.html

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

packages/lumx-angularjs/src/components/avatar/avatar_directive.js

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

0 commit comments

Comments
 (0)