@egovernments/digit-ui-components-css 0.2.0-beta.8 → 0.2.0-beta.9
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
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.2.0-beta.9] - 2025-04-28
|
|
8
|
+
### New changes added
|
|
9
|
+
- Added new css for BoundaryComponent in BounDaryFilter.scss
|
|
10
|
+
|
|
7
11
|
## [0.2.0] - 2025-02-19
|
|
8
12
|
### New Components Added
|
|
9
13
|
|
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-components-css - 0.2.0-beta.
|
|
2
|
+
* @egovernments/digit-ui-components-css - 0.2.0-beta.9
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egovernments.org>
|
|
5
5
|
*
|
|
@@ -13405,6 +13405,56 @@ button:hover {
|
|
|
13405
13405
|
.popup-header-fix {
|
|
13406
13406
|
margin-top: -0.5rem !important; }
|
|
13407
13407
|
|
|
13408
|
+
.selecting-boundary-div {
|
|
13409
|
+
padding-top: .5rem;
|
|
13410
|
+
grid-gap: 1.5rem;
|
|
13411
|
+
gap: 1.5rem; }
|
|
13412
|
+
.selecting-boundary-div .label-field-pair {
|
|
13413
|
+
margin-bottom: 1.5rem; }
|
|
13414
|
+
|
|
13415
|
+
.selecting-boundary-div.horizontal-layout {
|
|
13416
|
+
display: grid;
|
|
13417
|
+
grid-template-columns: repeat(3, 1fr);
|
|
13418
|
+
-webkit-box-align: start;
|
|
13419
|
+
-ms-flex-align: start;
|
|
13420
|
+
align-items: flex-start; }
|
|
13421
|
+
|
|
13422
|
+
.digit-card-label.boundary-selection-label {
|
|
13423
|
+
font-family: Roboto;
|
|
13424
|
+
font-style: normal;
|
|
13425
|
+
font-weight: 700;
|
|
13426
|
+
color: #363636;
|
|
13427
|
+
width: 30%; }
|
|
13428
|
+
@media (max-width: 30rem) {
|
|
13429
|
+
.digit-card-label.boundary-selection-label {
|
|
13430
|
+
font-size: 1rem; } }
|
|
13431
|
+
@media (min-width: 30.063rem) and (max-width: 47.938rem) {
|
|
13432
|
+
.digit-card-label.boundary-selection-label {
|
|
13433
|
+
font-size: 1rem; } }
|
|
13434
|
+
@media (min-width: 48rem) {
|
|
13435
|
+
.digit-card-label.boundary-selection-label {
|
|
13436
|
+
font-size: 1rem; } }
|
|
13437
|
+
|
|
13438
|
+
.selecting-boundary-div.horizontal-layout .boundary-item {
|
|
13439
|
+
display: -webkit-box;
|
|
13440
|
+
display: -ms-flexbox;
|
|
13441
|
+
display: flex;
|
|
13442
|
+
-webkit-box-pack: center;
|
|
13443
|
+
-ms-flex-pack: center;
|
|
13444
|
+
justify-content: center; }
|
|
13445
|
+
|
|
13446
|
+
.digit-field-full {
|
|
13447
|
+
width: 100%; }
|
|
13448
|
+
|
|
13449
|
+
.digit-label-field-pair.boundary-item.vertical {
|
|
13450
|
+
margin-bottom: 0; }
|
|
13451
|
+
|
|
13452
|
+
.padding-dropdown {
|
|
13453
|
+
padding-bottom: 1.6rem; }
|
|
13454
|
+
|
|
13455
|
+
.filter-card.filter-card-vertical .selecting-boundary-div {
|
|
13456
|
+
max-width: 65%; }
|
|
13457
|
+
|
|
13408
13458
|
.digit-search-wrapper {
|
|
13409
13459
|
height: 100%;
|
|
13410
13460
|
width: 100%; }
|