@indice/ng-components 0.3.2-beta.0 → 0.3.2-beta.10
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/_styles.scss +19 -21
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.tab-active {
|
|
282
|
-
@apply border-
|
|
282
|
+
@apply border-gray-500 text-gray-900 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.tab {
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
.card {
|
|
536
|
-
@apply relative h-full border border-gray-200 bg-
|
|
536
|
+
@apply relative h-full border border-gray-200 bg-gray-50 shadow-sm rounded-lg sm:rounded-3xl overflow-hidden;;
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
.card-body {
|
|
@@ -545,11 +545,11 @@
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
.card-header {
|
|
548
|
-
@apply inset-x-0
|
|
548
|
+
@apply inset-x-0 px-4 py-6 sm:py-4 sm:px-6 border-b bg-white border-gray-200;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.card-footer {
|
|
552
|
-
@apply absolute bottom-0 inset-x-0 bg-
|
|
552
|
+
@apply absolute bottom-0 inset-x-0 bg-white px-4 py-4 sm:px-6 border-t border-gray-200;
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
.kpi-tile-title-container {
|
|
@@ -572,12 +572,10 @@
|
|
|
572
572
|
@apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2 sm:gap-x-6 p-4;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
|
|
576
575
|
.gallery-deck-3 {
|
|
577
576
|
@apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 p-4;
|
|
578
577
|
}
|
|
579
578
|
|
|
580
|
-
|
|
581
579
|
.gallery-deck-4 {
|
|
582
580
|
@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;
|
|
583
581
|
}
|
|
@@ -699,7 +697,7 @@
|
|
|
699
697
|
@apply flex flex-wrap -mx-1 items-center;
|
|
700
698
|
}
|
|
701
699
|
.datepicker-year {
|
|
702
|
-
@apply cursor-pointer text-center hover:text-white text-sm rounded-
|
|
700
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
703
701
|
}
|
|
704
702
|
.datepicker-year.selected {
|
|
705
703
|
@apply bg-gray-700 text-white font-medium;
|
|
@@ -713,7 +711,7 @@
|
|
|
713
711
|
}
|
|
714
712
|
|
|
715
713
|
.datepicker-days {
|
|
716
|
-
@apply cursor-pointer text-center hover:text-white text-sm rounded-
|
|
714
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
717
715
|
}
|
|
718
716
|
|
|
719
717
|
.datepicker-days.selected {
|
|
@@ -733,7 +731,7 @@
|
|
|
733
731
|
}
|
|
734
732
|
|
|
735
733
|
.dropdown-button {
|
|
736
|
-
@apply bg-white block w-full rounded-
|
|
734
|
+
@apply bg-white block w-full rounded-md border-0 pl-3 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500
|
|
737
735
|
text-xs leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
738
736
|
}
|
|
739
737
|
|
|
@@ -750,7 +748,7 @@
|
|
|
750
748
|
}
|
|
751
749
|
|
|
752
750
|
.dropdown-ul {
|
|
753
|
-
@apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-
|
|
751
|
+
@apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-md py-1 text-xs ring-1 ring-gray-300 ring-opacity-5 focus:outline-none overflow-x-hidden;
|
|
754
752
|
}
|
|
755
753
|
|
|
756
754
|
.dropdown-li {
|
|
@@ -779,11 +777,11 @@
|
|
|
779
777
|
|
|
780
778
|
|
|
781
779
|
.form-layout-container {
|
|
782
|
-
@apply bg-white shadow-sm border border-gray-200 rounded-
|
|
780
|
+
@apply bg-white shadow-sm border border-gray-200 rounded-xl;
|
|
783
781
|
}
|
|
784
782
|
|
|
785
783
|
.form-header {
|
|
786
|
-
@apply px-4 py-
|
|
784
|
+
@apply px-4 py-4 bg-gray-50 rounded-t-xl h-24 sm:flex sm:items-center sm:justify-between;
|
|
787
785
|
}
|
|
788
786
|
|
|
789
787
|
.form-header-inner {
|
|
@@ -807,7 +805,7 @@
|
|
|
807
805
|
}
|
|
808
806
|
|
|
809
807
|
.form-content-container {
|
|
810
|
-
@apply
|
|
808
|
+
@apply px-4 py-4;
|
|
811
809
|
}
|
|
812
810
|
|
|
813
811
|
.form-content-container-inner {
|
|
@@ -815,7 +813,7 @@
|
|
|
815
813
|
}
|
|
816
814
|
|
|
817
815
|
.form-header-search-input {
|
|
818
|
-
@apply block w-60 bg-gray-50 rounded-
|
|
816
|
+
@apply block w-60 bg-gray-50 rounded-md text-sm text-gray-900 placeholder-gray-500 outline-none;
|
|
819
817
|
}
|
|
820
818
|
|
|
821
819
|
.field-label {
|
|
@@ -827,7 +825,7 @@
|
|
|
827
825
|
}
|
|
828
826
|
|
|
829
827
|
.form-actions {
|
|
830
|
-
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right
|
|
828
|
+
@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;
|
|
831
829
|
}
|
|
832
830
|
|
|
833
831
|
/*
|
|
@@ -3199,15 +3197,15 @@
|
|
|
3199
3197
|
}
|
|
3200
3198
|
|
|
3201
3199
|
.model-view-aside-header-container {
|
|
3202
|
-
@apply bg-white shadow rounded-
|
|
3200
|
+
@apply bg-white shadow-sm border border-gray-200 rounded-xl;
|
|
3203
3201
|
}
|
|
3204
3202
|
|
|
3205
3203
|
.model-view-aside-header-container-inner {
|
|
3206
|
-
@apply flex flex-col justify-self-stretch
|
|
3204
|
+
@apply flex flex-col bg-gray-50 justify-self-stretch rounded-t-xl h-24;
|
|
3207
3205
|
}
|
|
3208
3206
|
|
|
3209
3207
|
.model-view-menu-container {
|
|
3210
|
-
@apply
|
|
3208
|
+
@apply bg-white px-4 py-4 flow-root hidden sm:block rounded-b-xl;
|
|
3211
3209
|
}
|
|
3212
3210
|
|
|
3213
3211
|
.model-view-menu-container-mobile {
|
|
@@ -3960,7 +3958,7 @@
|
|
|
3960
3958
|
}
|
|
3961
3959
|
|
|
3962
3960
|
.tab-active {
|
|
3963
|
-
@apply border-
|
|
3961
|
+
@apply border-gray-500 text-gray-900 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm;
|
|
3964
3962
|
}
|
|
3965
3963
|
|
|
3966
3964
|
.tab {
|
|
@@ -4150,7 +4148,7 @@
|
|
|
4150
4148
|
}
|
|
4151
4149
|
|
|
4152
4150
|
.search-container {
|
|
4153
|
-
@apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow-sm border border-gray-200;
|
|
4151
|
+
@apply relative rounded-md inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 focus:shadow-lg hover:shadow-sm border border-gray-200;
|
|
4154
4152
|
}
|
|
4155
4153
|
/*
|
|
4156
4154
|
.search-input {
|
|
@@ -4158,7 +4156,7 @@
|
|
|
4158
4156
|
} */
|
|
4159
4157
|
|
|
4160
4158
|
.search-input {
|
|
4161
|
-
@apply w-
|
|
4159
|
+
@apply w-64 focus:w-80 rounded-md text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:shadow-lg focus:outline-none focus:ring-0;
|
|
4162
4160
|
}
|
|
4163
4161
|
|
|
4164
4162
|
.search-button {
|