@finsweet/webflow-apps-utils 1.0.47 → 1.0.48

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.
@@ -132,6 +132,11 @@
132
132
  justify-content: center;
133
133
  }
134
134
 
135
+ .icon-wrapper :global(svg) {
136
+ width: 100%;
137
+ height: 100%;
138
+ }
139
+
135
140
  .icon-name {
136
141
  font-size: 10px;
137
142
  color: #888;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {