@egovernments/digit-ui-components-css 0.0.2-beta.5 → 0.0.2-beta.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.2-beta.6] - 2024-06-24
4
+ ### Added
5
+ - Added ViewMore button for timeline molecule
6
+
3
7
  ## [0.0.2-beta.5] - 2024-06-19
4
8
  ### Added
5
9
  - Added BreadCrumb css
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.5
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.6
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -5392,10 +5392,10 @@ textarea::-webkit-scrollbar-thumb {
5392
5392
  border-left-width: .125rem;
5393
5393
  margin-left: .938rem;
5394
5394
  top: 2rem; }
5395
- .connector-line.completed, .connector-line.inprogress {
5395
+ .connector-line.completed, .connector-line.inprogress, .connector-line.nextActiveStep {
5396
5396
  border-color: #c84c0e; }
5397
- .connector-line.inprogress {
5398
- border-style: dashed; }
5397
+ .connector-line.nextActiveStep {
5398
+ border-style: dotted; }
5399
5399
  @media (max-aspect-ratio: 9 / 16) {
5400
5400
  .connector-line {
5401
5401
  margin-left: .688rem;
@@ -5522,6 +5522,12 @@ img {
5522
5522
  width: 1.125rem;
5523
5523
  height: 1.125rem; } }
5524
5524
 
5525
+ .digit-timeline-molecule {
5526
+ max-height: 100%; }
5527
+
5528
+ .view-more-container {
5529
+ margin-top: 1rem; }
5530
+
5525
5531
  .digit-toast-success {
5526
5532
  position: fixed;
5527
5533
  display: -webkit-box;