Skip to content

Commit

Permalink
Rename farm-ui to @farmos.org/field-components.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Aug 29, 2023
1 parent 45ad0b7 commit 7c5c2c1
Show file tree
Hide file tree
Showing 86 changed files with 383 additions and 381 deletions.
748 changes: 375 additions & 373 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dev:field-kit": "npm run start --workspace=field-kit",
"dev:field-module-tasks": "npm run start --workspace=field-module-tasks",
"start": "npm run dev:field-kit",
"storybook": "npm run --workspace=farm-ui storybook",
"storybook": "npm run --workspace=@farmos.org/field-components storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"workspaces": [
"packages/create-field-module",
"packages/field-kit",
"packages/field-scripts",
"packages/field-module-tasks",
"packages/farm-ui"
"packages/field-components"
],
"keywords": [
"farmOS",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farm-ui",
"version": "2.0.0-alpha.2",
"name": "@farmos.org/field-components",
"version": "2.0.0-alpha.3",
"type": "module",
"main": "src/index.js",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion packages/field-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"lint-src": "eslint --color --ext .js,.vue src"
},
"dependencies": {
"@farmos.org/field-components": "2.0.0-alpha.3",
"@farmos.org/farmos-map": "^1.4.2",
"@farmos.org/field-scripts": "2.0.0-alpha.2",
"@turf/turf": "^5.1.6",
"farmos": "^2.0.0-beta.14",
"farm-ui": "2.0.0-alpha.2",
"ramda": "^0.27.1",
"uuid": "^8.3.2",
"vue": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/field-kit/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as Vue from 'vue';
import * as VueRouter from 'vue-router';
import * as R from 'ramda';
import wellknown from 'wellknown';
import * as components from 'farm-ui';
import * as components from '@farmos.org/field-components';
import router from './router';
import useEntities from './entities';
import App from './App.vue';
Expand Down
2 changes: 1 addition & 1 deletion packages/field-kit/src/shell/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script>
import { computed } from 'vue';
import { validateAction, validateNav } from 'farm-ui/src/components/FarmAppBar.vue';
import { validateAction, validateNav } from '@farmos.org/field-components/src/components/FarmAppBar.vue';
import connection, { STATUS_GOOD_CONNECTION, STATUS_IN_PROGRESS, STATUS_NO_CONNECTION } from '../http/connection';
let state;
Expand Down
2 changes: 1 addition & 1 deletion packages/field-kit/src/shell/AppBarOptions.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { validateAction } from 'farm-ui/src/components/FarmAppBar.vue';
import { validateAction } from '@farmos.org/field-components/src/components/FarmAppBar.vue';
import {
setNav, setTitle, setActions, reset,
} from './AppBar.vue';
Expand Down

0 comments on commit 7c5c2c1

Please sign in to comment.