@egovernments/digit-ui-components-css 0.2.0-beta.13 → 0.2.0-beta.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components-css",
3
- "version": "0.2.0-beta.13",
3
+ "version": "0.2.0-beta.15",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -462,4 +462,20 @@
462
462
  &.disabled {
463
463
  @apply pointer-events-none;
464
464
  }
465
+ }
466
+
467
+ .digit-new-date-format{
468
+ position: absolute;
469
+ top: 50%;
470
+ right: 12px;
471
+ transform: translateY(-50%);
472
+ cursor: pointer;
473
+ z-index: 2;
474
+ pointer-events: auto;
475
+ }
476
+
477
+ .digit-new-date-format.disabled{
478
+ pointer-events: none;
479
+ opacity: 0.4;
480
+ cursor: not-allowed;
465
481
  }
@@ -177,4 +177,10 @@
177
177
  border-bottom-right-radius: 0.5rem;
178
178
  border-top-right-radius: 0.5rem;
179
179
  }
180
-
180
+ .vertical-toggle{
181
+ .digit-toggle-label{
182
+ &.disabled{
183
+ color: theme(digitv2.lightTheme.text-disabled) !important;
184
+ }
185
+ }
186
+ }
package/src/index.scss CHANGED
@@ -10,6 +10,7 @@
10
10
 
11
11
  @import "react-date-range/dist/styles.css";
12
12
  @import "react-date-range/dist/theme/default.css";
13
+ @import "react-datepicker/dist/react-datepicker.css";
13
14
 
14
15
  @import "./pages/employee/index.scss";
15
16
  @import "./pages/employee/login.scss";