react-restyle-components 0.3.63 → 0.3.64
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,10 +1,10 @@
|
|
|
1
|
-
import UnCheckbox from './UnCheckbox.svg
|
|
2
|
-
import CheckedBox from './CheckedBox.svg
|
|
3
|
-
import DatePickerSvg from './datePicker.svg
|
|
4
|
-
import CheckedRadio from './checkedRadio.svg
|
|
5
|
-
import UncheckRadio from './uncheckRadio.svg
|
|
6
|
-
import TimerSVG from './timer.svg
|
|
7
|
-
import UpArrow from './UpArrow.svg
|
|
8
|
-
import DownArrow from './DownArrow.svg
|
|
1
|
+
import UnCheckbox from './UnCheckbox.svg';
|
|
2
|
+
import CheckedBox from './CheckedBox.svg';
|
|
3
|
+
import DatePickerSvg from './datePicker.svg';
|
|
4
|
+
import CheckedRadio from './checkedRadio.svg';
|
|
5
|
+
import UncheckRadio from './uncheckRadio.svg';
|
|
6
|
+
import TimerSVG from './timer.svg';
|
|
7
|
+
import UpArrow from './UpArrow.svg';
|
|
8
|
+
import DownArrow from './DownArrow.svg';
|
|
9
9
|
export { UnCheckbox, CheckedBox, DatePickerSvg, CheckedRadio, UncheckRadio, TimerSVG, UpArrow, DownArrow, };
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core-components/src/library/assets/svg/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core-components/src/library/assets/svg/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAC9C,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAC9C,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,OAAO,MAAM,eAAe,CAAC;AACpC,OAAO,SAAS,MAAM,iBAAiB,CAAC;AAExC,OAAO,EACL,UAAU,EACV,UAAU,EACV,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,SAAS,GACV,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
1
|
+
// For Create React App / Webpack - use default imports (not ?react which is Vite-only)
|
|
2
|
+
import UnCheckbox from './UnCheckbox.svg';
|
|
3
|
+
import CheckedBox from './CheckedBox.svg';
|
|
4
|
+
import DatePickerSvg from './datePicker.svg';
|
|
5
|
+
import CheckedRadio from './checkedRadio.svg';
|
|
6
|
+
import UncheckRadio from './uncheckRadio.svg';
|
|
7
|
+
import TimerSVG from './timer.svg';
|
|
8
|
+
import UpArrow from './UpArrow.svg';
|
|
9
|
+
import DownArrow from './DownArrow.svg';
|
|
9
10
|
export { UnCheckbox, CheckedBox, DatePickerSvg, CheckedRadio, UncheckRadio, TimerSVG, UpArrow, DownArrow, };
|
|
10
11
|
// import {ReactComponent as UnCheckbox} from '../../../library/assets/svg/unCheckbox.svg';
|
|
11
12
|
// import {ReactComponent as CheckedBox} from '../../../library/assets/svg/checkedBox.svg';
|