@finsweet/webflow-apps-utils 1.0.38 → 1.0.39

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.
Files changed (2) hide show
  1. package/dist/ui/index.css +7 -11
  2. package/package.json +1 -1
package/dist/ui/index.css CHANGED
@@ -1,6 +1,8 @@
1
1
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');
2
2
 
3
- :root {
3
+ html,
4
+ body,
5
+ #app {
4
6
  /* custom scrollbar related */
5
7
  --sb-track-color: #1e1e1e;
6
8
  --sb-thumb-color: #373737;
@@ -126,6 +128,10 @@
126
128
  /* Finsweet Components: super app specific sizes */
127
129
  --components-navbar-height: 43px;
128
130
  --left-sidebar-width: 274px;
131
+
132
+ height: 100%;
133
+ background: var(--background1);
134
+ font-family: var(--font-stack);
129
135
  }
130
136
 
131
137
  *,
@@ -134,16 +140,6 @@
134
140
  box-sizing: border-box;
135
141
  }
136
142
 
137
- html,
138
- body,
139
- #app {
140
- height: 100%;
141
- background: var(--background1);
142
- font-family: var(--font-stack);
143
- /* Prevents layout shift when scrollbar appears, does not work in Safari browsers */
144
- /* scrollbar-gutter: stable; */
145
- }
146
-
147
143
  body {
148
144
  margin: 0;
149
145
  color: var(--text1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {