@app-studio/web 0.2.0 → 0.3.3

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,5 +1,5 @@
1
1
  import React, { CSSProperties } from 'react';
2
- import { Elevation } from '../../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { CheckboxStyles, Size } from './Checkbox.type';
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'react';
2
- import { Elevation } from '../../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { Country, CountryPickerStyles, Shape, Size, Variant } from './CountryPicker.type';
5
5
  export interface CountryPickerProps {
@@ -1,5 +1,5 @@
1
1
  import React, { CSSProperties } from 'react';
2
- import { Elevation } from '../../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { DatePickerStyles, Shape, Size, Variant } from './DatePicker.type';
5
5
  export interface DatePickerProps {
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'react';
2
- import { Elevation } from '../../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { SelectStyles, Shape, Size, Variant } from './Select.type';
5
5
  export interface SelectProps {
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'react';
2
- import { Elevation } from '../../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { Size, SwitchStyles } from './Switch.type';
5
5
  export interface SwitchProps {
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from 'react';
2
2
  import { Shadow } from 'app-studio';
3
- import { Elevation } from '../../../../utils/elevation';
3
+ import { Elevation } from 'src/utils/elevation';
4
4
  import { Shape, Size, TextAreaStyles, Variant } from './TextArea.type';
5
5
  export interface TextAreaProps {
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import React, { CSSProperties } from 'react';
2
2
  import { Shadow } from 'app-studio';
3
- import { Elevation } from '../../../../utils/elevation';
3
+ import { Elevation } from 'src/utils/elevation';
4
4
  import { Shape, Size, TextFieldStyles, Variant } from './TextField.type';
5
5
  export interface TextFieldProps {
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import React, { CSSProperties } from 'react';
2
2
  import { Shape, Size, TextFieldStyles, Variant } from '../../../../Layout/configs/Input.type';
3
- import { Elevation } from '../../../../../utils/elevation';
3
+ import { Elevation } from 'src/utils/elevation';
4
4
  import { Shadow } from 'app-studio';
5
5
  export interface ContentProps {
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  import React, { CSSProperties } from 'react';
2
- import { Elevation } from '../../../utils/elevation';
2
+ import { Elevation } from 'src/utils/elevation';
3
3
  import { Shadow } from 'app-studio';
4
4
  import { CloseButtonPosition, Position, Shape, Size } from './Modal.type';
5
5
  export interface ModalProps {