@tap-payments/os-micro-frontend-shared 0.1.143 → 0.1.144
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/build/theme/shadows.js +1 -1
- package/package.json +1 -1
package/build/theme/shadows.js
CHANGED
|
@@ -10,7 +10,7 @@ export const shadows = [
|
|
|
10
10
|
'0px 0px 12px 0px rgba(0, 0, 0, 0.15)',
|
|
11
11
|
'0px 8px 30px 0px rgba(0, 0, 0, 0.16)',
|
|
12
12
|
'0px 0px 16px 0px rgba(0, 0, 0, 0.15)',
|
|
13
|
-
'0px 0px 16px 0px rgba(0 0, 0, 0.13)',
|
|
13
|
+
'0px 0px 16px 0px rgba(0, 0, 0, 0.13)',
|
|
14
14
|
'-4px 0px 16px 0px rgba(0, 0, 0, 0.10)',
|
|
15
15
|
'0px 0px 32px 0px rgba(0, 0, 0, 0.11)',
|
|
16
16
|
'0px 4px 8px 0px rgba(0, 0, 0, 0.14)',
|
package/package.json
CHANGED