@flower-city-online/itinerary-lib 0.0.37 → 0.0.39
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.
- package/README.md +43 -0
- package/esm2022/lib/itinerary-app/itinerary-lib.module.mjs +13 -18
- package/fesm2022/flower-city-online-itinerary-lib.mjs +11 -16
- package/fesm2022/flower-city-online-itinerary-lib.mjs.map +1 -1
- package/lib/itinerary-app/itinerary-lib.module.d.ts +5 -6
- package/package.json +2 -1
- package/src/lib/itinerary-app/_styles/tailwind.scss +74 -0
|
@@ -2,18 +2,17 @@ import { HttpBackend } from '@angular/common/http';
|
|
|
2
2
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./itinerary-lib.component";
|
|
5
|
-
import * as i2 from "@angular/
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
6
|
import * as i3 from "@ngx-translate/core";
|
|
7
7
|
import * as i4 from "@naniteninja/ionic-lib";
|
|
8
8
|
import * as i5 from "@angular/forms";
|
|
9
9
|
import * as i6 from "@ionic/angular";
|
|
10
|
-
import * as i7 from "@angular/
|
|
11
|
-
import * as i8 from "
|
|
12
|
-
import * as i9 from "./
|
|
13
|
-
import * as i10 from "./itinerary-lib-routing.module";
|
|
10
|
+
import * as i7 from "@angular/material/dialog";
|
|
11
|
+
import * as i8 from "./modules/user/user.module";
|
|
12
|
+
import * as i9 from "./itinerary-lib-routing.module";
|
|
14
13
|
export declare const httpLoaderFactory: (http: HttpBackend) => TranslateHttpLoader;
|
|
15
14
|
export declare class ItineraryLibModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItineraryLibModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ItineraryLibModule, [typeof i1.ItineraryLibComponent], [typeof i2.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ItineraryLibModule, [typeof i1.ItineraryLibComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.ButtonsModule, typeof i5.FormsModule, typeof i6.IonicModule, typeof i5.ReactiveFormsModule, typeof i4.LibModalModule, typeof i4.ToggleModule, typeof i4.RangeSelectorModule, typeof i7.MatDialogModule, typeof i8.UserModule, typeof i9.ItineraryLibRoutingModule, typeof i4.NextsapienComponentLibModule], [typeof i1.ItineraryLibComponent, typeof i9.ItineraryLibRoutingModule]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<ItineraryLibModule>;
|
|
19
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flower-city-online/itinerary-lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^17.3.10",
|
|
6
6
|
"@angular/core": "^17.3.10",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"src/assets/**/*",
|
|
32
32
|
"src/lib/itinerary-app/styles.scss",
|
|
33
33
|
"src/lib/itinerary-app/_styles/**/*",
|
|
34
|
+
"styles.css",
|
|
34
35
|
"README.md"
|
|
35
36
|
],
|
|
36
37
|
"module": "fesm2022/flower-city-online-itinerary-lib.mjs",
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// Tailwind CSS directives
|
|
2
|
+
@tailwind base;
|
|
3
|
+
@tailwind components;
|
|
4
|
+
@tailwind utilities;
|
|
5
|
+
|
|
6
|
+
// Custom Tailwind utilities and components from the main styles
|
|
7
|
+
@layer base {
|
|
8
|
+
.active-link {
|
|
9
|
+
@apply px-3 py-2 rounded-full bg-primary text-white;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.h1 {
|
|
13
|
+
@apply text-[48px] leading-tight md:text-[55px] md:leading-[1.3] mb-4 font-bold;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.h2 {
|
|
17
|
+
@apply text-[33px] leading-tight md:text-[46px] md:leading-[1.3] mb-4 font-bold;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.h3 {
|
|
21
|
+
@apply text-[26px] leading-tight md:text-[36px] md:leading-[1.3] mb-4 font-semibold;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
p {
|
|
25
|
+
@apply leading-[1.3] text-gray-30 text-[14px];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@layer utilities {
|
|
30
|
+
// Container utilities
|
|
31
|
+
.max-container {
|
|
32
|
+
@apply mx-auto max-w-[1440px];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.padding-container {
|
|
36
|
+
@apply px-6 lg:px-14 3xl:px-0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.max-padd-container {
|
|
40
|
+
@apply mx-auto max-w-[1440px] px-5 lg:px-14 3xl:px-0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.max-padd-container-none {
|
|
44
|
+
@apply mx-auto max-w-[1440px] px-0 lg:px-0 3xl:px-0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.max-padd-container2 {
|
|
48
|
+
@apply mx-auto max-w-[1440px] px-6 lg:px-7 3xl:px-0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Flex utilities
|
|
52
|
+
.flexCenter {
|
|
53
|
+
@apply flex items-center justify-center;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.flexBetween {
|
|
57
|
+
@apply flex items-center justify-between;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.flexStart {
|
|
61
|
+
@apply flex items-center justify-start;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.flexEnd {
|
|
65
|
+
@apply flex items-center justify-end;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Note: Custom button utilities (btn-white, btn-light, btn-dark, etc.)
|
|
70
|
+
// that use medium-15, medium-12, and outset-shadow classes are available
|
|
71
|
+
// in the full styles.scss file. Import both files if you need them:
|
|
72
|
+
// 1. Import this compiled CSS for Tailwind utilities
|
|
73
|
+
// 2. Import styles.scss for custom SCSS classes
|
|
74
|
+
|