@firedesktop/react-base 1.22.5 → 1.22.6
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/dist/styles/base.css +0 -7
- package/package.json +2 -2
package/dist/styles/base.css
CHANGED
|
@@ -334,13 +334,6 @@
|
|
|
334
334
|
background: no-repeat 50% / 50% 50%;
|
|
335
335
|
border-radius: 100%;
|
|
336
336
|
}
|
|
337
|
-
.btn-info {
|
|
338
|
-
opacity: 0;
|
|
339
|
-
cursor: no-drop;
|
|
340
|
-
width: 0px;
|
|
341
|
-
height: 0px;
|
|
342
|
-
background-color: var(--primary-color) !important;
|
|
343
|
-
}
|
|
344
337
|
|
|
345
338
|
.MuiAutocomplete-proper *{
|
|
346
339
|
transition: none !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firedesktop/react-base",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.6",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"description": "This is the FireDesktop base package used to support every React Project in this Company.",
|
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"last 1 safari version"
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
|
-
}
|
|
67
|
+
}
|