@indice/ng-components 0.4.0-beta.2 → 0.4.0-beta.5

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.
Files changed (39) hide show
  1. package/fesm2022/indice-ng-components.mjs +7 -3
  2. package/fesm2022/indice-ng-components.mjs.map +1 -1
  3. package/index.d.ts +1 -1
  4. package/package.json +3 -2
  5. package/src/assets/styles/advanced-search.css +57 -0
  6. package/src/assets/styles/avatar-initials.css +37 -0
  7. package/src/assets/styles/base.css +36 -0
  8. package/src/assets/styles/cards.css +85 -0
  9. package/src/assets/styles/collapsible-panel.css +24 -0
  10. package/src/assets/styles/combobox.css +28 -0
  11. package/src/assets/styles/components.css +36 -0
  12. package/src/assets/styles/date-picker.component.css +68 -0
  13. package/src/assets/styles/drop-down-menu.css +49 -0
  14. package/src/assets/styles/form-layout.css +52 -0
  15. package/{_styles.scss → src/assets/styles/indice-ng-icons-inline.css} +0 -2038
  16. package/src/assets/styles/language-selection.component.css +11 -0
  17. package/src/assets/styles/list-view-empty-state.css +0 -0
  18. package/src/assets/styles/list-view.css +63 -0
  19. package/{modal.css → src/assets/styles/modal.css} +0 -2
  20. package/src/assets/styles/model-view-layout.css +48 -0
  21. package/src/assets/styles/nav-links.css +66 -0
  22. package/src/assets/styles/notifications-indicator.component.css +39 -0
  23. package/src/assets/styles/pager.css +32 -0
  24. package/src/assets/styles/progress-bar.component.css +15 -0
  25. package/src/assets/styles/shell-layout.css +252 -0
  26. package/src/assets/styles/shell-sidebar-header.css +2 -0
  27. package/src/assets/styles/shell-sidebar-layout.css +125 -0
  28. package/src/assets/styles/shell-sidebar.css +32 -0
  29. package/src/assets/styles/side-pane.css +50 -0
  30. package/src/assets/styles/side-view-layout.css +57 -0
  31. package/src/assets/styles/stepper.css +170 -0
  32. package/src/assets/styles/tab-group.css +28 -0
  33. package/src/assets/styles/toast.css +70 -0
  34. package/src/assets/styles/toggle-button.component.css +52 -0
  35. package/src/assets/styles/toggle-buttons-list.component.css +45 -0
  36. package/src/assets/styles/toggle.css +24 -0
  37. package/src/assets/styles/view-layout.css +89 -0
  38. package/src/styles.css +51 -0
  39. package/src/tailwindcss.css +1 -0
package/index.d.ts CHANGED
@@ -1892,5 +1892,5 @@ declare class IndiceComponentsModule {
1892
1892
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiceComponentsModule>;
1893
1893
  }
1894
1894
 
1895
- export { APP_LANGUAGES, APP_LINKS, APP_NOTIFICATIONS, AddressPipe, AdvancedSearchComponent, AuthCallbackComponent, AuthRenewComponent, AvatarInitialsComponent, BaseListComponent, BreadcrumbComponent, BreadcrumbItem, BreadcrumbRouteData, BreadcrumbService, ClickOutsideDirective, CollapsiblePanelComponent, ComboboxComponent, ComponentLoaderFactory, ContentTileComponent, ContentTileHeaderComponent, ContentTileItemComponent, DatepickerComponent, DefaultShellConfig, DropDownMenuComponent, DurationFormatPipe, EnhancedComboboxComponent, ErrorComponent, ExternalNavLink, FilterClause, FormLayoutComponent, FragmentNavLink, HeaderMetaItem, Icons, IndiceComponentsModule, KpiTileComponent, LIBSTEPPER_ACCESSOR, LIBTABGROUP_ACCESSOR, LibStepComponent, LibStepInfoDirective, LibStepLabelDirective, LibStepperComponent, LibTabComponent, LibTabGroupComponent, LibTabLabelDirective, ListColumnComponent, ListDetailsSectionComponent, ListTileComponent, ListViewComponent, ListViewEmptyStateComponent, ListViewType, LoggedOutComponent, MODAL_CONFIG_DEFAULT_OVERRIDE, MenuOption, Modal, ModalOptions, ModalService, ModelViewLayoutComponent, NULL_TOAST, NavLink, NavLinkSeparator, NavLinksListComponent, NotificationNavLink, OperatorOptions, Operators, PageNotFoundComponent, PagerComponent, PagerPosition, ProgressBarComponent, QueryParameters, RouterViewAction, SCREEN_SIZE, SHELL_CONFIG, ShellFooterComponent, ShellHeaderComponent, ShellLayoutComponent, ShellLayoutType, ShellSidebarComponent, ShellSidebarHeaderComponent, ShortNumberPipe, SidePaneComponent, SidePaneOverlayType, SidePaneSize, SideViewLayoutComponent, SkeletonLoaderComponent, StatsGridComponent, StepState, StepperType, SwitchViewAction, ToastType, ToasterComponent, ToasterContainerComponent, ToasterService, ToggleButtonComponent, ToggleButtonsListComponent, ToggleComponent, UnauthorizedComponent, UserSettingsService, ViewAction, ViewLayoutComponent };
1895
+ export { APP_LANGUAGES, APP_LINKS, APP_NOTIFICATIONS, AddressPipe, AdvancedSearchComponent, AuthCallbackComponent, AuthRenewComponent, AvatarInitialsComponent, BaseListComponent, BreadcrumbComponent, BreadcrumbItem, BreadcrumbRouteData, BreadcrumbService, ClickOutsideDirective, CollapsiblePanelComponent, ComboboxComponent, ComponentLoaderFactory, ContentTileComponent, ContentTileHeaderComponent, ContentTileItemComponent, DatepickerComponent, DefaultShellConfig, DropDownMenuComponent, DurationFormatPipe, EnhancedComboboxComponent, ErrorComponent, ExternalNavLink, FilterClause, FormLayoutComponent, FragmentNavLink, HeaderMetaItem, Icons, IndiceComponentsModule, KpiTileComponent, LIBSTEPPER_ACCESSOR, LIBTABGROUP_ACCESSOR, LibStepComponent, LibStepInfoDirective, LibStepLabelDirective, LibStepperComponent, LibTabComponent, LibTabGroupComponent, LibTabLabelDirective, ListColumnComponent, ListDetailsSectionComponent, ListTileComponent, ListViewComponent, ListViewEmptyStateComponent, ListViewType, LoggedOutComponent, MODAL_CONFIG_DEFAULT_OVERRIDE, MenuOption, Modal, ModalOptions, ModalService, ModelViewLayoutComponent, NULL_TOAST, NavLink, NavLinkSeparator, NavLinksListComponent, NotificationNavLink, OperatorOptions, Operators, PageNotFoundComponent, PagerComponent, PagerPosition, ProgressBarComponent, QueryParameters, RouterViewAction, SCREEN_SIZE, SHELL_CONFIG, ShellFooterComponent, ShellHeaderComponent, ShellLayoutComponent, ShellLayoutType, ShellSidebarComponent, ShellSidebarHeaderComponent, ShortNumberPipe, SidePaneComponent, SidePaneOverlayType, SidePaneSize, SideViewLayoutComponent, SkeletonLoaderComponent, StatsGridComponent, StepSelectedEvent, StepState, StepperType, SwitchViewAction, ToastType, ToasterComponent, ToasterContainerComponent, ToasterService, ToggleButtonComponent, ToggleButtonsListComponent, ToggleComponent, UnauthorizedComponent, UserSettingsService, ViewAction, ViewLayoutComponent };
1896
1896
  export type { CloseInterceptorFn, IAddress, IAppLanguagesService, IAppLinks, IAppNotifications, IDictionary, IResultSet, IScreenSize, IShellConfig, IValidationProblemDetails, SearchOption, SelectInputOption, Toast, UserSettingKey };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.4.0-beta.2",
3
+ "version": "0.4.0-beta.5",
4
4
  "description": "Indice common components for Angular v18",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,9 +25,10 @@
25
25
  "@angular/common": ">=20.0.0",
26
26
  "@angular/core": ">=20.0.0",
27
27
  "@angular/router": ">=20.0.0",
28
- "@indice/ng-auth": ">=0.3.5",
28
+ "@indice/ng-auth": ">=0.3.5 || 0.4.0-beta.4",
29
29
  "oidc-client-ts": "^3.0.1",
30
30
  "rxjs": ">=7.8.1",
31
+ "tailwindcss": "^4.1.16",
31
32
  "uuid": ">=13.0.0"
32
33
  },
33
34
  "module": "fesm2022/indice-ng-components.mjs",
@@ -0,0 +1,57 @@
1
+
2
+
3
+ .advanced-search-container {
4
+
5
+ }
6
+
7
+ .advanced-search-filter {
8
+ @apply flex gap-6 mb-2 pr-2;
9
+ }
10
+
11
+ .advanced-search-filter-field-container {
12
+
13
+ }
14
+
15
+ .advanced-search-filter-value-container {
16
+ @apply flex gap-6 mb-6;
17
+ }
18
+
19
+ .advanced-search-filter-field-label {
20
+
21
+ }
22
+
23
+ .advanced-search-filter-value-label {
24
+ @apply block;
25
+ }
26
+
27
+ .advanced-search-filter-operator-container {
28
+
29
+ }
30
+
31
+ .advanced-search-filter-operator-label {
32
+ @apply block;
33
+ }
34
+
35
+ .advanced-search-filter-value-input {
36
+ @apply w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-12 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm;
37
+ }
38
+
39
+ .advanced-search-filter-value-input-daterange-from {
40
+ @apply mt-6 p-2;
41
+ }
42
+
43
+ .advanced-search-filter-value-input-daterange-to {
44
+ @apply mt-6 p-2;
45
+ }
46
+
47
+ .advanced-search-chips {
48
+ @apply inline-flex rounded-full items-center mx-2 mb-4 py-1 pl-3 pr-1 text-sm font-medium bg-gray-300 text-gray-700;
49
+ }
50
+
51
+ .advanced-search-chips-remove-filter {
52
+ @apply flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-gray-400 hover:bg-gray-200 hover:text-gray-500 focus:outline-none focus:bg-gray-500 focus:text-white;
53
+ }
54
+
55
+ .advanced-search-chips.disabled .advanced-search-chips-remove-filter:active {
56
+ @apply transform-none;
57
+ }
@@ -0,0 +1,37 @@
1
+
2
+
3
+ .avatar-container {
4
+ @apply inline-flex items-center justify-center h-8 w-8 rounded-full overflow-hidden;
5
+ }
6
+
7
+ .avatar-container-large {
8
+ @apply inline-flex items-center justify-center h-12 w-12 rounded-full;
9
+ }
10
+
11
+ .avatar-text {
12
+ @apply text-sm font-medium leading-none text-blue-300;
13
+ }
14
+
15
+ .avatar-text-large {
16
+ @apply text-xl font-medium leading-none text-white;
17
+ }
18
+
19
+
20
+ .circle {
21
+ display: flex;
22
+ justify-content: center;
23
+ align-items: center;
24
+ }
25
+
26
+ .circle img {
27
+ border-radius: 50%;
28
+ width: 60px;
29
+ height: 60px;
30
+ }
31
+
32
+ .circle .initials {
33
+ color: #FFFFFF;
34
+ font-size: 20px;
35
+ line-height: 19px;
36
+ letter-spacing: 0.2625px;
37
+ }
@@ -0,0 +1,36 @@
1
+ @reference tailwindcss;
2
+
3
+ @layer base {
4
+ html {
5
+ scroll-behavior: smooth !important;
6
+ }
7
+
8
+ input {
9
+ outline: none;
10
+ }
11
+
12
+ input[type=number] {
13
+ outline: none;
14
+ }
15
+
16
+ textarea {
17
+ outline: none;
18
+ }
19
+
20
+ h1 {
21
+ @apply text-2xl;
22
+ }
23
+
24
+ h2 {
25
+ @apply text-xl;
26
+ }
27
+
28
+ h3 {
29
+ @apply text-lg;
30
+ }
31
+
32
+ a {
33
+ @apply text-gray-600;
34
+ }
35
+
36
+ }
@@ -0,0 +1,85 @@
1
+
2
+ .card-deck-busy{
3
+ @apply animate-pulse;
4
+ }
5
+
6
+ .cards-deck-1 {
7
+ @apply grid grid-cols-1 gap-0 sm:grid-cols-1 lg:grid-cols-1;
8
+ }
9
+
10
+ .cards-deck-2 {
11
+ @apply grid grid-cols-1 gap-5 sm:grid-cols-1 lg:grid-cols-2;
12
+ }
13
+
14
+ .cards-deck-3 {
15
+ @apply grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-3;
16
+ }
17
+
18
+ .cards-deck-4 {
19
+ @apply grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-4;
20
+ }
21
+
22
+ .card {
23
+ @apply relative h-full border border-gray-200 bg-gray-50 shadow-sm rounded-lg sm:rounded-3xl overflow-hidden;;
24
+ }
25
+
26
+ .card-body {
27
+ @apply pt-2 px-4 pb-12 sm:pt-6 sm:px-6;
28
+ }
29
+
30
+ .card-img-top {
31
+ @apply object-cover w-full h-48;
32
+ }
33
+
34
+ .card-header {
35
+ @apply inset-x-0 px-4 py-6 sm:py-4 sm:px-6 border-b bg-white border-gray-200;
36
+ }
37
+
38
+ .card-footer {
39
+ @apply absolute bottom-0 inset-x-0 bg-white px-4 py-4 sm:px-6 border-t border-gray-200;
40
+ }
41
+
42
+ .kpi-tile-title-container {
43
+ @apply uppercase mb-2 overflow-ellipsis overflow-hidden;
44
+ }
45
+
46
+ .kpi-tile-action {
47
+ @apply hover:text-gray-500;
48
+ }
49
+
50
+ .kpi-tile-value {
51
+ @apply text-6xl font-thin my-6;
52
+ }
53
+
54
+ .gallery-deck-1 {
55
+ @apply grid grid-cols-1 p-4 gap-x-6 sm:grid-cols-2;
56
+ }
57
+
58
+ .gallery-deck-2 {
59
+ @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2 sm:gap-x-6 p-4;
60
+ }
61
+
62
+ .gallery-deck-3 {
63
+ @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 p-4;
64
+ }
65
+
66
+ .gallery-deck-4 {
67
+ @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8 p-4;
68
+ }
69
+
70
+ .tile-card-footer {
71
+ @apply absolute bottom-0 inset-x-0 bg-gradient-to-b from-transparent to-gray-50 px-2 pb-4 sm:px-4;
72
+ }
73
+
74
+ .tile-card-item-btn {
75
+ @apply inline-flex mx-1 items-center rounded-full border border-transparent p-1 text-white shadow-sm focus:outline-none;
76
+ }
77
+
78
+ .tile-card-item-btn-selected {
79
+ @apply bg-slate-700 ring-slate-700 ring-1 ring-offset-1;
80
+ }
81
+
82
+ .tile-card-item-btn-available {
83
+ @apply bg-slate-500 hover:bg-slate-700 ring-0;
84
+ }
85
+
@@ -0,0 +1,24 @@
1
+
2
+ .collapsible-panel-container {
3
+ @apply bg-white border border-gray-200 mb-2;
4
+ }
5
+
6
+ .collapsible-panel-container-shadow {
7
+ @apply shadow-sm;
8
+ }
9
+
10
+ .collapsible-panel-container-inner {
11
+ @apply relative border-b border-gray-200;
12
+ }
13
+
14
+ .collapsible-panel-button {
15
+ @apply w-full px-8 py-6 text-left;
16
+ }
17
+
18
+ .collapsible-panel-button-content-container {
19
+ @apply flex items-center justify-between;
20
+ }
21
+
22
+ .collapsible-panel-content-container {
23
+ @apply relative overflow-hidden transition-all duration-700;
24
+ }
@@ -0,0 +1,28 @@
1
+
2
+ .combobox-wrapper {
3
+ @apply relative mt-1;
4
+ }
5
+
6
+ .combobox-input {
7
+ @apply w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-12 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 sm:text-sm;
8
+ }
9
+
10
+ .combobox-icons {
11
+ @apply absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none;
12
+ }
13
+
14
+ .combobox-results {
15
+ @apply absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-black/5 focus:outline-none sm:text-sm;
16
+ }
17
+
18
+ .combobox-default-item-template {
19
+ @apply hover:bg-gray-100 relative cursor-pointer select-none py-2 pl-3 pr-3 block truncate;
20
+ }
21
+
22
+ .combobox-selected-item-wrapper {
23
+ @apply relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400;
24
+ }
25
+
26
+ .combobox-selected-item-remove-btn {
27
+ @apply cursor-pointer bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500;
28
+ }
@@ -0,0 +1,36 @@
1
+
2
+
3
+ .md-visible {
4
+ @apply hidden md:block;
5
+ }
6
+
7
+ .btn-outline {
8
+ @apply focus:outline-none bg-transparent text-gray-700 text-sm hover:text-gray-800 px-2.5 py-1.5 border border-gray-500 hover:border-gray-600 rounded-sm;
9
+ }
10
+
11
+ .btn-outline:disabled {
12
+ @apply focus:outline-none bg-transparent text-gray-400 text-sm px-2.5 py-1.5 border border-gray-300 rounded-sm cursor-not-allowed;
13
+ }
14
+
15
+
16
+ .btn-view-header {
17
+ @apply text-base focus:outline-none inline-flex items-center justify-center h-8 text-white transition-colors duration-150 rounded-md hover:shadow-sm hover:bg-gray-800;
18
+ }
19
+
20
+
21
+ .sidebar .btn-view-header {
22
+ @apply text-base focus:outline-none inline-flex items-center justify-center h-8 text-gray-900 transition-colors duration-150 rounded-md hover:shadow-sm hover:bg-gray-800 hover:text-white;
23
+ }
24
+
25
+ .btn-form-view-header {
26
+ @apply text-base focus:outline-none inline-flex items-center justify-center w-10 h-10 text-gray-700 transition-colors duration-150 rounded-sm hover:shadow-sm hover:bg-gray-50;
27
+ }
28
+
29
+ .btn-form-view-header-search {
30
+ @apply rounded-l-none text-base focus:outline-none inline-flex items-center justify-center w-10 h-10 text-gray-700 transition-colors duration-150 rounded-sm hover:shadow-sm hover:bg-gray-50;
31
+ }
32
+
33
+ .selected-view-indicator {
34
+ @apply absolute top-0 right-0 block ml-2 h-1.5 w-1.5 rounded-full ring-1 ring-white bg-blue-300;
35
+ }
36
+
@@ -0,0 +1,68 @@
1
+ .datepicker-container {
2
+ @apply relative rounded-lg inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 border border-gray-300;
3
+ }
4
+
5
+ .datepicker-input {
6
+ @apply w-full rounded-lg text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:outline-none focus:ring-0;
7
+ }
8
+
9
+ .datepicker-button {
10
+ @apply mr-1 text-xs focus:outline-none inline-flex items-center justify-center w-6 h-6 text-gray-800 hover:text-gray-900;
11
+ }
12
+
13
+ .datepicker-background {
14
+ @apply bg-gray-100 mt-10 rounded-lg shadow-md p-4 left-0 z-50 w-full;
15
+ }
16
+ .datepicker-btn-wrapper {
17
+ @apply flex justify-between items-center mb-2;
18
+ }
19
+
20
+ .datepicker-selected-month {
21
+ @apply text-lg font-bold text-gray-800;
22
+ }
23
+ .datepicker-selected-year {
24
+ @apply ml-1 text-lg text-gray-600 font-normal;
25
+ }
26
+ .datepicker-nav-btn {
27
+ @apply transition ease-in-out duration-100 inline-flex cursor-pointer hover:bg-gray-200 p-1 rounded-full disabled:opacity-25;
28
+ }
29
+ .datepicker-nav-btn svg {
30
+ @apply h-6 w-6 text-gray-500 inline-flex;
31
+ }
32
+ .datepicker-wrapper {
33
+ @apply flex flex-wrap mb-3 -mx-1;
34
+ }
35
+ .datepicker-day-name {
36
+ @apply text-gray-800 font-medium text-center text-sm uppercase;
37
+ }
38
+ .datepicker-content-wrapper {
39
+ @apply flex flex-wrap -mx-1 items-center;
40
+ }
41
+ .datepicker-year {
42
+ @apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
43
+ }
44
+ .datepicker-year.selected {
45
+ @apply bg-gray-700 text-white font-medium;
46
+ }
47
+ .datepicker-year.not-selected {
48
+ @apply text-gray-800 hover:bg-gray-800;
49
+ }
50
+
51
+ .datepicker-blank-days {
52
+ @apply text-center border p-1 border-transparent text-sm opacity-50;
53
+ }
54
+
55
+ .datepicker-days {
56
+ @apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
57
+ }
58
+
59
+ .datepicker-days.selected {
60
+ @apply bg-gray-700 text-white font-medium;
61
+ }
62
+ .datepicker-days.not-selected {
63
+ @apply text-gray-800 hover:bg-gray-800;
64
+ }
65
+
66
+ .datepicker-days.out-of-range{
67
+ @apply cursor-not-allowed opacity-25;
68
+ }
@@ -0,0 +1,49 @@
1
+
2
+ .dropdown-container {
3
+ @apply relative w-auto;
4
+ }
5
+
6
+ .dropdown-button {
7
+ @apply bg-white block w-full rounded-lg border pl-3 py-1.5 pr-10 ring-0 placeholder:text-gray-300 focus:border-gray-500 hover:border-gray-400
8
+ text-sm leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:border-gray-300;
9
+ }
10
+
11
+ .dropdown-selected-text {
12
+ @apply truncate w-full inline-flex items-start place-items-center;
13
+ }
14
+
15
+ .dropdown-button-icon {
16
+ @apply absolute inset-y-0 right-1 flex items-center pointer-events-none;
17
+ }
18
+
19
+ .dropdown-arrow {
20
+ @apply h-5 w-5 text-gray-600;
21
+ }
22
+
23
+ .dropdown-ul {
24
+ @apply absolute z-50 mt-1 w-auto bg-white shadow max-h-60 rounded-lg py-1 text-xs ring-1 ring-gray-300 ring-black/5 focus:outline-none overflow-x-hidden;
25
+ }
26
+
27
+ .dropdown-li {
28
+ @apply text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9 hover:bg-gray-100 min-w-max;
29
+ }
30
+
31
+ .dropdown-li-selected {
32
+ @apply text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9 min-w-max;
33
+ }
34
+
35
+ .dropdown-li-text {
36
+ @apply font-normal truncate inline-flex items-center ;
37
+ }
38
+
39
+ .dropdown-li-selected-text {
40
+ @apply font-semibold truncate inline-flex items-center ;
41
+ }
42
+
43
+ .dropdown-li-selected-indicator-container {
44
+ @apply text-gray-600 absolute inset-y-0 right-0 flex items-center pr-4;
45
+ }
46
+
47
+ .dropdown-li-selected-indicator {
48
+ @apply h-5 w-5;
49
+ }
@@ -0,0 +1,52 @@
1
+
2
+ .form-layout-container {
3
+ @apply bg-white shadow-sm border border-gray-200 rounded-xl;
4
+ }
5
+
6
+ .form-header {
7
+ @apply px-4 py-4 bg-gray-50 rounded-t-xl h-24 sm:flex sm:items-center sm:justify-between;
8
+ }
9
+
10
+ .form-header-inner {
11
+ @apply flex-1 min-w-0;
12
+ }
13
+
14
+ .form-header-image {
15
+ @apply w-12 h-12;
16
+ }
17
+
18
+ .form-title {
19
+ @apply text-lg leading-6 font-medium text-gray-900;
20
+ }
21
+
22
+ .form-subtitle {
23
+ @apply mt-1 max-w-2xl text-sm text-gray-500;
24
+ }
25
+
26
+ .form-header-actions {
27
+ @apply mt-4 flex md:mt-0 md:ml-4;
28
+ }
29
+
30
+ .form-content-container {
31
+ @apply px-4 py-4;
32
+ }
33
+
34
+ .form-content-container-inner {
35
+ @apply flex flex-col pt-4;
36
+ }
37
+
38
+ .form-header-search-input {
39
+ @apply block w-60 bg-gray-50 rounded-md text-sm text-gray-900 placeholder-gray-500 outline-none;
40
+ }
41
+
42
+ .field-label {
43
+ @apply block text-sm py-2 font-medium text-gray-500;
44
+ }
45
+
46
+ .field-info {
47
+ @apply mt-2 text-xs text-gray-400 py-2;
48
+ }
49
+
50
+ .form-actions {
51
+ @apply -mx-4 -mb-4 mt-4 px-4 sm:px-6 py-3 bg-gray-100 text-gray-700 text-right flex justify-end rounded-b-xl;
52
+ }