@itilite/lumina-ui 1.0.11-alpha → 1.0.13-alpha

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/dist/styles.css CHANGED
@@ -762,16 +762,6 @@
762
762
 
763
763
 
764
764
  /* CSS Modules */
765
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
766
- .LoadingSpinner-module__spinnerContainer___DiPLf {
767
- display: flex;
768
- justify-content: center;
769
- align-items: center;
770
- height: 100%;
771
- margin-top: 2rem;
772
- margin-bottom: 2rem;
773
- }
774
-
775
765
  /* src/atom/Checkbox/Checkbox.module.scss */
776
766
  .Checkbox-module__checkbox___xxg5L {
777
767
  display: flex;
@@ -870,6 +860,19 @@
870
860
  background: white;
871
861
  }
872
862
 
863
+ /* src/atom/Tooltip/Tooltip.module.scss */
864
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
865
+ background-color: white !important;
866
+ color: #111827;
867
+ border-radius: 0.5rem;
868
+ padding: 0.625rem;
869
+ --tw-text-opacity: 1;
870
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
871
+ }
872
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
873
+ background-color: white !important;
874
+ }
875
+
873
876
  /* src/atom/Slider/Slider.module.scss */
874
877
  .Slider-module__label___9Uea- {
875
878
  font-size: 13px;
@@ -1100,19 +1103,6 @@
1100
1103
  outline: none;
1101
1104
  }
1102
1105
 
1103
- /* src/atom/Tooltip/Tooltip.module.scss */
1104
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
1105
- background-color: white !important;
1106
- color: #111827;
1107
- border-radius: 0.5rem;
1108
- padding: 0.625rem;
1109
- --tw-text-opacity: 1;
1110
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1111
- }
1112
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1113
- background-color: white !important;
1114
- }
1115
-
1116
1106
  /* src/atom/Switch/Switch.module.scss */
1117
1107
  .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1118
1108
  height: 0.75rem;
@@ -1191,6 +1181,180 @@
1191
1181
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1192
1182
  }
1193
1183
 
1184
+ /* src/atom/Radio/Radio.module.scss */
1185
+ .Radio-module__radio___1CPAk {
1186
+ display: flex;
1187
+ align-items: center;
1188
+ }
1189
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1190
+ height: 16px;
1191
+ width: 16px;
1192
+ }
1193
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1194
+ height: 20px;
1195
+ width: 20px;
1196
+ }
1197
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1198
+ height: 24px;
1199
+ width: 24px;
1200
+ }
1201
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1202
+ border-color: #EC5D25;
1203
+ background-color: #EC5D25;
1204
+ }
1205
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1206
+ border-color: #B94710;
1207
+ background-color: #B94710;
1208
+ }
1209
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1210
+ outline: 2px solid #0A65E7;
1211
+ }
1212
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1213
+ cursor: not-allowed;
1214
+ }
1215
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1216
+ border-color: #B6BAC3;
1217
+ background-color: #B6BAC3;
1218
+ }
1219
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1220
+ transform: scale(0.375);
1221
+ background-color: #FFFFFF;
1222
+ }
1223
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1224
+ border-color: #B6BAC3;
1225
+ }
1226
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1227
+ border-color: #6B7280;
1228
+ }
1229
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1230
+ outline: 2px solid #0A65E7;
1231
+ }
1232
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1233
+ cursor: not-allowed;
1234
+ }
1235
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1236
+ border-color: #B6BAC3;
1237
+ background-color: #F9FAFB;
1238
+ }
1239
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1240
+ color: #363E4F;
1241
+ font-weight: 400;
1242
+ font-size: 0.875rem;
1243
+ line-height: 20px;
1244
+ }
1245
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1246
+ color: #363E4F;
1247
+ font-weight: 500;
1248
+ font-size: 0.875rem;
1249
+ line-height: 20px;
1250
+ }
1251
+
1252
+ /* src/atom/Modal/Modal.module.scss */
1253
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1254
+ margin-top: 0;
1255
+ margin-top: 0px;
1256
+ }
1257
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1258
+ padding: 24px;
1259
+ padding: 1.5rem;
1260
+ display: flex;
1261
+ justify-content: flex-end;
1262
+ }
1263
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1264
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1265
+ min-width: 92px;
1266
+ }
1267
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1268
+ padding: 24px;
1269
+ padding: 1.5rem;
1270
+ padding-top: 0px;
1271
+ display: flex;
1272
+ justify-content: flex-end;
1273
+ }
1274
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1275
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1276
+ width: 50%;
1277
+ }
1278
+ .Modal-module__modal___PKrAi .ant-modal-content {
1279
+ padding: 0;
1280
+ border-radius: 0.75rem;
1281
+ padding: 0px;
1282
+ }
1283
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1284
+ margin-bottom: 0px;
1285
+ padding: 1rem;
1286
+ }
1287
+ @media (min-width: 576px) {
1288
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1289
+ padding: 1.5rem;
1290
+ }
1291
+ }
1292
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1293
+ justify-content: flex-start;
1294
+ padding-right: 1.25rem;
1295
+ font-size: 1.25rem;
1296
+ font-weight: 500;
1297
+ line-height: 1.75rem;
1298
+ --tw-text-opacity: 1;
1299
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1300
+ }
1301
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1302
+ display: flex;
1303
+ align-items: flex-end;
1304
+ justify-content: center;
1305
+ }
1306
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1307
+ display: flex;
1308
+ align-items: center;
1309
+ justify-content: center;
1310
+ }
1311
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1312
+ padding: 0 1.5rem 1.5rem;
1313
+ max-height: 65vh;
1314
+ overflow: auto;
1315
+ }
1316
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1317
+ top: 1.5rem;
1318
+ right: 1.5rem;
1319
+ padding-bottom: 0.25rem;
1320
+ }
1321
+ .Modal-module__modal___PKrAi .ant-btn-primary {
1322
+ margin-inline-start: 0.5rem;
1323
+ }
1324
+
1325
+ /* src/molecules/UserProfile/UserProfile.module.scss */
1326
+ .UserProfile-module__userProfile___cRMm9 {
1327
+ display: flex;
1328
+ align-items: center;
1329
+ gap: 0.625rem
1330
+ }
1331
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1332
+ display: flex;
1333
+ flex-direction: column
1334
+ }
1335
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1336
+ display: flex;
1337
+ align-items: center;
1338
+ gap: 0.5rem
1339
+ }
1340
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1341
+ margin: 0px
1342
+ }
1343
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1344
+ margin: 0px;
1345
+ margin-top: 0.125rem
1346
+ }
1347
+
1348
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1349
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
1350
+ display: flex;
1351
+ justify-content: center;
1352
+ align-items: center;
1353
+ height: 100%;
1354
+ margin-top: 2rem;
1355
+ margin-bottom: 2rem;
1356
+ }
1357
+
1194
1358
  /* src/atom/Table/Table.module.scss */
1195
1359
  @charset "UTF-8";
1196
1360
  /* ============================================================
@@ -1430,8 +1594,6 @@
1430
1594
  min-width: 32px;
1431
1595
  height: 32px;
1432
1596
  border-radius: 6px;
1433
- border: 1px solid #e5e7eb;
1434
- background: #fff;
1435
1597
  font-size: 13px;
1436
1598
  display: inline-flex;
1437
1599
  align-items: center;
@@ -1455,27 +1617,47 @@
1455
1617
  align-items: center;
1456
1618
  justify-content: center;
1457
1619
  }
1620
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1621
+ /* Specific borders and backgrounds */
1622
+ }
1623
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev,
1624
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next {
1625
+ border: 1px solid #e5e7eb;
1626
+ background: #fff;
1627
+ }
1458
1628
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled),
1459
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled),
1460
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled),
1461
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled),
1462
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) {
1629
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) {
1463
1630
  border-color: #d1d5db;
1464
1631
  background: #f3f4f6;
1465
1632
  }
1466
1633
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) a,
1467
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) a,
1468
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) a,
1469
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled) a,
1470
- .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) a {
1634
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) a {
1471
1635
  color: #374151;
1472
1636
  }
1637
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item {
1638
+ border: 1px solid transparent;
1639
+ background: transparent;
1640
+ }
1641
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) {
1642
+ background: #f3f4f6;
1643
+ }
1644
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) a {
1645
+ color: #374151;
1646
+ }
1647
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev,
1648
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next {
1649
+ border: 1px solid transparent;
1650
+ background: transparent;
1651
+ }
1473
1652
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1474
1653
  /* Active page button */
1475
1654
  }
1476
1655
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active {
1477
1656
  border-color: #6B7280 !important;
1478
- background: #fff;
1657
+ background: #fff !important;
1658
+ }
1659
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active:hover {
1660
+ background: #fff !important;
1479
1661
  }
1480
1662
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active a {
1481
1663
  color: #374151 !important;
@@ -1686,170 +1868,6 @@
1686
1868
  min-width: 180px;
1687
1869
  }
1688
1870
 
1689
- /* src/atom/Radio/Radio.module.scss */
1690
- .Radio-module__radio___1CPAk {
1691
- display: flex;
1692
- align-items: center;
1693
- }
1694
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1695
- height: 16px;
1696
- width: 16px;
1697
- }
1698
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1699
- height: 20px;
1700
- width: 20px;
1701
- }
1702
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1703
- height: 24px;
1704
- width: 24px;
1705
- }
1706
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1707
- border-color: #EC5D25;
1708
- background-color: #EC5D25;
1709
- }
1710
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1711
- border-color: #B94710;
1712
- background-color: #B94710;
1713
- }
1714
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1715
- outline: 2px solid #0A65E7;
1716
- }
1717
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1718
- cursor: not-allowed;
1719
- }
1720
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1721
- border-color: #B6BAC3;
1722
- background-color: #B6BAC3;
1723
- }
1724
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1725
- transform: scale(0.375);
1726
- background-color: #FFFFFF;
1727
- }
1728
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1729
- border-color: #B6BAC3;
1730
- }
1731
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1732
- border-color: #6B7280;
1733
- }
1734
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1735
- outline: 2px solid #0A65E7;
1736
- }
1737
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1738
- cursor: not-allowed;
1739
- }
1740
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1741
- border-color: #B6BAC3;
1742
- background-color: #F9FAFB;
1743
- }
1744
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1745
- color: #363E4F;
1746
- font-weight: 400;
1747
- font-size: 0.875rem;
1748
- line-height: 20px;
1749
- }
1750
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1751
- color: #363E4F;
1752
- font-weight: 500;
1753
- font-size: 0.875rem;
1754
- line-height: 20px;
1755
- }
1756
-
1757
- /* src/atom/Modal/Modal.module.scss */
1758
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1759
- margin-top: 0;
1760
- margin-top: 0px;
1761
- }
1762
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1763
- padding: 24px;
1764
- padding: 1.5rem;
1765
- display: flex;
1766
- justify-content: flex-end;
1767
- }
1768
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1769
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1770
- min-width: 92px;
1771
- }
1772
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1773
- padding: 24px;
1774
- padding: 1.5rem;
1775
- padding-top: 0px;
1776
- display: flex;
1777
- justify-content: flex-end;
1778
- }
1779
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1780
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1781
- width: 50%;
1782
- }
1783
- .Modal-module__modal___PKrAi .ant-modal-content {
1784
- padding: 0;
1785
- border-radius: 0.75rem;
1786
- padding: 0px;
1787
- }
1788
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1789
- margin-bottom: 0px;
1790
- padding: 1rem;
1791
- }
1792
- @media (min-width: 576px) {
1793
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1794
- padding: 1.5rem;
1795
- }
1796
- }
1797
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1798
- justify-content: flex-start;
1799
- padding-right: 1.25rem;
1800
- font-size: 1.25rem;
1801
- font-weight: 500;
1802
- line-height: 1.75rem;
1803
- --tw-text-opacity: 1;
1804
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1805
- }
1806
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1807
- display: flex;
1808
- align-items: flex-end;
1809
- justify-content: center;
1810
- }
1811
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1812
- display: flex;
1813
- align-items: center;
1814
- justify-content: center;
1815
- }
1816
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1817
- padding: 0 1.5rem 1.5rem;
1818
- max-height: 65vh;
1819
- overflow: auto;
1820
- }
1821
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1822
- top: 1.5rem;
1823
- right: 1.5rem;
1824
- padding-bottom: 0.25rem;
1825
- }
1826
- .Modal-module__modal___PKrAi .ant-btn-primary {
1827
- margin-inline-start: 0.5rem;
1828
- }
1829
-
1830
- /* src/molecules/UserProfile/UserProfile.module.scss */
1831
- .UserProfile-module__userProfile___cRMm9 {
1832
- display: flex;
1833
- align-items: center;
1834
- gap: 0.625rem
1835
- }
1836
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1837
- display: flex;
1838
- flex-direction: column
1839
- }
1840
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1841
- display: flex;
1842
- align-items: center;
1843
- gap: 0.5rem
1844
- }
1845
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1846
- margin: 0px
1847
- }
1848
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1849
- margin: 0px;
1850
- margin-top: 0.125rem
1851
- }
1852
-
1853
1871
  /* src/atom/RangePicker/RangePicker.module.scss */
1854
1872
  .RangePicker-module__range_start___hGQp-::after {
1855
1873
  content: "";
@@ -1896,6 +1914,14 @@
1896
1914
  width: 100%;
1897
1915
  max-width: 450px;
1898
1916
  }
1917
+ }
1918
+ .AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P {
1919
+ width: 549px;
1920
+ }
1921
+ .AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
1922
+ width: 292px;
1923
+ }
1924
+ @media (max-width: 768px) {
1899
1925
  .AdvancedDateRangePicker-module__root___udir8 {
1900
1926
  width: 100%;
1901
1927
  max-width: 450px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.11-alpha",
3
+ "version": "1.0.13-alpha",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",