enerdot-front-system 0.0.28-beta.3 → 0.0.28-beta.4

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.
@@ -1,4 +1,4 @@
1
- import { Options } from '../../../../../../../../../src/lib/types/option';
1
+ import { Options } from '../../types/option';
2
2
  import { ButtonProps } from '../Button';
3
3
  export interface ButtonFilterProps {
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- import { Option } from '../../../../../../../../../../src/lib/types/option';
1
+ import { Option } from '../../../types/option';
2
2
  import { DropdownOption } from '..';
3
3
  interface CheckboxOptionProps {
4
4
  option: DropdownOption;
@@ -1,4 +1,4 @@
1
- import { Option } from '../../../../../../../../../../src/lib/types/option';
1
+ import { Option } from '../../../types/option';
2
2
  import { DropdownOption } from '..';
3
3
  interface RadioOptionProps {
4
4
  option: DropdownOption;
@@ -1,4 +1,4 @@
1
- import { Option } from '../../../../../../../../../../src/lib/types/option';
1
+ import { Option } from '../../../types/option';
2
2
  import { DropdownOption } from '..';
3
3
  interface SelectOptionProps {
4
4
  option: DropdownOption;
@@ -1,4 +1,4 @@
1
- import { Option } from '../../../../../../../../../../src/lib/types/option';
1
+ import { Option } from '../../../types/option';
2
2
  import { DropdownOption } from '..';
3
3
  interface OptionListProps {
4
4
  options: DropdownOption[];
@@ -1,4 +1,4 @@
1
- import { Option, Options } from '../../../../../../../../../src/lib/types/option';
1
+ import { Option, Options } from '../../types/option';
2
2
  import { ButtonProps } from '../Button';
3
3
  export interface DropdownOption extends Option {
4
4
  element?: React.ReactNode;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "enerdot-front-system",
3
3
  "private": false,
4
- "version": "0.0.28-beta.3",
4
+ "version": "0.0.28-beta.4",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "enerdot-front-system",
@@ -27,8 +27,8 @@
27
27
  "lint": "eslint .",
28
28
  "preview": "vite preview",
29
29
  "prepare": "rm -rf dist && tsc && vite build",
30
- "add:package": "yarn add ./enerdot-front-system-v0.0.28-beta.3.tgz",
31
- "reset:package": "yarn remove enerdot-front-system && yarn cache clean && rm -rf ./enerdot-front-system-v0.0.28-beta.3.tgz"
30
+ "add:package": "yarn add ./enerdot-front-system-v0.0.28-beta.4.tgz",
31
+ "reset:package": "yarn remove enerdot-front-system && yarn cache clean && rm -rf ./enerdot-front-system-v0.0.28-beta.4.tgz"
32
32
  },
33
33
  "exports": {
34
34
  ".": {