@floegence/floe-webapp-core 0.52.9 → 0.52.11

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/surface.css CHANGED
@@ -118,21 +118,21 @@
118
118
  [data-floe-surface-style='soft-neumorphic'] [data-floe-surface='raised'] {
119
119
  --floe-surface-decoration: var(
120
120
  --floe-surface-shadow-raised,
121
- 0 2px 5px -2px var(--floe-surface-shade),
121
+ 0 1px 3px -2px var(--floe-surface-shade),
122
122
  inset 0 1px 1px var(--floe-surface-highlight)
123
123
  );
124
124
  }
125
125
  [data-floe-surface-style='soft-neumorphic'] [data-floe-surface='inset'] {
126
126
  --floe-surface-decoration: var(
127
127
  --floe-surface-shadow-inset,
128
- inset 0 1px 2px var(--floe-surface-shade),
128
+ inset 0 1px 1px var(--floe-surface-shade),
129
129
  inset 0 -1px 1px var(--floe-surface-highlight)
130
130
  );
131
131
  }
132
132
  [data-floe-surface-style='soft-neumorphic'] [data-floe-surface='floating'] {
133
133
  --floe-surface-decoration: var(
134
134
  --floe-surface-shadow-floating,
135
- 0 8px 20px -6px var(--floe-surface-shade),
135
+ 0 8px 18px -8px var(--floe-surface-shade),
136
136
  inset 0 1px 1px var(--floe-surface-highlight)
137
137
  );
138
138
  background-color: var(--card);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.52.9",
3
+ "version": "0.52.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",