@crystaldesign/content-item 25.7.0-rc.2 → 25.7.0-rc.3
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/build/esm/index.js +1 -1
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -761,7 +761,7 @@ function Loader() {
|
|
|
761
761
|
var rootWrapper = "root-wrapper-WNprt";
|
|
762
762
|
var contentWrapper = "content-wrapper-K5XIs";
|
|
763
763
|
var loading = "loading-089Ib";
|
|
764
|
-
var css_248z = ".root-wrapper-WNprt {\n min-height: 60px;\n position: relative;\n width: 100
|
|
764
|
+
var css_248z = ".root-wrapper-WNprt {\n min-height: 60px;\n position: relative;\n width: calc(100% - 80px);\n padding-left: 40px;\n}\n\n.content-wrapper-K5XIs {\n transition: opacity 0.2s ease-in-out;\n}\n.content-wrapper-K5XIs.loading-089Ib {\n opacity: 0.5;\n}\n";
|
|
765
765
|
styleInject(css_248z);
|
|
766
766
|
|
|
767
767
|
var ContentItems = function ContentItems(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/content-item",
|
|
3
|
-
"version": "25.7.0-rc.
|
|
3
|
+
"version": "25.7.0-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"module": "build/esm/index.js",
|
|
36
36
|
"types": "./build/types/content-item/src/index.d.ts",
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "aef53ccd1666e0fd50961c8aca5c253054e6b64c"
|
|
38
38
|
}
|