@bailaya/react 1.0.23 → 1.0.25

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/styles.css +2 -3
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -55,7 +55,7 @@
55
55
 
56
56
  /* Image wrapper */
57
57
  :where(.by-imageWrap) {
58
- width: 25%;
58
+ width: 100%;
59
59
  aspect-ratio: 1 / 1;
60
60
  padding: var(--by-img-pad);
61
61
  }
@@ -84,7 +84,6 @@
84
84
  font-family: var(--by-heading-font);
85
85
  font-weight: 600;
86
86
  color: var(--by-color-heading);
87
- padding-bottom: var(--by-title-pb);
88
87
  text-align: center;
89
88
  line-height: 1.1;
90
89
  font-size: 1rem;
@@ -162,7 +161,7 @@
162
161
 
163
162
  /* Image wrapper */
164
163
  :where(.by-listImageWrap) {
165
- width: 100%;
164
+ width: 25%;
166
165
  padding: 1rem;
167
166
  aspect-ratio: 1 / 1;
168
167
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bailaya/react",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "A React component library for the BailaYa public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",