@foxeltech/angular-ui 0.2.0 → 0.3.1
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/components.css +2 -17
- package/fesm2022/foxeltech-angular-ui.mjs +509 -243
- package/fesm2022/foxeltech-angular-ui.mjs.map +1 -1
- package/package.json +15 -15
- package/src/lib/styles/components.css +2 -17
- package/src/lib/styles/tailwind.css +11 -8
- package/src/lib/styles/tokens.css +131 -0
- package/src/lib/styles/utilities.css +24 -0
- package/src/lib/ui/components/button/button.component.html +4 -1
- package/src/lib/ui/components/checkbox/checkbox.component.html +3 -2
- package/src/lib/ui/components/datetime-picker/datetime-picker.component.html +10 -5
- package/src/lib/ui/components/datetime-picker/datetime-picker.component.scss +3 -0
- package/src/lib/ui/components/drawer/drawer.component.html +78 -61
- package/src/lib/ui/components/drawer/drawer.component.scss +3 -0
- package/src/lib/ui/components/input/input.component.html +15 -3
- package/src/lib/ui/components/kanban-board/kanban-board.component.scss +3 -0
- package/src/lib/ui/components/loading-panel/loading-panel.component.html +53 -53
- package/src/lib/ui/components/master-detail/master-detail.component.css +11 -0
- package/src/lib/ui/components/master-detail/master-detail.component.html +70 -0
- package/src/lib/ui/components/meter/meter.component.html +8 -1
- package/src/lib/ui/components/radio-button/radio-button.component.html +33 -27
- package/src/lib/ui/components/radio-button-toggle/radio-button-toggle.component.html +8 -3
- package/src/lib/ui/components/rich-text-area/rich-text-area.component.scss +3 -0
- package/src/lib/ui/components/search-bar/search-bar.component.html +11 -10
- package/src/lib/ui/components/select/select.component.html +17 -10
- package/src/lib/ui/components/severity-badges/severity-badges.component.html +5 -4
- package/src/lib/ui/components/skeleton-list/skeleton-list.component.html +2 -2
- package/src/lib/ui/components/slider/slider.component.html +20 -15
- package/src/lib/ui/components/switch/switch.component.html +11 -6
- package/src/lib/ui/components/tab-group/tab-group.component.html +44 -27
- package/src/lib/ui/components/tab-group/tab-group.component.scss +3 -0
- package/src/lib/ui/components/tag/tag.component.html +6 -1
- package/src/lib/ui/components/toast/toast.component.html +38 -35
- package/src/lib/ui/components/tree-diagram/tree-diagram.component.html +21 -19
- package/src/lib/ui/dialogs/confirmation/confirmation.component.html +1 -1
- package/tailwind.css +11 -8
- package/tokens.css +131 -0
- package/{index.d.ts → types/foxeltech-angular-ui.d.ts} +123 -34
- package/utilities.css +24 -0
- package/tailwind-config.d.ts +0 -4
- package/tailwind.config.js +0 -113
package/components.css
CHANGED
|
@@ -296,9 +296,6 @@ input[type='password'] {
|
|
|
296
296
|
.txt-card-info-description {
|
|
297
297
|
@apply text-xs font-light text-text-secondary tracking-normal;
|
|
298
298
|
}
|
|
299
|
-
.txt-tag-common {
|
|
300
|
-
@apply font-semibold text-xs;
|
|
301
|
-
}
|
|
302
299
|
.txt-tag-default {
|
|
303
300
|
@apply txt-tag-common text-text-secondary;
|
|
304
301
|
}
|
|
@@ -330,9 +327,6 @@ input[type='password'] {
|
|
|
330
327
|
@apply font-mono text-sm text-text-primary tracking-normal;
|
|
331
328
|
}
|
|
332
329
|
|
|
333
|
-
.btn-common {
|
|
334
|
-
@apply flex text-sm h-10 font-semibold px-xl py-normal items-center justify-center rounded-lg shadow-sm transition-all duration-200 disabled:opacity-50 disabled:pointer-events-none disabled:cursor-not-allowed;
|
|
335
|
-
}
|
|
336
330
|
.btn-default {
|
|
337
331
|
@apply btn-common bg-button-default hover:opacity-75 text-text-inverse;
|
|
338
332
|
}
|
|
@@ -345,9 +339,6 @@ input[type='password'] {
|
|
|
345
339
|
.btn-alternative {
|
|
346
340
|
@apply btn-common hover:bg-bg-hover text-text-primary border border-border-default;
|
|
347
341
|
}
|
|
348
|
-
.btn-menu-common {
|
|
349
|
-
@apply flex flex-row items-center px-semi;
|
|
350
|
-
}
|
|
351
342
|
.btn-menu-top {
|
|
352
343
|
@apply btn-menu-common border-b border-border-default pt-small pb-semi;
|
|
353
344
|
}
|
|
@@ -359,7 +350,7 @@ input[type='password'] {
|
|
|
359
350
|
}
|
|
360
351
|
|
|
361
352
|
.input-default {
|
|
362
|
-
@apply block h-[36px] text-text-primary placeholder:text-text-placeholder bg-bg-primary w-full rounded-md border px-semi py-normal border-border-default focus:outline-none focus:border-2 focus:border-gradient-primary-start text-sm text-text-primary tracking-normal ring-0 transition-colors duration-500 ease-in-out;
|
|
353
|
+
@apply block h-[36px] text-text-primary placeholder:text-text-placeholder bg-bg-primary w-full rounded-md border px-semi py-normal border-border-default focus:outline-none focus:border-2 focus:border-gradient-primary-start focus-visible:ring-2 focus-visible:ring-primary/50 text-sm text-text-primary tracking-normal ring-0 transition-colors duration-500 ease-in-out;
|
|
363
354
|
}
|
|
364
355
|
.input-invalid {
|
|
365
356
|
@apply border-bg-error focus:ring-bg-error focus:border-bg-error;
|
|
@@ -368,12 +359,9 @@ input[type='password'] {
|
|
|
368
359
|
@apply focus:border-2 focus:border-border-hover2 focus:bg-bg-hover2;
|
|
369
360
|
}
|
|
370
361
|
.input-otp {
|
|
371
|
-
@apply bg-bg-primary w-full rounded-md border px-semi py-normal border-border-default focus:outline-none focus:border-2 focus:border-gradient-primary-start text-text-primary ring-0 transition-colors duration-500 ease-in-out;
|
|
362
|
+
@apply bg-bg-primary w-full rounded-md border px-semi py-normal border-border-default focus:outline-none focus:border-2 focus:border-gradient-primary-start focus-visible:ring-2 focus-visible:ring-primary/50 text-text-primary ring-0 transition-colors duration-500 ease-in-out;
|
|
372
363
|
}
|
|
373
364
|
|
|
374
|
-
.card-common {
|
|
375
|
-
@apply text-left px-xl py-large border border-border-default rounded-lg shadow-sm transition-colors duration-500 ease-in-out;
|
|
376
|
-
}
|
|
377
365
|
.card-information {
|
|
378
366
|
@apply card-common hover:opacity-70 hover:shadow-md hover:border-border-selected;
|
|
379
367
|
}
|
|
@@ -384,9 +372,6 @@ input[type='password'] {
|
|
|
384
372
|
@apply flex items-center justify-between rounded-md px-semi py-normal bg-bg-primary mb-normal last:mb-0;
|
|
385
373
|
}
|
|
386
374
|
|
|
387
|
-
.tag-common {
|
|
388
|
-
@apply flex min-w-7 px-[10px] py-[2px] leading-5 hover:opacity-70 items-center justify-center;
|
|
389
|
-
}
|
|
390
375
|
.tag-default {
|
|
391
376
|
@apply tag-common bg-bg-hover;
|
|
392
377
|
}
|