@egovernments/digit-ui-components-css 0.0.2-beta.33 → 0.0.2-beta.34

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,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.2-beta.34] - 2024-09-18
4
+ ### Changed
5
+ - Added Configuration for close icon in chip
3
6
 
4
7
  ## [0.0.2-beta.33] - 2024-09-13
5
8
  ### Changed
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.33
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.34
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -3342,7 +3342,7 @@ ol, ul {
3342
3342
  margin-top: 1.875rem; }
3343
3343
  .digit-card-component.search .digit-buttons-group button h2, .digit-card-component.secondary.search .digit-buttons-group button h2 {
3344
3344
  margin: 0; }
3345
- @media (min-width: 30.063rem) and (max-width: 47.938rem) {
3345
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
3346
3346
  .digit-card-component.search, .digit-card-component.secondary.search {
3347
3347
  -webkit-box-orient: horizontal;
3348
3348
  -webkit-box-direction: normal;
@@ -3352,13 +3352,13 @@ ol, ul {
3352
3352
  margin-top: 2.75rem; }
3353
3353
  .digit-card-component.search .digit-buttons-group button h2, .digit-card-component.secondary.search .digit-buttons-group button h2 {
3354
3354
  margin: 0; } }
3355
- @media (min-width: 48rem) {
3355
+ @media (min-aspect-ratio: 3 / 4) {
3356
3356
  .digit-card-component.search, .digit-card-component.secondary.search {
3357
3357
  -webkit-box-orient: horizontal;
3358
3358
  -webkit-box-direction: normal;
3359
3359
  -ms-flex-direction: row;
3360
3360
  flex-direction: row; } }
3361
- @media (max-width: 30rem) {
3361
+ @media (max-aspect-ratio: 9 / 16) {
3362
3362
  .digit-card-component.search, .digit-card-component.secondary.search {
3363
3363
  -webkit-box-orient: vertical;
3364
3364
  -webkit-box-direction: normal;
@@ -3370,19 +3370,19 @@ ol, ul {
3370
3370
  margin-top: 0; }
3371
3371
  .digit-card-component.search .digit-buttons-group button h2, .digit-card-component.secondary.search .digit-buttons-group button h2 {
3372
3372
  margin: 0; } }
3373
- @media (min-width: 30.063rem) and (max-width: 47.938rem) {
3373
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
3374
3374
  .digit-card-component {
3375
3375
  padding-left: 1.25rem;
3376
3376
  padding-bottom: 1.25rem;
3377
3377
  padding-right: 1.25rem;
3378
3378
  padding-top: 1.25rem; } }
3379
- @media (min-width: 48rem) {
3379
+ @media (min-aspect-ratio: 3 / 4) {
3380
3380
  .digit-card-component {
3381
3381
  padding-left: 1.5rem;
3382
3382
  padding-bottom: 1.5rem;
3383
3383
  padding-right: 1.5rem;
3384
3384
  padding-top: 1.5rem; } }
3385
- @media (max-width: 30rem) {
3385
+ @media (max-aspect-ratio: 9 / 16) {
3386
3386
  .digit-card-component {
3387
3387
  padding-left: 1rem;
3388
3388
  padding-bottom: 1rem;
@@ -5419,6 +5419,9 @@ ol, ul {
5419
5419
  border: .063rem solid #b91900;
5420
5420
  background-color: #b91900; }
5421
5421
 
5422
+ .digit-tag.noClose {
5423
+ display: inline; }
5424
+
5422
5425
  .nonclickable {
5423
5426
  pointer-events: none;
5424
5427
  cursor: none; }