@egovernments/digit-ui-components-css 0.0.2-beta.41 → 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.41
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
  *
@@ -7393,6 +7393,8 @@ textarea::-webkit-scrollbar-thumb {
7393
7393
  .timeline-additional-elements-column .timeline-individual-element {
7394
7394
  width: 100%;
7395
7395
  max-width: 100%; }
7396
+ .timeline-additional-elements-column .timeline-individual-element.hidden {
7397
+ display: none; }
7396
7398
 
7397
7399
  img {
7398
7400
  max-width: 100%; }