alpic 1.118.0 → 1.119.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.
@@ -115,6 +115,32 @@
115
115
  background: rgba(5, 20, 19, 0.1);
116
116
  }
117
117
 
118
+ .btn-sso {
119
+ background: none;
120
+ border: none;
121
+ color: rgba(5, 20, 19, 0.6);
122
+ font-size: 14px;
123
+ font-weight: 500;
124
+ height: 32px;
125
+ width: auto;
126
+ padding: 0 8px;
127
+ gap: 4px;
128
+ border-radius: 6px;
129
+ }
130
+ .btn-sso svg {
131
+ width: 16px;
132
+ height: 16px;
133
+ stroke: rgba(5, 20, 19, 0.6);
134
+ fill: none;
135
+ }
136
+ .btn-sso:hover {
137
+ background: rgba(5, 20, 19, 0.06);
138
+ color: var(--midnight);
139
+ }
140
+ .btn-sso:hover svg {
141
+ stroke: var(--midnight);
142
+ }
143
+
118
144
  .btn-loading {
119
145
  opacity: 0.7;
120
146
  pointer-events: none;
@@ -173,6 +199,19 @@
173
199
  </svg>
174
200
  Sign in with Google
175
201
  </button>
202
+ <button class="btn btn-sso" onclick="login('WorkOS', this)" type="button">
203
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
204
+ <title>SSO</title>
205
+ <path d="M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z" />
206
+ <path d="M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" />
207
+ <path d="M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2" />
208
+ <path d="M10 6h4" />
209
+ <path d="M10 10h4" />
210
+ <path d="M10 14h4" />
211
+ <path d="M10 18h4" />
212
+ </svg>
213
+ Sign in with SSO
214
+ </button>
176
215
  </div>
177
216
  </div>
178
217
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpic",
3
- "version": "1.118.0",
3
+ "version": "1.119.0",
4
4
  "description": "The command-line interface for Alpic",
5
5
  "homepage": "https://alpic.ai",
6
6
  "preferGlobal": true,
@@ -44,7 +44,7 @@
44
44
  "tar": "^7.5.13",
45
45
  "undici": "^8.1.0",
46
46
  "zod": "^4.3.6",
47
- "@alpic-ai/api": "1.118.0"
47
+ "@alpic-ai/api": "1.119.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@orpc/openapi": "^1.14.0",