ninegrid2 6.554.0 → 6.556.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.
@@ -60,41 +60,8 @@ class aiSettings extends HTMLElement
60
60
 
61
61
  this.shadowRoot.innerHTML = `
62
62
  <style>
63
- @keyframes slideLeft {
64
- 0% { transform: translateX(100%); opacity: 0; }
65
- 100% { transform: translateX(0); opacity: 1; }
66
- }
67
-
68
- :host {
69
- z-index: 9;
70
- display: none;
71
- justify-content: flex-start;
72
- position: absolute;
73
- background: #fff;
74
- left: 0;
75
- right: 30px;
76
- top: 48px;
77
- bottom: 0;
78
- justify-content: center;
79
- align-items: center;
80
- opacity: 0;
81
- flex-direction: column;
82
- align-items: flex-start;
83
- padding-left: 16px;
84
- gap: 16px;
85
- transform: translateX(100%);
86
- transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
87
-
88
- }
89
-
90
- :host(.expand) {
91
- display: flex;
92
- animation: slideLeft 0.3s ease-out forwards;
93
- }
94
-
95
- .line:first-of-type {
96
- margin-top: 32px;
97
- }
63
+ @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/ai.css";
64
+ ${ninegrid.getCustomPath(this,"ai.css")}
98
65
  </style>
99
66
 
100
67
  <div class="line">