@sydsoft/base 1.26.0 → 1.27.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.
@@ -25,7 +25,8 @@
25
25
  }
26
26
 
27
27
  .component.error {
28
- border-color: #e70b39;
28
+ border-color: #e70b3978;
29
+ box-shadow: 0px 0px 5px 2px #f40d0d3d;
29
30
  }
30
31
 
31
32
  .component:hover {
@@ -124,7 +125,7 @@
124
125
  display: block;
125
126
  min-width: 0;
126
127
  width: 100%;
127
- padding: 9px 14px;
128
+ padding: 12px 14px;
128
129
  border: none;
129
130
  outline: none;
130
131
  z-index: 1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sydsoft/base",
3
3
  "private": false,
4
- "version": "1.26.0",
4
+ "version": "1.27.0",
5
5
  "description": "",
6
6
  "main": "./dist/cjs/index.js",
7
7
  "module": "./dist/esm/index.js",