@xplortech/apollo-react 2.4.3 → 2.5.0
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/css/apollo.css +7 -7
- package/package.json +3 -3
package/css/apollo.css
CHANGED
|
@@ -3622,7 +3622,7 @@ span.flatpickr-weekday {
|
|
|
3622
3622
|
position: absolute;
|
|
3623
3623
|
right: 0.75rem;
|
|
3624
3624
|
}
|
|
3625
|
-
button[class^=
|
|
3625
|
+
button[class^='xpl-input-password'] {
|
|
3626
3626
|
position: absolute;
|
|
3627
3627
|
top: 0px;
|
|
3628
3628
|
right: 0px;
|
|
@@ -3631,13 +3631,13 @@ button[class^="xpl-input-password"] {
|
|
|
3631
3631
|
padding-left: 0.75rem;
|
|
3632
3632
|
padding-right: 0.75rem;
|
|
3633
3633
|
}
|
|
3634
|
-
.xpl-input-calendar
|
|
3635
|
-
[class^=
|
|
3636
|
-
|
|
3634
|
+
.xpl-input-calendar,
|
|
3635
|
+
[class^='xpl-input-password'] xpl-icon {
|
|
3636
|
+
color: var(--xpl-color-text-primary-lm);
|
|
3637
3637
|
}
|
|
3638
|
-
.dark .xpl-input-calendar
|
|
3639
|
-
.dark [class^=
|
|
3640
|
-
|
|
3638
|
+
.dark .xpl-input-calendar,
|
|
3639
|
+
.dark [class^='xpl-input-password'] xpl-icon {
|
|
3640
|
+
color: #fff;
|
|
3641
3641
|
}
|
|
3642
3642
|
.xpl-input textarea {
|
|
3643
3643
|
min-height: 44px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xplortech/apollo-react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"typescript": "^5.5.3"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@xplortech/apollo-core": "2.
|
|
51
|
-
"@xplortech/apollo-icons": "^0.
|
|
50
|
+
"@xplortech/apollo-core": "2.5.0",
|
|
51
|
+
"@xplortech/apollo-icons": "^0.3.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": ">=16.7",
|