@gyramais/gyra-design 0.1.9 → 0.1.10

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 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3576,19 +3576,19 @@ h6 {
3576
3576
  }
3577
3577
  }
3578
3578
 
3579
- .gyramais-table-container > table > .gyramais-table-empty-container {
3579
+ .gyramais-table-container .gyramais-table-empty-container {
3580
3580
 
3581
3581
  padding-top: 1rem;
3582
3582
 
3583
3583
  padding-bottom: 1rem
3584
3584
  }
3585
- .gyramais-table-container > table > .gyramais-table-empty-icon {
3585
+ .gyramais-table-container .gyramais-table-empty-icon {
3586
3586
 
3587
3587
  display: flex;
3588
3588
 
3589
3589
  justify-content: center
3590
3590
  }
3591
- .gyramais-table-container > table > .gyramais-table-empty-icon svg {
3591
+ .gyramais-table-container .gyramais-table-empty-icon svg {
3592
3592
 
3593
3593
  font-size: 40px;
3594
3594
 
@@ -3596,7 +3596,7 @@ h6 {
3596
3596
 
3597
3597
  color: rgb(184 184 184 / var(--tw-text-opacity))
3598
3598
  }
3599
- .gyramais-table-container > table > .gyramais-table-empty-text {
3599
+ .gyramais-table-container .gyramais-table-empty-text {
3600
3600
 
3601
3601
  display: flex;
3602
3602
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyramais/gyra-design",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Gyramais Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",