@farm-investimentos/front-mfe-components-vue3 0.0.3 → 0.0.5

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 (43) hide show
  1. package/dist/front-mfe-components.common.js +4186 -5535
  2. package/dist/front-mfe-components.common.js.map +1 -1
  3. package/dist/front-mfe-components.css +1 -1
  4. package/dist/front-mfe-components.umd.js +4186 -5535
  5. package/dist/front-mfe-components.umd.js.map +1 -1
  6. package/dist/front-mfe-components.umd.min.js +1 -1
  7. package/dist/front-mfe-components.umd.min.js.map +1 -1
  8. package/package.json +89 -89
  9. package/src/components/AlertBox/AlertBox.stories.js +0 -3
  10. package/src/components/AlertReload/AlertReload.stories.js +0 -7
  11. package/src/components/Buttons/ConfirmButton/ConfirmButton.stories.js +0 -4
  12. package/src/components/Buttons/DangerButton/DangerButton.stories.js +0 -3
  13. package/src/components/Checkbox/Checkbox.stories.js +1 -1
  14. package/src/components/Collapsible/Collapsible.stories.js +1 -1
  15. package/src/components/ContextMenu/ContextMenu.stories.js +1 -1
  16. package/src/components/DatePicker/DatePicker.stories.js +1 -1
  17. package/src/components/IconBox/IconBox.stories.js +1 -1
  18. package/src/components/Logger/Logger.vue +3 -2
  19. package/src/components/ManagersList/ManagersList.stories.js +1 -1
  20. package/src/components/MultipleSelectShortener/MultipleSelectShortener.stories.js +1 -1
  21. package/src/components/PromptUserToConfirm/PromptUserToConfirm.stories.js +1 -1
  22. package/src/components/RadioGroup/RadioGroup.stories.js +1 -1
  23. package/src/components/RangeDatePicker/RangeDatePicker.stories.js +1 -1
  24. package/src/components/ResetTableRowSelection/ResetTableRowSelection.stories.js +1 -1
  25. package/src/components/SelectModalOptions/SelectModalOptions.scss +1 -1
  26. package/src/components/SelectModalOptions/SelectModalOptions.stories.js +0 -3
  27. package/src/components/SelectModalOptions/SelectModalOptions.vue +1 -3
  28. package/src/components/Switcher/Switcher.stories.js +1 -1
  29. package/src/components/TableContextMenu/TableContextMenu.stories.js +1 -1
  30. package/src/components/Tooltip/Tooltip.stories.js +1 -3
  31. package/src/components/Typography/BodyText/BodyText.stories.js +0 -3
  32. package/src/components/Typography/Caption/Caption.stories.js +1 -1
  33. package/src/components/Typography/Heading/Heading.stories.js +1 -1
  34. package/src/components/Typography/Small/Small.stories.js +0 -3
  35. package/src/components/Typography/Subtitle/Subtitle.stories.js +1 -1
  36. package/src/components/Typography/Typography.stories.js +1 -1
  37. package/src/components/ValueCaption/ValueCaption.stories.js +1 -1
  38. package/src/examples/Dialog.stories.js +1 -32
  39. package/src/examples/Table.stories.js +2 -2
  40. package/src/scss/DialogPrompt.scss +4 -0
  41. package/src/scss/Sticky-table.scss +3 -3
  42. package/src/scss/utils.scss +1 -1
  43. package/src/scss/VMenuOverrides.scss +0 -17
package/package.json CHANGED
@@ -1,91 +1,91 @@
1
1
  {
2
- "name": "@farm-investimentos/front-mfe-components-vue3",
3
- "version": "0.0.3",
4
- "author": "farm investimentos",
5
- "private": false,
6
- "main": "./dist/front-mfe-components.common.js",
7
- "unpkg": "dist/front-mfe-components.umd.min.js",
8
- "jsdelivr": "dist/front-mfe-components.umd.min.js",
9
- "scripts": {
10
- "serve": "vue-cli-service serve",
11
- "build": "npm run build:components",
12
- "build:components": "vue-cli-service build --target lib --name front-mfe-components src/main.ts",
13
- "lint": "vue-cli-service lint --fix",
14
- "test:unit": "jest --updateSnapshot",
15
- "test:coverage": "jest --updateSnapshot --coverage",
16
- "prepare": "husky install",
17
- "storybook": "storybook dev -p 6006",
18
- "build-storybook": "storybook build"
19
- },
20
- "files": [
21
- "dist/*",
22
- "src/*"
23
- ],
24
- "dependencies": {
25
- "@vuepic/vue-datepicker": "7.1.0",
26
- "core-js": "^3.6.5",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
29
- "vue": "3.3.4",
30
- "vuetify": "3.3.20",
31
- "webpack": "^4.39.3"
32
- },
33
- "devDependencies": {
34
- "@babel/core": "7.17.9",
35
- "@babel/generator": "7.17.9",
36
- "@farm-investimentos/front-mfe-libs-ts": "^1.0.9",
37
- "@storybook/addon-essentials": "^7.0.6",
38
- "@storybook/addon-interactions": "^7.0.6",
39
- "@storybook/addon-links": "^7.0.6",
40
- "@storybook/cli": "^7.0.6",
41
- "@storybook/preset-scss": "^1.0.3",
42
- "@storybook/testing-library": "^0.1.0",
43
- "@storybook/vue3": "^7.0.6",
44
- "@storybook/vue3-webpack5": "^7.0.6",
45
- "@types/jest": "^29.0.0",
46
- "@typescript-eslint/eslint-plugin": "^4.18.0",
47
- "@typescript-eslint/parser": "^4.18.0",
48
- "@vue/cli-plugin-babel": "~4.5.0",
49
- "@vue/cli-plugin-eslint": "~4.5.0",
50
- "@vue/cli-plugin-typescript": "~4.5.0",
51
- "@vue/cli-plugin-unit-jest": "^4.5.12",
52
- "@vue/cli-service": "^4.5.13",
53
- "@vue/compiler-sfc": "^3.0.0",
54
- "@vue/eslint-config-typescript": "^7.0.0",
55
- "@vue/test-utils": "^2.3.2",
56
- "@vue/vue3-jest": "^29.2.3",
57
- "babel-eslint": "^10.1.0",
58
- "babel-jest": "^29.5.0",
59
- "babel-loader": "^8.3.0",
60
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
61
- "eslint": "^6.7.2",
62
- "eslint-plugin-vue": "^7.1.0",
63
- "husky": "^8.0.0",
64
- "jest": "^29.0.0",
65
- "jest-environment-jsdom": "^29.0.0",
66
- "promise-polyfill": "^8.3.0",
67
- "sass": "~1.32.0",
68
- "sass-loader": "^10.0.0",
69
- "storybook": "^7.0.6",
70
- "text-mask-addons": "^3.8.0",
71
- "ts-jest": "^29.0.0",
72
- "typescript": "~4.1.5",
73
- "v-mask": "^2.3.0",
74
- "vue-loader": "^16.8.3"
75
- },
76
- "browserslist": [
77
- "> 1%",
78
- "last 2 versions",
79
- "not dead"
80
- ],
81
- "repository": {
82
- "type": "git",
83
- "url": "git://github.com/Farm-Investimentos/front-mfe-components-vue3.git"
84
- },
85
- "publishConfig": {
86
- "@farm-investimentos:registry": "https://registry.npmjs.org"
87
- },
88
- "engines": {
89
- "node": ">=18.0.0 <20.0.0"
90
- }
2
+ "name": "@farm-investimentos/front-mfe-components-vue3",
3
+ "version": "0.0.5",
4
+ "private": false,
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git://github.com/Farm-Investimentos/front-mfe-components-vue3.git"
8
+ },
9
+ "author": "farm investimentos",
10
+ "main": "./dist/front-mfe-components.common.js",
11
+ "jsdelivr": "dist/front-mfe-components.umd.min.js",
12
+ "unpkg": "dist/front-mfe-components.umd.min.js",
13
+ "files": [
14
+ "dist/*",
15
+ "src/*"
16
+ ],
17
+ "scripts": {
18
+ "build": "npm run build:components",
19
+ "build-storybook": "storybook build",
20
+ "build:components": "vue-cli-service build --target lib --name front-mfe-components src/main.ts",
21
+ "lint": "vue-cli-service lint --fix",
22
+ "serve": "vue-cli-service serve",
23
+ "storybook": "storybook dev -p 6006",
24
+ "test:coverage": "jest --updateSnapshot --coverage",
25
+ "test:unit": "jest --updateSnapshot"
26
+ },
27
+ "browserslist": [
28
+ "> 1%",
29
+ "last 2 versions",
30
+ "not dead"
31
+ ],
32
+ "dependencies": {
33
+ "@farm-investimentos/front-mfe-libs-ts": "^2.5.0",
34
+ "@vuepic/vue-datepicker": "^7.2.0",
35
+ "core-js": "^3.6.5",
36
+ "text-mask-addons": "^3.8.0",
37
+ "v-mask": "^2.3.0",
38
+ "vue": "3.3.4",
39
+ "vuetify": "^3.3.22",
40
+ "webpack": "^4.39.3"
41
+ },
42
+ "devDependencies": {
43
+ "@babel/core": "7.17.9",
44
+ "@babel/generator": "7.17.9",
45
+ "@storybook/addon-essentials": "^7.5.0",
46
+ "@storybook/addon-interactions": "^7.5.0",
47
+ "@storybook/addon-links": "^7.5.0",
48
+ "@storybook/blocks": "^7.5.0",
49
+ "@storybook/testing-library": "^0.2.2",
50
+ "@storybook/vue3": "^7.5.0",
51
+ "@storybook/vue3-vite": "^7.5.0",
52
+ "@tsconfig/node18": "^18.2.2",
53
+ "@types/jest": "^29.0.0",
54
+ "@types/node": "^18.17.17",
55
+ "@typescript-eslint/eslint-plugin": "^4.18.0",
56
+ "@typescript-eslint/parser": "^4.18.0",
57
+ "@vitejs/plugin-vue": "^4.3.4",
58
+ "@vue/cli-plugin-babel": "~4.5.0",
59
+ "@vue/cli-plugin-eslint": "~4.5.0",
60
+ "@vue/cli-plugin-typescript": "~4.5.0",
61
+ "@vue/cli-plugin-unit-jest": "^4.5.12",
62
+ "@vue/cli-service": "^4.5.13",
63
+ "@vue/compiler-sfc": "^3.0.0",
64
+ "@vue/eslint-config-typescript": "^7.0.0",
65
+ "@vue/test-utils": "^2.3.2",
66
+ "@vue/tsconfig": "^0.4.0",
67
+ "@vue/vue3-jest": "^29.2.3",
68
+ "babel-eslint": "^10.1.0",
69
+ "babel-jest": "^29.5.0",
70
+ "babel-loader": "^8.3.0",
71
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
72
+ "eslint": "^6.7.2",
73
+ "eslint-plugin-vue": "^7.1.0",
74
+ "npm-run-all2": "^6.0.6",
75
+ "react": "^18.2.0",
76
+ "react-dom": "^18.2.0",
77
+ "sass": "~1.32.0",
78
+ "sass-loader": "^10.0.0",
79
+ "storybook": "^7.5.0",
80
+ "typescript": "~4.1.5",
81
+ "vite": "^4.4.9",
82
+ "vue-loader": "^16.8.3",
83
+ "vue-tsc": "^1.8.11"
84
+ },
85
+ "engines": {
86
+ "node": ">=18.0.0 <20.0.0"
87
+ },
88
+ "publishConfig": {
89
+ "@farm-investimentos:registry": "https://registry.npmjs.org"
90
+ }
91
91
  }
@@ -1,11 +1,8 @@
1
- import AlertBox from './AlertBox.vue';
2
1
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
3
2
  const colors = Object.keys(baseThemeColors);
4
3
 
5
-
6
4
  export default {
7
5
  title: 'Feedback/AlertBox',
8
- component: AlertBox,
9
6
  parameters: {
10
7
  docs: {
11
8
  description: {
@@ -1,5 +1,4 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import AlertReload from './AlertReload';
3
2
 
4
3
  export default {
5
4
  title: 'Feedback/AlertReload',
@@ -16,18 +15,12 @@ export default {
16
15
  };
17
16
 
18
17
  export const Primary = () => ({
19
- components: {
20
- 'farm-alert-reload': AlertReload,
21
- },
22
18
  template: `<div style="width: 480px;">
23
19
  <farm-alert-reload label="Text" />
24
20
  </div>`,
25
21
  });
26
22
 
27
23
  export const Vertical = () => ({
28
- components: {
29
- 'farm-alert-reload': AlertReload,
30
- },
31
24
  template: `<div style="width: 480px;">
32
25
  <farm-alert-reload label="Text" vertical />
33
26
  </div>`,
@@ -1,8 +1,5 @@
1
- import ConfirmButton from './ConfirmButton.vue';
2
-
3
1
  export default {
4
2
  title: 'Buttons/Confirm',
5
- component: ConfirmButton,
6
3
  parameters: {
7
4
  docs: {
8
5
  description: {
@@ -40,7 +37,6 @@ export const Listener = () => ({
40
37
  });
41
38
 
42
39
  export const Iconed = () => ({
43
- components: { ConfirmButton },
44
40
  template: `<div>
45
41
  <ConfirmButton :icon="true">default icon</ConfirmButton>
46
42
  <ConfirmButton :icon="true" customIcon="information-outline">information-outline</ConfirmButton>
@@ -1,8 +1,5 @@
1
- import DangerButton from './DangerButton.vue';
2
-
3
1
  export default {
4
2
  title: 'Buttons/DangerButton',
5
- component: DangerButton,
6
3
  parameters: {
7
4
  docs: {
8
5
  description: {
@@ -1,4 +1,4 @@
1
- import Checkbox from './Checkbox';
1
+ import Checkbox from './Checkbox.vue';
2
2
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
3
3
  import sizes from '../../configurations/sizes';
4
4
  const colors = Object.keys(baseThemeColors);
@@ -1,4 +1,4 @@
1
- import Collapsible from './Collapsible';
1
+ import Collapsible from './Collapsible.vue';
2
2
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
3
3
  const colors = Object.keys(baseThemeColors);
4
4
  const variations = ['', 'darken', 'lighten'];
@@ -1,5 +1,5 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import ContextMenu from './';
2
+ import ContextMenu from './ContextMenu.vue';
3
3
 
4
4
  export default {
5
5
  title: 'Interactions/ContextMenu',
@@ -1,4 +1,4 @@
1
- import DatePicker from './DatePicker';
1
+ import DatePicker from './DatePicker.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Form/DatePicker',
@@ -1,5 +1,5 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import IconBox from './IconBox';
2
+ import IconBox from './IconBox.vue';
3
3
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
4
4
  const colors = Object.keys(baseThemeColors);
5
5
  import sizes from '../../configurations/sizes';
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <section :class="{ 'logger': true, 'logger--horizontal': !vertical, 'logger--left-aligned': align === 'left' }">
3
- <div v-for="(item, index) in items" :key="`logger_item_${index}`">
3
+ <!-- eslint-disable-next-line vue/no-v-for-template-key -->
4
+ <template v-for="(item, index) in items" :key="`logger_item_${index}`">
4
5
  <farm-logger-item :item="item" :class="{
5
6
  'logger__item--horizontal': !vertical,
6
7
  'logger__item--left-aligned': align === 'left',
@@ -9,7 +10,7 @@
9
10
  logger__divider: true,
10
11
  [dividerCssClass(index)]: true,
11
12
  }" :key="'divider_' + index"></div>
12
- </div>
13
+ </template>
13
14
  </section>
14
15
  </template>
15
16
  <script lang="ts">
@@ -1,4 +1,4 @@
1
- import ManagersList from './ManagersList';
1
+ import ManagersList from './ManagersList.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Display/ManagersList',
@@ -1,4 +1,4 @@
1
- import MultipleSelectShortener from './MultipleSelectShortener';
1
+ import MultipleSelectShortener from './MultipleSelectShortener.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Display/MultipleSelectShortener',
@@ -1,4 +1,4 @@
1
- import PromptUserToConfirm from './PromptUserToConfirm';
1
+ import PromptUserToConfirm from './PromptUserToConfirm.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Interactions/PromptUserToConfirm',
@@ -1,4 +1,4 @@
1
- import RadioGroup from './RadioGroup';
1
+ import RadioGroup from './RadioGroup.vue';
2
2
  // import { withDesign } from 'storybook-addon-designs';
3
3
 
4
4
  export default {
@@ -1,5 +1,5 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import RangeDatePicker from './RangeDatePicker';
2
+ import RangeDatePicker from './RangeDatePicker.vue';
3
3
 
4
4
  export default {
5
5
  title: 'Form/RangeDatePicker',
@@ -1,4 +1,4 @@
1
- import ResetTableRowSelection from './ResetTableRowSelection';
1
+ import ResetTableRowSelection from './ResetTableRowSelection.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Interactions/ResetTableRowSelection',
@@ -8,7 +8,7 @@
8
8
  border: 0;
9
9
  }
10
10
 
11
- :deep(#v-data-table--default) {
11
+ :deep(#v-table--default) {
12
12
  thead {
13
13
  display: none;
14
14
  }
@@ -1,8 +1,5 @@
1
- import SelectModalOptions from './SelectModalOptions';
2
-
3
1
  export default {
4
2
  title: 'Interactions/SelectModalOptions',
5
- component: SelectModalOptions,
6
3
  };
7
4
 
8
5
  export const Primary = () => ({
@@ -50,8 +50,6 @@
50
50
  </fieldset>
51
51
  <v-data-table
52
52
  id="v-data-table--default"
53
- hide-default-header
54
- hide-default-footer
55
53
  :headers="headers"
56
54
  :items="items"
57
55
  :options.sync="pagination"
@@ -109,7 +107,7 @@
109
107
  export default {
110
108
  name: 'farm-select-modal-options',
111
109
  components: {
112
- // 'v-data-table': VDataTable,
110
+ // 'v-data-table': VDataTable,
113
111
  },
114
112
  props: {
115
113
  /**
@@ -1,4 +1,4 @@
1
- import Switch from './Switcher';
1
+ import Switch from './Switcher.vue';
2
2
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
3
3
  const colors = Object.keys(baseThemeColors);
4
4
 
@@ -1,4 +1,4 @@
1
- import TableContextMenu from './TableContextMenu';
1
+ import TableContextMenu from './TableContextMenu.vue';
2
2
  // import { withDesign } from 'storybook-addon-designs';
3
3
 
4
4
  export default {
@@ -1,11 +1,9 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import Tooltip from '.';
3
2
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
4
3
  const colors = Object.keys(baseThemeColors);
5
4
 
6
5
  export default {
7
6
  title: 'Interactions/Tooltip',
8
- component: Tooltip,
9
7
  // decorators: [withDesign],
10
8
  parameters: {
11
9
  docs: {
@@ -41,7 +39,7 @@ export const Tooltips = () => ({
41
39
  this is the tooltip for {{ color }}
42
40
  </span>
43
41
  <template v-slot:activator="{ on, attrs }">
44
- {{ color }}
42
+ <farm-bodytext :color="color">{{ color }}</farm-bodytext>
45
43
  </template>
46
44
  </farm-tooltip>
47
45
  </div>`,
@@ -1,8 +1,5 @@
1
- import BodyText from './BodyText';
2
-
3
1
  export default {
4
2
  title: 'Typography/BodyText',
5
- component: BodyText,
6
3
  parameters: {
7
4
  docs: {
8
5
  description: {
@@ -1,4 +1,4 @@
1
- import Caption from './Caption';
1
+ import Caption from './Caption.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Typography/Caption',
@@ -1,4 +1,4 @@
1
- import Heading from './Heading';
1
+ import Heading from './Heading.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Typography/Heading',
@@ -1,8 +1,5 @@
1
- import Small from './Small';
2
-
3
1
  export default {
4
2
  title: 'Typography/Small',
5
- component: Small,
6
3
  parameters: {
7
4
  docs: {
8
5
  description: {
@@ -1,4 +1,4 @@
1
- import Subtitle from './Subtitle';
1
+ import Subtitle from './Subtitle.vue';
2
2
 
3
3
  export default {
4
4
  title: 'Typography/Subtitle',
@@ -1,4 +1,4 @@
1
- import Typography from './Typography';
1
+ import Typography from './Typography.vue';
2
2
  import sizes from '../../configurations/sizes';
3
3
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
4
4
  import bwThemeColors from '../../configurations/_theme-colors-bw.module.scss';
@@ -1,5 +1,5 @@
1
1
  // import { withDesign } from 'storybook-addon-designs';
2
- import ValueCaption from '.';
2
+ import ValueCaption from './ValueCaption.vue';
3
3
  import baseThemeColors from '../../configurations/_theme-colors-base.module.scss';
4
4
  const colors = Object.keys(baseThemeColors);
5
5
 
@@ -126,35 +126,4 @@ export const CustomHtml = () => ({
126
126
  Open
127
127
  </farm-btn>
128
128
  </div>`,
129
- <<<<<<< HEAD
130
- });
131
- =======
132
- });
133
-
134
- export const DisabledHtml = () => ({
135
- methods: {
136
- openDialog() {
137
- this.$dialog
138
- .confirm(
139
- {
140
- title: 'Dialog title',
141
- body: `This is a text with <strong>html markup</strong> and<br />break line!<br />
142
- Also with an <i class="mdi mdi-book"></i>book icon<br />
143
- and some <span style="color: var(--farm-warning-base)">color</span>`,
144
- },
145
- {
146
- html: false,
147
- okText: 'Button',
148
- }
149
- )
150
- .then(() => {})
151
- .catch(() => {});
152
- },
153
- },
154
- template: `<div style="display: flex; flex-direction: column; max-width: 160px; width: 100%;">
155
- <farm-btn @click="openDialog">
156
- Open
157
- </farm-btn>
158
- </div>`,
159
- });
160
- >>>>>>> vuejsdialog
129
+ });
@@ -4,7 +4,7 @@ import { VDataTable } from 'vuetify/labs/components';
4
4
  const headers = [
5
5
  {
6
6
  title: 'ID',
7
- sortable: true,
7
+ sortable: false,
8
8
  value: 'id',
9
9
  width: 80,
10
10
  align: 'left',
@@ -12,7 +12,7 @@ const headers = [
12
12
  {
13
13
  title: 'Name',
14
14
  sortable: false,
15
- value: 'id',
15
+ value: 'name',
16
16
  width: 160,
17
17
  align: 'left',
18
18
  },
@@ -3,3 +3,7 @@
3
3
  @import '../components/DialogFooter/DialogFooter.scss';
4
4
  @import '../components/Typography/Typography.scss';
5
5
  @import '../components/Buttons/DefaultButton/DefaultButton.scss';
6
+
7
+ #farm-dialog-prompt-identifier {
8
+ font-family: 'Manrope';
9
+ }
@@ -19,7 +19,7 @@ $defaultLefts: 0, 4rem, 4rem;
19
19
  border-bottom: none;
20
20
  }
21
21
 
22
- .v-data-table__wrapper {
22
+ .v-table__wrapper {
23
23
  border-top: 1px solid var(--farm-gray-lighten);
24
24
  border-bottom: 1px solid var(--farm-gray-lighten);
25
25
  }
@@ -35,7 +35,7 @@ $defaultLefts: 0, 4rem, 4rem;
35
35
  }
36
36
  }
37
37
 
38
- &.v-data-table>.v-data-table__wrapper>table {
38
+ &.v-table__wrapper>.v-table__wrapper>table {
39
39
 
40
40
  >tbody>tr>td:first-child,
41
41
  >thead>tr>th:first-child {
@@ -68,7 +68,7 @@ $defaultLefts: 0, 4rem, 4rem;
68
68
  padding-left: 24px;
69
69
  }
70
70
 
71
- th[role='columnheader'] {
71
+ th {
72
72
  color: var(--farm-secondary-green-darken);
73
73
  font-size: 14px;
74
74
  font-weight: 700;
@@ -2,7 +2,7 @@
2
2
  max-width: 960px;
3
3
  }
4
4
 
5
- tr.v-data-table__empty-wrapper {
5
+ tr.v-data-table-rows-no-data {
6
6
  td {
7
7
  background-color: white !important;
8
8
  cursor: default !important;
@@ -1,17 +0,0 @@
1
- .v-menu__content {
2
- .v-list--dense .v-list-item .v-list-item__title {
3
- font-weight: bold;
4
- }
5
-
6
- [role='listbox'] {
7
- padding: 0;
8
-
9
- div.v-list-item {
10
- border-bottom: 1px solid var(--farm-gray-lighten2);
11
-
12
- &:last-child {
13
- border-bottom: 0;
14
- }
15
- }
16
- }
17
- }