@bailaya/react 1.0.35 → 1.0.36

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 +7 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -258,6 +258,7 @@
258
258
  :where(.by-scheduleLeft) {
259
259
  display: flex;
260
260
  flex-direction: column;
261
+ flex: 1;
261
262
  min-width: 0;
262
263
  }
263
264
 
@@ -313,3 +314,9 @@
313
314
  :where(.by-scheduleRight .by-btn) {
314
315
  margin-top: 0;
315
316
  }
317
+
318
+ :where(.by-scheduleImage) {
319
+ width: 80px;
320
+ height: 80px;
321
+ border-radius: 100rem;
322
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bailaya/react",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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",