ninegrid2 6.554.0 → 6.555.0

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.
@@ -68,23 +68,20 @@ class aiSettings extends HTMLElement
68
68
  :host {
69
69
  z-index: 9;
70
70
  display: none;
71
+ flex-direction: column;
71
72
  justify-content: flex-start;
73
+ align-items: flex-start;
72
74
  position: absolute;
73
75
  background: #fff;
74
76
  left: 0;
75
77
  right: 30px;
76
78
  top: 48px;
77
79
  bottom: 0;
78
- justify-content: center;
79
- align-items: center;
80
80
  opacity: 0;
81
- flex-direction: column;
82
- align-items: flex-start;
83
81
  padding-left: 16px;
84
82
  gap: 16px;
85
83
  transform: translateX(100%);
86
84
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
87
-
88
85
  }
89
86
 
90
87
  :host(.expand) {
@@ -27586,23 +27586,20 @@ class aiSettings extends HTMLElement
27586
27586
  :host {
27587
27587
  z-index: 9;
27588
27588
  display: none;
27589
+ flex-direction: column;
27589
27590
  justify-content: flex-start;
27591
+ align-items: flex-start;
27590
27592
  position: absolute;
27591
27593
  background: #fff;
27592
27594
  left: 0;
27593
27595
  right: 30px;
27594
27596
  top: 48px;
27595
27597
  bottom: 0;
27596
- justify-content: center;
27597
- align-items: center;
27598
27598
  opacity: 0;
27599
- flex-direction: column;
27600
- align-items: flex-start;
27601
27599
  padding-left: 16px;
27602
27600
  gap: 16px;
27603
27601
  transform: translateX(100%);
27604
27602
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
27605
-
27606
27603
  }
27607
27604
 
27608
27605
  :host(.expand) {
@@ -27584,23 +27584,20 @@ class aiSettings extends HTMLElement
27584
27584
  :host {
27585
27585
  z-index: 9;
27586
27586
  display: none;
27587
+ flex-direction: column;
27587
27588
  justify-content: flex-start;
27589
+ align-items: flex-start;
27588
27590
  position: absolute;
27589
27591
  background: #fff;
27590
27592
  left: 0;
27591
27593
  right: 30px;
27592
27594
  top: 48px;
27593
27595
  bottom: 0;
27594
- justify-content: center;
27595
- align-items: center;
27596
27596
  opacity: 0;
27597
- flex-direction: column;
27598
- align-items: flex-start;
27599
27597
  padding-left: 16px;
27600
27598
  gap: 16px;
27601
27599
  transform: translateX(100%);
27602
27600
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
27603
-
27604
27601
  }
27605
27602
 
27606
27603
  :host(.expand) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.554.0",
4
+ "version": "6.555.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -68,23 +68,20 @@ class aiSettings extends HTMLElement
68
68
  :host {
69
69
  z-index: 9;
70
70
  display: none;
71
+ flex-direction: column;
71
72
  justify-content: flex-start;
73
+ align-items: flex-start;
72
74
  position: absolute;
73
75
  background: #fff;
74
76
  left: 0;
75
77
  right: 30px;
76
78
  top: 48px;
77
79
  bottom: 0;
78
- justify-content: center;
79
- align-items: center;
80
80
  opacity: 0;
81
- flex-direction: column;
82
- align-items: flex-start;
83
81
  padding-left: 16px;
84
82
  gap: 16px;
85
83
  transform: translateX(100%);
86
84
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
87
-
88
85
  }
89
86
 
90
87
  :host(.expand) {