@omniumretail/component-library 1.0.24 → 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/main.css +4 -5
  2. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -542,6 +542,10 @@
542
542
  .yBjbWkudwA_AOwhHrnlc .ant-tree-title {
543
543
  font-weight: var(--font-weight-semibold);
544
544
  }
545
+ .yBjbWkudwA_AOwhHrnlc button {
546
+ margin-top: 32px;
547
+ width: 100%;
548
+ }
545
549
 
546
550
  .je000VEfsPqZupGr8ymu {
547
551
  font-size: var(--font-size-body-4);
@@ -551,11 +555,6 @@
551
555
  text-transform: uppercase;
552
556
  }
553
557
 
554
- button {
555
- margin-top: 32px;
556
- width: 100%;
557
- }
558
-
559
558
  .tUDGWNXopUejF6zWJloy {
560
559
  margin-top: 20px;
561
560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",