hds-web 1.32.4 → 1.32.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.32.4",
3
+ "version": "1.32.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -64,7 +64,7 @@ const Buttonclasses = {
64
64
  },
65
65
  'ghostBlue': {
66
66
  'default': {
67
- 'base': 'db:w-fit tb:w-fit w-full justify-center border-opacity-0 hover:border-opacity-100 border-2 rounded-full text-blue-500',
67
+ 'base': 'db:w-fit tb:w-fit w-full justify-center border-none hover:border-opacity-100 hover:border-2 rounded-full text-blue-500',
68
68
  'hover': 'hover:bg-blue-700 hover:text-neutral-0 hover:shadow-md hover:shadow hover:transition-all hover:ease-out hover:duration-300',
69
69
  'focus': 'focus:outline-none',
70
70
  },