@egovernments/digit-ui-components-css 0.0.2-beta.39 → 0.0.2-beta.42

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/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.39
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.42
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -1394,14 +1394,16 @@
1394
1394
  .digit-accordion.borderRadius {
1395
1395
  border-radius: .25rem; }
1396
1396
 
1397
- .digit-accordion.withDivider .digit-accordion-content {
1397
+ .digit-accordion.withDivider .digit-accordion-content.open {
1398
1398
  border-top: 1px solid #d6d5d4; }
1399
1399
 
1400
1400
  .digit-accordion.no-divider .digit-accordion-title {
1401
1401
  padding-bottom: 0; }
1402
1402
 
1403
1403
  .digit-accordion.cardBg {
1404
- background-color: #fafafa; }
1404
+ background-color: #fff; }
1405
+ .digit-accordion.cardBg.nested {
1406
+ background-color: #fafafa; }
1405
1407
 
1406
1408
  @-webkit-keyframes rotateOpen {
1407
1409
  0% {
@@ -1603,7 +1605,8 @@ body {
1603
1605
  -webkit-box-orient: vertical;
1604
1606
  -webkit-box-direction: normal;
1605
1607
  -ms-flex-direction: column;
1606
- flex-direction: column; }
1608
+ flex-direction: column;
1609
+ height: 100%; }
1607
1610
  @media (max-aspect-ratio: 9 / 16) {
1608
1611
  .digit-bottom-sheet-content {
1609
1612
  grid-gap: 1rem;
@@ -7390,6 +7393,8 @@ textarea::-webkit-scrollbar-thumb {
7390
7393
  .timeline-additional-elements-column .timeline-individual-element {
7391
7394
  width: 100%;
7392
7395
  max-width: 100%; }
7396
+ .timeline-additional-elements-column .timeline-individual-element.hidden {
7397
+ display: none; }
7393
7398
 
7394
7399
  img {
7395
7400
  max-width: 100%; }
@@ -13340,6 +13345,60 @@ button:hover {
13340
13345
  .color-constants-story.paper-secondary {
13341
13346
  background-color: #fafafa; }
13342
13347
 
13348
+ @media (max-aspect-ratio: 9 / 16) {
13349
+ .typography-story.heading-m {
13350
+ font-size: 1.25rem; } }
13351
+
13352
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
13353
+ .typography-story.heading-m {
13354
+ font-size: 1.375rem; } }
13355
+
13356
+ @media (min-aspect-ratio: 3 / 4) {
13357
+ .typography-story.heading-m {
13358
+ font-size: 1.5rem; } }
13359
+
13360
+ .typography-story.heading-m, .typography-story.heading-s {
13361
+ font-family: Roboto;
13362
+ font-style: normal;
13363
+ font-weight: 700;
13364
+ line-height: 1.14rem; }
13365
+
13366
+ @media (max-aspect-ratio: 9 / 16) {
13367
+ .typography-story.heading-s {
13368
+ font-size: 1rem; } }
13369
+
13370
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
13371
+ .typography-story.heading-s {
13372
+ font-size: 1rem; } }
13373
+
13374
+ @media (min-aspect-ratio: 3 / 4) {
13375
+ .typography-story.heading-s {
13376
+ font-size: 1rem; } }
13377
+
13378
+ @media (max-aspect-ratio: 9 / 16) {
13379
+ .typography-story.body-s {
13380
+ font-size: .875rem;
13381
+ font-family: Roboto;
13382
+ font-style: normal;
13383
+ font-weight: 400;
13384
+ line-height: 1.37rem; } }
13385
+
13386
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
13387
+ .typography-story.body-s {
13388
+ font-size: 1rem;
13389
+ font-family: Roboto;
13390
+ font-style: normal;
13391
+ font-weight: 400;
13392
+ line-height: 1.37rem; } }
13393
+
13394
+ @media (min-aspect-ratio: 3 / 4) {
13395
+ .typography-story.body-s {
13396
+ font-size: 1rem;
13397
+ font-family: Roboto;
13398
+ font-style: normal;
13399
+ font-weight: 400;
13400
+ line-height: 1.37rem; } }
13401
+
13343
13402
  .display-none {
13344
13403
  display: none; }
13345
13404