@finsweet/webflow-apps-utils 1.0.26 → 1.0.28

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/ui/index.css CHANGED
@@ -166,8 +166,9 @@ body,
166
166
 
167
167
  body {
168
168
  margin: 0;
169
- /* color: var(--text-text-1, #d9d9d9); */
170
169
  color: var(--text1);
170
+ -webkit-font-smoothing: antialiased;
171
+ -moz-osx-font-smoothing: grayscale;
171
172
 
172
173
  font-size: var(--font-size-large);
173
174
  font-family:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {
@@ -93,7 +93,6 @@
93
93
  "just-debounce": "^1.1.0",
94
94
  "lodash": "^4.17.21",
95
95
  "lodash-es": "^4.17.21",
96
- "logrocket": "^10.1.0",
97
96
  "luxon": "^3.6.1",
98
97
  "motion": "^10.18.0",
99
98
  "svelte-routing": "^2.13.0",