udp-react-enterprise-component-library 26.2.0 → 26.2.1-beta.1

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.
@@ -0,0 +1,40 @@
1
+ .ag-theme-material ::-webkit-scrollbar {
2
+ width: 8px;
3
+ height: 8px;
4
+ }
5
+
6
+ .ag-theme-material ::-webkit-scrollbar-corner {
7
+ background-color: #fafafa;
8
+ }
9
+
10
+ .ag-theme-material ::-webkit-scrollbar-thumb {
11
+ background-color: #c2c2c2;
12
+ border-radius: 10px;
13
+ background-clip: content-box;
14
+ }
15
+
16
+ .ag-theme-material ::-webkit-scrollbar-track {
17
+ background-color: #fafafa;
18
+ }
19
+
20
+ .ag-theme-material .ag-checkbox-input-wrapper::after {
21
+ color: rgba(0, 0, 0, 0.54) !important;
22
+ }
23
+
24
+ .ag-theme-material .ag-checkbox-input-wrapper.ag-checked::after {
25
+ color: #38a9ae !important;
26
+ }
27
+
28
+ .ag-theme-material .ag-set-filter-item,
29
+ .ag-theme-material .ag-column-select-column,
30
+ .ag-theme-material .ag-checkbox-input-wrapper input {
31
+ cursor: pointer;
32
+ }
33
+
34
+ .ag-theme-material input:focus[class^='ag-'][type='text'] {
35
+ border-bottom-color: #38a9ae !important;
36
+ }
37
+
38
+ .ag-theme-material .ag-tab-selected {
39
+ border-bottom-color: #f1b51c !important;
40
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-enterprise-component-library",
3
- "version": "26.2.0",
3
+ "version": "26.2.1-beta.1",
4
4
  "description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
5
5
  "author": "Univerus",
6
6
  "license": "MIT",
@@ -3655,15 +3655,13 @@
3655
3655
  "@material-ui/pickers": "^3.3.10",
3656
3656
  "@material-vega/core": "^0.1.0",
3657
3657
  "@material-vega/material-ui": "^0.2.1",
3658
- "axios": "^0.27.2",
3658
+ "axios": "^0.31.1",
3659
3659
  "i18next": "^19.8.3",
3660
3660
  "notistack": "^1.0.10",
3661
- "prettier": "^2.0.4",
3662
3661
  "react": "^18.2.0",
3663
3662
  "react-dom": "^18.2.0",
3664
3663
  "react-i18next": "^11.18.6",
3665
- "react-is": "^17.0.1",
3666
- "sass": "^1.32.11"
3664
+ "react-is": "^17.0.1"
3667
3665
  },
3668
3666
  "dependencies": {
3669
3667
  "@ag-grid-community/core": "^26.2.0",
@@ -3685,11 +3683,12 @@
3685
3683
  "@material-ui/styles": "^4.11.5",
3686
3684
  "@material-vega/core": "^0.1.0",
3687
3685
  "@material-vega/material-ui": "^0.2.1",
3686
+ "@microlink/react-json-view": "^1.31.20",
3688
3687
  "@tanstack/react-query": "^5",
3689
3688
  "@tanstack/react-query-devtools": "^5",
3690
- "udp-react-stencil-component-library": "^26.0.2",
3691
- "udp-stencil-component-library": "^26.2.0",
3692
- "axios": "^0.27.2",
3689
+ "udp-react-stencil-component-library": "^26.0.3-beta.1",
3690
+ "udp-stencil-component-library": "^26.2.1-beta.1",
3691
+ "axios": "^0.31.1",
3693
3692
  "axios-hooks": "^2.1.0",
3694
3693
  "broadcast-channel": "^4.17.0",
3695
3694
  "clsx": "^2.1.1",
@@ -3704,7 +3703,7 @@
3704
3703
  "json-logic-js": "^2.0.1",
3705
3704
  "leaflet": "^1.7.1",
3706
3705
  "leaflet.markercluster": "^1.5.3",
3707
- "lodash-es": "4.17.21",
3706
+ "lodash-es": "^4.18.0",
3708
3707
  "luxon": "^2.0.2",
3709
3708
  "material-ui-popup-state": "^1.9.3",
3710
3709
  "notistack": "^1.0.10",
@@ -3730,10 +3729,9 @@
3730
3729
  "react-i18next": "^11.18.6",
3731
3730
  "react-infinite-scroll-component": "^6.1.0",
3732
3731
  "react-is": "^17.0.2",
3733
- "react-json-view": "^1.21.3",
3734
3732
  "react-leaflet": "^3.2.2",
3735
3733
  "react-leaflet-markercluster": "^3.0.0-rc1",
3736
- "react-pdf": "^5.7.2",
3734
+ "react-pdf": "^7.7.3",
3737
3735
  "react-range-slider-input": "^3.0.7",
3738
3736
  "react-resizable": "^3.0.4",
3739
3737
  "react-router-dom": "^5.2.0",
@@ -1,46 +0,0 @@
1
- @mixin scrollbar {
2
- ::-webkit-scrollbar {
3
- width: 8px;
4
- height: 8px;
5
- }
6
- ::-webkit-scrollbar-corner {
7
- background-color: #fafafa;
8
- }
9
- ::-webkit-scrollbar-thumb {
10
- background-color: #c2c2c2;
11
- border-radius: 10px;
12
- background-clip: content-box;
13
- }
14
- ::-webkit-scrollbar-track {
15
- background-color: #fafafa;
16
- }
17
- }
18
-
19
- .ag-theme-material {
20
- @include scrollbar;
21
-
22
- .ag-checkbox-input-wrapper {
23
- &::after {
24
- color: rgba(0, 0, 0, 0.54) !important;
25
- }
26
- }
27
-
28
- .ag-checkbox-input-wrapper.ag-checked {
29
- &::after {
30
- color: #38a9ae !important;
31
- }
32
- }
33
-
34
- .ag-set-filter-item,
35
- .ag-column-select-column,
36
- .ag-checkbox-input-wrapper input {
37
- cursor: pointer;
38
- }
39
-
40
- input:focus[class^='ag-'][type='text'] {
41
- border-bottom-color: #38a9ae !important;
42
- }
43
- .ag-tab-selected {
44
- border-bottom-color: #f1b51c !important;
45
- }
46
- }