ninegrid2 6.551.0 → 6.553.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,11 +68,12 @@ class aiSettings extends HTMLElement
68
68
  :host {
69
69
  z-index: 9;
70
70
  display: none;
71
+ justify-content: flex-start;
71
72
  position: absolute;
72
73
  background: #fff;
73
74
  left: 0;
74
75
  right: 30px;
75
- top: 0;
76
+ top: 48px;
76
77
  bottom: 0;
77
78
  justify-content: center;
78
79
  align-items: center;
@@ -83,6 +84,7 @@ class aiSettings extends HTMLElement
83
84
  gap: 16px;
84
85
  transform: translateX(100%);
85
86
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
87
+
86
88
  }
87
89
 
88
90
  :host(.expand) {
@@ -90,9 +92,8 @@ class aiSettings extends HTMLElement
90
92
  animation: slideLeft 0.3s ease-out forwards;
91
93
  }
92
94
 
93
- .class {
94
- display: flex;
95
-
95
+ .line:first-of-type {
96
+ margin-top: 32px;
96
97
  }
97
98
  </style>
98
99
 
@@ -140,6 +141,7 @@ class aiSettings extends HTMLElement
140
141
  </select>
141
142
  </label>
142
143
  </div>
144
+
143
145
  <div class="line qdrant">
144
146
  <label>Url: <input id="qdrantUrl" value="${this.qdrantUrl}"/></label>
145
147
  </div>
@@ -27586,11 +27586,12 @@ class aiSettings extends HTMLElement
27586
27586
  :host {
27587
27587
  z-index: 9;
27588
27588
  display: none;
27589
+ justify-content: flex-start;
27589
27590
  position: absolute;
27590
27591
  background: #fff;
27591
27592
  left: 0;
27592
27593
  right: 30px;
27593
- top: 0;
27594
+ top: 48px;
27594
27595
  bottom: 0;
27595
27596
  justify-content: center;
27596
27597
  align-items: center;
@@ -27601,6 +27602,7 @@ class aiSettings extends HTMLElement
27601
27602
  gap: 16px;
27602
27603
  transform: translateX(100%);
27603
27604
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
27605
+
27604
27606
  }
27605
27607
 
27606
27608
  :host(.expand) {
@@ -27608,9 +27610,8 @@ class aiSettings extends HTMLElement
27608
27610
  animation: slideLeft 0.3s ease-out forwards;
27609
27611
  }
27610
27612
 
27611
- .class {
27612
- display: flex;
27613
-
27613
+ .line:first-of-type {
27614
+ margin-top: 32px;
27614
27615
  }
27615
27616
  </style>
27616
27617
 
@@ -27658,6 +27659,7 @@ class aiSettings extends HTMLElement
27658
27659
  </select>
27659
27660
  </label>
27660
27661
  </div>
27662
+
27661
27663
  <div class="line qdrant">
27662
27664
  <label>Url: <input id="qdrantUrl" value="${this.qdrantUrl}"/></label>
27663
27665
  </div>
@@ -27584,11 +27584,12 @@ class aiSettings extends HTMLElement
27584
27584
  :host {
27585
27585
  z-index: 9;
27586
27586
  display: none;
27587
+ justify-content: flex-start;
27587
27588
  position: absolute;
27588
27589
  background: #fff;
27589
27590
  left: 0;
27590
27591
  right: 30px;
27591
- top: 0;
27592
+ top: 48px;
27592
27593
  bottom: 0;
27593
27594
  justify-content: center;
27594
27595
  align-items: center;
@@ -27599,6 +27600,7 @@ class aiSettings extends HTMLElement
27599
27600
  gap: 16px;
27600
27601
  transform: translateX(100%);
27601
27602
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
27603
+
27602
27604
  }
27603
27605
 
27604
27606
  :host(.expand) {
@@ -27606,9 +27608,8 @@ class aiSettings extends HTMLElement
27606
27608
  animation: slideLeft 0.3s ease-out forwards;
27607
27609
  }
27608
27610
 
27609
- .class {
27610
- display: flex;
27611
-
27611
+ .line:first-of-type {
27612
+ margin-top: 32px;
27612
27613
  }
27613
27614
  </style>
27614
27615
 
@@ -27656,6 +27657,7 @@ class aiSettings extends HTMLElement
27656
27657
  </select>
27657
27658
  </label>
27658
27659
  </div>
27660
+
27659
27661
  <div class="line qdrant">
27660
27662
  <label>Url: <input id="qdrantUrl" value="${this.qdrantUrl}"/></label>
27661
27663
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.551.0",
4
+ "version": "6.553.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -68,11 +68,12 @@ class aiSettings extends HTMLElement
68
68
  :host {
69
69
  z-index: 9;
70
70
  display: none;
71
+ justify-content: flex-start;
71
72
  position: absolute;
72
73
  background: #fff;
73
74
  left: 0;
74
75
  right: 30px;
75
- top: 0;
76
+ top: 48px;
76
77
  bottom: 0;
77
78
  justify-content: center;
78
79
  align-items: center;
@@ -83,6 +84,7 @@ class aiSettings extends HTMLElement
83
84
  gap: 16px;
84
85
  transform: translateX(100%);
85
86
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
87
+
86
88
  }
87
89
 
88
90
  :host(.expand) {
@@ -90,9 +92,8 @@ class aiSettings extends HTMLElement
90
92
  animation: slideLeft 0.3s ease-out forwards;
91
93
  }
92
94
 
93
- .class {
94
- display: flex;
95
-
95
+ .line:first-of-type {
96
+ margin-top: 32px;
96
97
  }
97
98
  </style>
98
99
 
@@ -140,6 +141,7 @@ class aiSettings extends HTMLElement
140
141
  </select>
141
142
  </label>
142
143
  </div>
144
+
143
145
  <div class="line qdrant">
144
146
  <label>Url: <input id="qdrantUrl" value="${this.qdrantUrl}"/></label>
145
147
  </div>