@bigtablet/design-system 1.2.4 → 1.2.5

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/index.css +4 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -202,6 +202,7 @@
202
202
 
203
203
  /* src/ui/general/button/style.scss */
204
204
  .btn {
205
+ width: 100%;
205
206
  display: flex;
206
207
  align-items: center;
207
208
  justify-content: center;
@@ -216,6 +217,7 @@
216
217
  opacity: 0.5;
217
218
  }
218
219
  .btn--primary {
220
+ width: 100%;
219
221
  display: flex;
220
222
  align-items: center;
221
223
  justify-content: center;
@@ -240,6 +242,7 @@
240
242
  transform: scale(0.98);
241
243
  }
242
244
  .btn--secondary {
245
+ width: 100%;
243
246
  display: flex;
244
247
  align-items: center;
245
248
  justify-content: center;
@@ -265,6 +268,7 @@
265
268
  transform: scale(0.98);
266
269
  }
267
270
  .btn--ghost {
271
+ width: 100%;
268
272
  display: flex;
269
273
  align-items: center;
270
274
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigtablet/design-system",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Bigtablet Design System UI Components",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",