RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@gravity-ui/blog-constructor
Versions diffs
1.0.0-alpha.2 → 1.0.0-alpha.3
@gravity-ui/blog-constructor 1.0.0-alpha.2 → 1.0.0-alpha.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/build/cjs/components/Search/Search.css
+0
-1
package/build/esm/components/Search/Search.css
+0
-1
package/package.json
+1
-1
package/build/cjs/components/Search/Search.css
CHANGED
Viewed
@@ -7,7 +7,6 @@ unpredictable css rules order in build */
7
7
display: flex;
8
8
align-items: center;
9
9
justify-content: flex-end;
10
-
max-width: 376px;
11
10
height: 44px;
12
11
transition: width 0.3s;
13
12
}
package/build/esm/components/Search/Search.css
CHANGED
Viewed
@@ -7,7 +7,6 @@ unpredictable css rules order in build */
7
7
display: flex;
8
8
align-items: center;
9
9
justify-content: flex-end;
10
-
max-width: 376px;
11
10
height: 44px;
12
11
transition: width 0.3s;
13
12
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@gravity-ui/blog-constructor",
3
-
"version": "1.0.0-alpha.
2
",
3
+
"version": "1.0.0-alpha.
3
",
4
4
"description": "Gravity UI Blog Constructor",
5
5
"license": "MIT",
6
6
"repository": {