@egovernments/digit-ui-components-css 0.0.2-beta.20 → 0.0.2-beta.21
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 +4 -0
- package/dist/index.css +176 -25
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/digitv2/components/tooltipwrapperV2.scss +206 -36
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-components-css - 0.0.2-beta.
|
|
2
|
+
* @egovernments/digit-ui-components-css - 0.0.2-beta.21
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
|
|
5
5
|
*
|
|
@@ -8417,6 +8417,16 @@ video::-webkit-media-controls-panel {
|
|
|
8417
8417
|
width: max-content;
|
|
8418
8418
|
-webkit-transition: all .5s ease;
|
|
8419
8419
|
transition: all .5s ease;
|
|
8420
|
+
display: -webkit-box;
|
|
8421
|
+
display: -ms-flexbox;
|
|
8422
|
+
display: flex;
|
|
8423
|
+
-webkit-box-pack: center;
|
|
8424
|
+
-ms-flex-pack: center;
|
|
8425
|
+
justify-content: center;
|
|
8426
|
+
-webkit-box-orient: vertical;
|
|
8427
|
+
-webkit-box-direction: normal;
|
|
8428
|
+
-ms-flex-direction: column;
|
|
8429
|
+
flex-direction: column;
|
|
8420
8430
|
min-width: 4.125rem;
|
|
8421
8431
|
max-width: 14.563rem;
|
|
8422
8432
|
font-family: Roboto;
|
|
@@ -8433,46 +8443,187 @@ video::-webkit-media-controls-panel {
|
|
|
8433
8443
|
.tooltip-content {
|
|
8434
8444
|
font-size: 1rem; } }
|
|
8435
8445
|
|
|
8446
|
+
.tooltip-content.tooltip-bottom-start {
|
|
8447
|
+
top: 3rem;
|
|
8448
|
+
left: 0; }
|
|
8449
|
+
.tooltip-content.tooltip-bottom-start.with-arrow {
|
|
8450
|
+
border-top-left-radius: 0; }
|
|
8451
|
+
|
|
8452
|
+
.tooltip-content.tooltip-bottom {
|
|
8453
|
+
top: 3rem;
|
|
8454
|
+
left: 50%;
|
|
8455
|
+
-webkit-transform: translateX(-50%);
|
|
8456
|
+
transform: translateX(-50%); }
|
|
8457
|
+
|
|
8458
|
+
.tooltip-content.tooltip-bottom-end {
|
|
8459
|
+
top: 3rem;
|
|
8460
|
+
right: 0; }
|
|
8461
|
+
.tooltip-content.tooltip-bottom-end.with-arrow {
|
|
8462
|
+
border-top-right-radius: 0; }
|
|
8463
|
+
|
|
8464
|
+
.tooltip-content.tooltip-top-start {
|
|
8465
|
+
bottom: 3rem;
|
|
8466
|
+
left: 0; }
|
|
8467
|
+
.tooltip-content.tooltip-top-start.with-arrow {
|
|
8468
|
+
border-bottom-left-radius: 0; }
|
|
8469
|
+
|
|
8470
|
+
.tooltip-content.tooltip-top {
|
|
8471
|
+
bottom: 3rem;
|
|
8472
|
+
left: 50%;
|
|
8473
|
+
-webkit-transform: translateX(-50%);
|
|
8474
|
+
transform: translateX(-50%); }
|
|
8475
|
+
|
|
8476
|
+
.tooltip-content.tooltip-top-end {
|
|
8477
|
+
bottom: 3rem;
|
|
8478
|
+
right: 0; }
|
|
8479
|
+
.tooltip-content.tooltip-top-end.with-arrow {
|
|
8480
|
+
border-bottom-right-radius: 0; }
|
|
8481
|
+
|
|
8482
|
+
.tooltip-content.tooltip-left-start {
|
|
8483
|
+
right: calc(100% + .5rem);
|
|
8484
|
+
top: 0; }
|
|
8485
|
+
.tooltip-content.tooltip-left-start.with-arrow {
|
|
8486
|
+
border-top-right-radius: 0; }
|
|
8487
|
+
|
|
8436
8488
|
.tooltip-content.tooltip-left {
|
|
8437
|
-
|
|
8489
|
+
right: calc(100% + .5rem);
|
|
8490
|
+
top: 50%;
|
|
8491
|
+
-webkit-transform: translateY(-50%);
|
|
8492
|
+
transform: translateY(-50%); }
|
|
8493
|
+
|
|
8494
|
+
.tooltip-content.tooltip-left-end {
|
|
8495
|
+
right: calc(100% + .5rem);
|
|
8496
|
+
bottom: 0; }
|
|
8497
|
+
.tooltip-content.tooltip-left-end.with-arrow {
|
|
8498
|
+
border-bottom-right-radius: 0; }
|
|
8499
|
+
|
|
8500
|
+
.tooltip-content.tooltip-right-start {
|
|
8501
|
+
left: calc(100% + .5rem);
|
|
8502
|
+
top: 0; }
|
|
8503
|
+
.tooltip-content.tooltip-right-start.with-arrow {
|
|
8504
|
+
border-top-left-radius: 0; }
|
|
8438
8505
|
|
|
8439
8506
|
.tooltip-content.tooltip-right {
|
|
8440
|
-
left:
|
|
8507
|
+
left: calc(100% + .5rem);
|
|
8508
|
+
top: 50%;
|
|
8509
|
+
-webkit-transform: translateY(-50%);
|
|
8510
|
+
transform: translateY(-50%); }
|
|
8441
8511
|
|
|
8442
|
-
.tooltip-content.tooltip-
|
|
8443
|
-
|
|
8512
|
+
.tooltip-content.tooltip-right-end {
|
|
8513
|
+
left: calc(100% + .5rem);
|
|
8514
|
+
bottom: 0; }
|
|
8515
|
+
.tooltip-content.tooltip-right-end.with-arrow {
|
|
8516
|
+
border-bottom-left-radius: 0; }
|
|
8444
8517
|
|
|
8445
|
-
.tooltip-
|
|
8446
|
-
|
|
8518
|
+
.tooltip-bottom-start.with-arrow:before {
|
|
8519
|
+
left: .25rem;
|
|
8520
|
+
border-right: .5rem solid transparent; }
|
|
8521
|
+
|
|
8522
|
+
.tooltip-bottom-start.with-arrow:before, .tooltip-bottom.with-arrow:before {
|
|
8523
|
+
content: "";
|
|
8524
|
+
position: absolute;
|
|
8525
|
+
top: -.5rem;
|
|
8526
|
+
-webkit-transform: translateX(-50%);
|
|
8527
|
+
transform: translateX(-50%);
|
|
8528
|
+
border-bottom: .5rem solid #505a5f; }
|
|
8447
8529
|
|
|
8448
|
-
.tooltip-
|
|
8449
|
-
|
|
8530
|
+
.tooltip-bottom.with-arrow:before {
|
|
8531
|
+
left: 50%;
|
|
8532
|
+
border-left: .25rem solid transparent;
|
|
8533
|
+
border-right: .25rem solid transparent; }
|
|
8450
8534
|
|
|
8451
|
-
.tooltip-
|
|
8535
|
+
.tooltip-bottom-end.with-arrow:before {
|
|
8452
8536
|
content: "";
|
|
8453
8537
|
position: absolute;
|
|
8454
|
-
top:
|
|
8455
|
-
|
|
8456
|
-
|
|
8538
|
+
top: -.5rem;
|
|
8539
|
+
left: calc(100% - .25rem);
|
|
8540
|
+
-webkit-transform: translateX(-50%);
|
|
8541
|
+
transform: translateX(-50%);
|
|
8542
|
+
border-bottom: .5rem solid #505a5f;
|
|
8543
|
+
border-left: .5rem solid transparent; }
|
|
8544
|
+
|
|
8545
|
+
.tooltip-top-start.with-arrow:before {
|
|
8546
|
+
left: .25rem;
|
|
8547
|
+
border-right: .5rem solid transparent; }
|
|
8548
|
+
|
|
8549
|
+
.tooltip-top-start.with-arrow:before, .tooltip-top.with-arrow:before {
|
|
8550
|
+
content: "";
|
|
8551
|
+
position: absolute;
|
|
8552
|
+
bottom: -.5rem;
|
|
8553
|
+
-webkit-transform: translateX(-50%);
|
|
8554
|
+
transform: translateX(-50%);
|
|
8555
|
+
border-top: .5rem solid #505a5f; }
|
|
8457
8556
|
|
|
8458
|
-
.tooltip-
|
|
8459
|
-
left:
|
|
8557
|
+
.tooltip-top.with-arrow:before {
|
|
8558
|
+
left: 50%;
|
|
8559
|
+
border-left: .25rem solid transparent;
|
|
8560
|
+
border-right: .25rem solid transparent; }
|
|
8460
8561
|
|
|
8461
|
-
.tooltip-top:before {
|
|
8562
|
+
.tooltip-top-end.with-arrow:before {
|
|
8462
8563
|
content: "";
|
|
8463
8564
|
position: absolute;
|
|
8464
|
-
bottom: -.
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
8565
|
+
bottom: -.5rem;
|
|
8566
|
+
left: calc(100% - .25rem);
|
|
8567
|
+
-webkit-transform: translateX(-50%);
|
|
8568
|
+
transform: translateX(-50%);
|
|
8569
|
+
border-top: .5rem solid #505a5f;
|
|
8570
|
+
border-left: .5rem solid transparent; }
|
|
8571
|
+
|
|
8572
|
+
.tooltip-left-start.with-arrow:before {
|
|
8573
|
+
top: .25rem;
|
|
8574
|
+
right: -.45rem;
|
|
8575
|
+
border-bottom: .5rem solid transparent; }
|
|
8576
|
+
|
|
8577
|
+
.tooltip-left-start.with-arrow:before, .tooltip-left.with-arrow:before {
|
|
8578
|
+
content: "";
|
|
8579
|
+
position: absolute;
|
|
8580
|
+
border-left: .5rem solid #505a5f;
|
|
8581
|
+
-webkit-transform: translateY(-50%);
|
|
8582
|
+
transform: translateY(-50%); }
|
|
8468
8583
|
|
|
8469
|
-
.tooltip-
|
|
8584
|
+
.tooltip-left.with-arrow:before {
|
|
8585
|
+
top: 50%;
|
|
8586
|
+
right: -.5rem;
|
|
8587
|
+
border-top: .25rem solid transparent;
|
|
8588
|
+
border-bottom: .25rem solid transparent; }
|
|
8589
|
+
|
|
8590
|
+
.tooltip-left-end.with-arrow:before {
|
|
8470
8591
|
content: "";
|
|
8471
8592
|
position: absolute;
|
|
8472
|
-
top:
|
|
8473
|
-
|
|
8474
|
-
border: .
|
|
8475
|
-
border-
|
|
8593
|
+
top: calc(100% - .25rem);
|
|
8594
|
+
right: -.45rem;
|
|
8595
|
+
border-left: .5rem solid #505a5f;
|
|
8596
|
+
border-top: .5rem solid transparent;
|
|
8597
|
+
-webkit-transform: translateY(-50%);
|
|
8598
|
+
transform: translateY(-50%); }
|
|
8599
|
+
|
|
8600
|
+
.tooltip-right-start.with-arrow:before {
|
|
8601
|
+
top: .25rem;
|
|
8602
|
+
left: -.45rem;
|
|
8603
|
+
border-bottom: .5rem solid transparent; }
|
|
8604
|
+
|
|
8605
|
+
.tooltip-right-start.with-arrow:before, .tooltip-right.with-arrow:before {
|
|
8606
|
+
content: "";
|
|
8607
|
+
position: absolute;
|
|
8608
|
+
border-right: .5rem solid #505a5f;
|
|
8609
|
+
-webkit-transform: translateY(-50%);
|
|
8610
|
+
transform: translateY(-50%); }
|
|
8611
|
+
|
|
8612
|
+
.tooltip-right.with-arrow:before {
|
|
8613
|
+
top: 50%;
|
|
8614
|
+
left: -.5rem;
|
|
8615
|
+
border-top: .25rem solid transparent;
|
|
8616
|
+
border-bottom: .25rem solid transparent; }
|
|
8617
|
+
|
|
8618
|
+
.tooltip-right-end.with-arrow:before {
|
|
8619
|
+
content: "";
|
|
8620
|
+
position: absolute;
|
|
8621
|
+
top: calc(100% - .25rem);
|
|
8622
|
+
left: -.45rem;
|
|
8623
|
+
border-right: .5rem solid #505a5f;
|
|
8624
|
+
border-top: .5rem solid transparent;
|
|
8625
|
+
-webkit-transform: translateY(-50%);
|
|
8626
|
+
transform: translateY(-50%); }
|
|
8476
8627
|
|
|
8477
8628
|
.digit-tag-wrapper {
|
|
8478
8629
|
border-radius: .25rem;
|