RubyGems
npm
Organizations
Log in
Sign up
npm
@descope/web-components-ui
Versions diffs
1.0.268 → 1.0.269
Page 5
@descope/web-components-ui 1.0.268 → 1.0.269
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/cjs/index.cjs.js
+1
-0
package/dist/cjs/index.cjs.js.map
+1
-1
package/dist/index.esm.js
+1
-0
package/dist/index.esm.js.map
+1
-1
package/package.json
+1
-1
package/src/theme/components/grid.js
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@descope/web-components-ui",
3
-
"version": "1.0.
268
",
3
+
"version": "1.0.
269
",
4
4
"description": "",
5
5
"main": "dist/cjs/index.cjs.js",
6
6
"module": "dist/index.esm.js",
package/src/theme/components/grid.js
CHANGED
Viewed
@@ -10,6 +10,7 @@ export const grid = {
10
10
[vars.hostWidth]: '100%',
11
11
[vars.hostHeight]: '100%',
12
12
[vars.hostMinHeight]: '400px',
13
+
[vars.fontWeight]: '400',
13
14
[vars.backgroundColor]: globalRefs.colors.surface.light,
14
15
15
16
[vars.fontSize]: refs.fontSize,
« First
‹ Prev
1
2
3
4
5