@sapphire-ion/framework 0.30.12 → 0.30.13
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/esm2022/lib/components/login/login.component.mjs +3 -3
- package/fesm2022/sapphire-ion-framework.mjs +2 -2
- package/fesm2022/sapphire-ion-framework.mjs.map +1 -1
- package/lib/components/login/login.component.d.ts +1 -1
- package/lib/components/stepper/step/step.component.d.ts +1 -1
- package/package.json +1 -1
- package/themes/compiled-styles.scss +32 -0
- package/themes/components/login/login.component.scss +12 -12
|
@@ -24,5 +24,5 @@ export declare class DefaultLoginComponent implements OnInit {
|
|
|
24
24
|
OnLogin: EventEmitter<any>;
|
|
25
25
|
Login($event?: KeyboardEvent): Promise<void>;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultLoginComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultLoginComponent, "login", never, {}, { "OnLogin": "OnLogin"; }, never, ["
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultLoginComponent, "login", never, {}, { "OnLogin": "OnLogin"; }, never, ["[slot=logo]", "[slot=end]"], true, never>;
|
|
28
28
|
}
|
|
@@ -9,7 +9,7 @@ export declare class StepComponent implements OnInit {
|
|
|
9
9
|
get index(): number;
|
|
10
10
|
get fill(): boolean;
|
|
11
11
|
get selected(): boolean;
|
|
12
|
-
get _fill():
|
|
12
|
+
get _fill(): 0 | 1;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "step", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["ion-icon, ion-text"], false, never>;
|
|
15
15
|
}
|
package/package.json
CHANGED
|
@@ -1047,6 +1047,10 @@ video {
|
|
|
1047
1047
|
height: 0.5rem;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
+
.h-24 {
|
|
1051
|
+
height: 6rem;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1050
1054
|
.h-3 {
|
|
1051
1055
|
height: 0.75rem;
|
|
1052
1056
|
}
|
|
@@ -1865,6 +1869,11 @@ video {
|
|
|
1865
1869
|
padding-right: 0.25rem;
|
|
1866
1870
|
}
|
|
1867
1871
|
|
|
1872
|
+
.px-10 {
|
|
1873
|
+
padding-left: 2.5rem;
|
|
1874
|
+
padding-right: 2.5rem;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1868
1877
|
.px-2 {
|
|
1869
1878
|
padding-left: 0.5rem;
|
|
1870
1879
|
padding-right: 0.5rem;
|
|
@@ -2217,10 +2226,19 @@ video {
|
|
|
2217
2226
|
display: none;
|
|
2218
2227
|
}
|
|
2219
2228
|
|
|
2229
|
+
.portrait\:size-full {
|
|
2230
|
+
width: 100%;
|
|
2231
|
+
height: 100%;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2220
2234
|
.portrait\:h-32 {
|
|
2221
2235
|
height: 8rem;
|
|
2222
2236
|
}
|
|
2223
2237
|
|
|
2238
|
+
.portrait\:h-40 {
|
|
2239
|
+
height: 10rem;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2224
2242
|
.portrait\:h-full {
|
|
2225
2243
|
height: 100%;
|
|
2226
2244
|
}
|
|
@@ -2253,6 +2271,10 @@ video {
|
|
|
2253
2271
|
justify-content: center;
|
|
2254
2272
|
}
|
|
2255
2273
|
|
|
2274
|
+
.portrait\:p-4 {
|
|
2275
|
+
padding: 1rem;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2256
2278
|
.portrait\:pl-3 {
|
|
2257
2279
|
padding-left: 0.75rem;
|
|
2258
2280
|
}
|
|
@@ -2263,6 +2285,10 @@ video {
|
|
|
2263
2285
|
height: 66.666667%;
|
|
2264
2286
|
}
|
|
2265
2287
|
|
|
2288
|
+
.landscape\:h-full {
|
|
2289
|
+
height: 100%;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2266
2292
|
.landscape\:w-4\/5 {
|
|
2267
2293
|
width: 80%;
|
|
2268
2294
|
}
|
|
@@ -2288,6 +2314,12 @@ video {
|
|
|
2288
2314
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2289
2315
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2290
2316
|
}
|
|
2317
|
+
|
|
2318
|
+
@media (min-width: 1280px) {
|
|
2319
|
+
.landscape\:xl\:max-w-\[60rem\] {
|
|
2320
|
+
max-width: 60rem;
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2291
2323
|
}
|
|
2292
2324
|
|
|
2293
2325
|
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
ion-button{
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
// ion-button{
|
|
2
|
+
// transition: all 1s;
|
|
3
|
+
// }
|
|
4
4
|
|
|
5
|
-
ion-item.ion-touched, ion-item.ion-pristine{
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
5
|
+
// ion-item.ion-touched, ion-item.ion-pristine{
|
|
6
|
+
// --border-width: 0;
|
|
7
|
+
// --border-color: var(--ion-color-dark)
|
|
8
|
+
// --background: transparent !important;
|
|
9
|
+
// transition: border-color .5s;
|
|
10
|
+
// border-radius: 1rem;
|
|
11
|
+
// }
|
|
12
12
|
|
|
13
13
|
$ion-border-base : color-mix(in srgb, var(--ion-color-medium) 30%, transparent 70%);
|
|
14
14
|
$ion-border-contrast : var(--ion-color-medium);
|
|
15
15
|
$ion-border-invalid : color-mix(in srgb, var(--ion-color-danger) 75%, transparent 25%);
|
|
16
16
|
|
|
17
17
|
ion-card{
|
|
18
|
-
@apply rounded-2xl flex justify-center items-center transition-all ease-in-out duration-300 m-0
|
|
18
|
+
@apply rounded-2xl flex justify-center items-center transition-all ease-in-out duration-300 m-0 overflow-hidden shadow-sm;
|
|
19
19
|
ion-card-content{
|
|
20
20
|
@apply p-0;
|
|
21
21
|
}
|
|
22
22
|
background: color-mix(in srgb, var(--ion-color-light) 15%, transparent 93%);
|
|
23
23
|
&:hover{
|
|
24
|
-
|
|
24
|
+
background: color-mix(in srgb, var(--ion-color-dark) 15%, transparent 93%);
|
|
25
25
|
}
|
|
26
26
|
border-bottom-color: $ion-border-contrast;
|
|
27
27
|
border-right-color : $ion-border-base;
|