@bailaya/react 1.0.22 → 1.0.23

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 +4 -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: 100%;
58
+ width: 25%;
59
59
  aspect-ratio: 1 / 1;
60
60
  padding: var(--by-img-pad);
61
61
  }
@@ -105,13 +105,13 @@
105
105
 
106
106
  /* Button */
107
107
  :where(.by-btn) {
108
- margin-top: auto;
108
+ margin-top: 1rem;
109
109
  display: inline-flex;
110
110
  align-items: center;
111
111
  gap: 0.5rem;
112
112
  padding: var(--by-btn-pad-y) var(--by-btn-pad-x);
113
113
  border-radius: var(--by-radius-md);
114
- font-weight: 500;
114
+ font-weight: 700;
115
115
  border: 1px solid transparent;
116
116
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
117
117
  background: var(--by-color-btn-bg);
@@ -184,6 +184,7 @@
184
184
  text-align: left;
185
185
  font-family: var(--by-body-font);
186
186
  color: var(--by-color-text);
187
+ width: 75%;
187
188
  }
188
189
  @media (min-width: 768px) {
189
190
  :where(.by-listBody) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bailaya/react",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
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",