alpic 1.118.0 → 1.120.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>
@@ -9316,7 +9316,7 @@ var require_shams = __commonJS({
9316
9316
  return true;
9317
9317
  }
9318
9318
  var obj = {};
9319
- var sym = Symbol("test");
9319
+ var sym = /* @__PURE__ */ Symbol("test");
9320
9320
  var symObj = Object(sym);
9321
9321
  if (typeof sym === "string") {
9322
9322
  return false;
@@ -9375,7 +9375,7 @@ var require_has_symbols = __commonJS({
9375
9375
  if (typeof origSymbol("foo") !== "symbol") {
9376
9376
  return false;
9377
9377
  }
9378
- if (typeof Symbol("bar") !== "symbol") {
9378
+ if (typeof /* @__PURE__ */ Symbol("bar") !== "symbol") {
9379
9379
  return false;
9380
9380
  }
9381
9381
  return hasSymbolSham();
@@ -12690,7 +12690,7 @@ var parseHeaders_default = (rawHeaders) => {
12690
12690
  };
12691
12691
 
12692
12692
  // ../../node_modules/.pnpm/axios@1.13.5_debug@4.4.3/node_modules/axios/lib/core/AxiosHeaders.js
12693
- var $internals = Symbol("internals");
12693
+ var $internals = /* @__PURE__ */ Symbol("internals");
12694
12694
  function normalizeHeader(header) {
12695
12695
  return header && String(header).trim().toLowerCase();
12696
12696
  }
@@ -13045,7 +13045,7 @@ import stream3 from "stream";
13045
13045
 
13046
13046
  // ../../node_modules/.pnpm/axios@1.13.5_debug@4.4.3/node_modules/axios/lib/helpers/AxiosTransformStream.js
13047
13047
  import stream from "stream";
13048
- var kInternals = Symbol("internals");
13048
+ var kInternals = /* @__PURE__ */ Symbol("internals");
13049
13049
  var AxiosTransformStream = class extends stream.Transform {
13050
13050
  constructor(options) {
13051
13051
  options = utils_default.toFlatObject(options, {