Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit bc20f59

Browse files
refactor: move colors to styles components package
Signed-off-by: peterpeterparker <[email protected]>
1 parent 0819fa4 commit bc20f59

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

studio/src/app/components/editor/color/app-color-code/app-color-code.tsx renamed to studio/src/app/components/editor/styles/element/app-color-code/app-color-code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Component, Element, Event, EventEmitter, h, Prop, State} from '@stencil/core';
22
import {alertController, RangeChangeEventDetail} from '@ionic/core';
3-
import {ColorUtils, InitStyleColor} from '../../../../utils/editor/color.utils';
3+
import {ColorUtils, InitStyleColor} from '../../../../../utils/editor/color.utils';
44

55
enum CodeColorType {
66
COMMENTS,

studio/src/app/components/editor/color/app-color-chart/app-color-chart.tsx renamed to studio/src/app/components/editor/styles/slide/app-color-chart/app-color-chart.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {Component, Element, Event, EventEmitter, h, Method, Prop, State} from '@stencil/core';
22
import {RangeChangeEventDetail} from '@ionic/core';
33

4-
import {SlideChartType} from '../../../../models/data/slide';
4+
import {SlideChartType} from '../../../../../models/data/slide';
55

6-
import {ColorUtils, InitStyleColor} from '../../../../utils/editor/color.utils';
7-
import {ChartUtils} from '../../../../utils/editor/chart.utils';
6+
import {ColorUtils, InitStyleColor} from '../../../../../utils/editor/color.utils';
7+
import {ChartUtils} from '../../../../../utils/editor/chart.utils';
88

99
enum ApplyColorType {
1010
FILL,

studio/src/app/components/editor/color/app-color-qrcode/app-color-qrcode.tsx renamed to studio/src/app/components/editor/styles/slide/app-color-qrcode/app-color-qrcode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Component, Element, Event, EventEmitter, h, Method, Prop, State} from '@stencil/core';
22
import {RangeChangeEventDetail} from '@ionic/core';
33

4-
import {ColorUtils, InitStyleColor} from '../../../../utils/editor/color.utils';
4+
import {ColorUtils, InitStyleColor} from '../../../../../utils/editor/color.utils';
55

66
enum ApplyColorType {
77
QR_CODE,

studio/src/app/components/editor/color/app-color-sides/app-color-sides.tsx renamed to studio/src/app/components/editor/styles/slide/app-color-sides/app-color-sides.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Component, Element, Event, EventEmitter, h, Method, Prop, State} from '@stencil/core';
22
import {RangeChangeEventDetail} from '@ionic/core';
33

4-
import {ColorUtils, InitStyleColor} from '../../../../utils/editor/color.utils';
4+
import {ColorUtils, InitStyleColor} from '../../../../../utils/editor/color.utils';
55

66
enum ApplyColorType {
77
FONT,

0 commit comments

Comments
 (0)