@sproutsocial/seeds-react-button 1.0.0 → 1.1.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.
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/extends.js
36
+ // ../../node_modules/@babel/runtime/helpers/esm/extends.js
37
37
  function _extends() {
38
38
  _extends = Object.assign ? Object.assign.bind() : function(target) {
39
39
  for (var i = 1; i < arguments.length; i++) {
@@ -49,12 +49,12 @@ function _extends() {
49
49
  return _extends.apply(this, arguments);
50
50
  }
51
51
  var init_extends = __esm({
52
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/extends.js"() {
52
+ "../../node_modules/@babel/runtime/helpers/esm/extends.js"() {
53
53
  "use strict";
54
54
  }
55
55
  });
56
56
 
57
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
57
+ // ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
58
58
  function _assertThisInitialized(self) {
59
59
  if (self === void 0) {
60
60
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@@ -62,39 +62,39 @@ function _assertThisInitialized(self) {
62
62
  return self;
63
63
  }
64
64
  var init_assertThisInitialized = __esm({
65
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"() {
65
+ "../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"() {
66
66
  "use strict";
67
67
  }
68
68
  });
69
69
 
70
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
71
- function _setPrototypeOf(o, p2) {
72
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p3) {
73
- o2.__proto__ = p3;
70
+ // ../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
71
+ function _setPrototypeOf(o, p) {
72
+ _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
73
+ o2.__proto__ = p2;
74
74
  return o2;
75
75
  };
76
- return _setPrototypeOf(o, p2);
76
+ return _setPrototypeOf(o, p);
77
77
  }
78
78
  var init_setPrototypeOf = __esm({
79
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"() {
79
+ "../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"() {
80
80
  "use strict";
81
81
  }
82
82
  });
83
83
 
84
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
84
+ // ../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
85
85
  function _inheritsLoose(subClass, superClass) {
86
86
  subClass.prototype = Object.create(superClass.prototype);
87
87
  subClass.prototype.constructor = subClass;
88
88
  _setPrototypeOf(subClass, superClass);
89
89
  }
90
90
  var init_inheritsLoose = __esm({
91
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"() {
91
+ "../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"() {
92
92
  "use strict";
93
93
  init_setPrototypeOf();
94
94
  }
95
95
  });
96
96
 
97
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
97
+ // ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
98
98
  function _getPrototypeOf(o) {
99
99
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf2(o2) {
100
100
  return o2.__proto__ || Object.getPrototypeOf(o2);
@@ -102,69 +102,60 @@ function _getPrototypeOf(o) {
102
102
  return _getPrototypeOf(o);
103
103
  }
104
104
  var init_getPrototypeOf = __esm({
105
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"() {
105
+ "../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"() {
106
106
  "use strict";
107
107
  }
108
108
  });
109
109
 
110
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
110
+ // ../../node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
111
111
  function _isNativeFunction(fn) {
112
- return Function.toString.call(fn).indexOf("[native code]") !== -1;
112
+ try {
113
+ return Function.toString.call(fn).indexOf("[native code]") !== -1;
114
+ } catch (e) {
115
+ return typeof fn === "function";
116
+ }
113
117
  }
114
118
  var init_isNativeFunction = __esm({
115
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js"() {
119
+ "../../node_modules/@babel/runtime/helpers/esm/isNativeFunction.js"() {
116
120
  "use strict";
117
121
  }
118
122
  });
119
123
 
120
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
124
+ // ../../node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
121
125
  function _isNativeReflectConstruct() {
122
- if (typeof Reflect === "undefined" || !Reflect.construct)
123
- return false;
124
- if (Reflect.construct.sham)
125
- return false;
126
- if (typeof Proxy === "function")
127
- return true;
128
126
  try {
129
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
127
+ var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
130
128
  }));
131
- return true;
132
- } catch (e) {
133
- return false;
129
+ } catch (t2) {
134
130
  }
131
+ return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
132
+ return !!t;
133
+ })();
135
134
  }
136
135
  var init_isNativeReflectConstruct = __esm({
137
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js"() {
136
+ "../../node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js"() {
138
137
  "use strict";
139
138
  }
140
139
  });
141
140
 
142
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/construct.js
143
- function _construct(Parent, args, Class) {
144
- if (_isNativeReflectConstruct()) {
145
- _construct = Reflect.construct.bind();
146
- } else {
147
- _construct = function _construct2(Parent2, args2, Class2) {
148
- var a3 = [null];
149
- a3.push.apply(a3, args2);
150
- var Constructor = Function.bind.apply(Parent2, a3);
151
- var instance = new Constructor();
152
- if (Class2)
153
- _setPrototypeOf(instance, Class2.prototype);
154
- return instance;
155
- };
156
- }
157
- return _construct.apply(null, arguments);
141
+ // ../../node_modules/@babel/runtime/helpers/esm/construct.js
142
+ function _construct(t, e, r) {
143
+ if (_isNativeReflectConstruct())
144
+ return Reflect.construct.apply(null, arguments);
145
+ var o = [null];
146
+ o.push.apply(o, e);
147
+ var p = new (t.bind.apply(t, o))();
148
+ return r && _setPrototypeOf(p, r.prototype), p;
158
149
  }
159
150
  var init_construct = __esm({
160
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/construct.js"() {
151
+ "../../node_modules/@babel/runtime/helpers/esm/construct.js"() {
161
152
  "use strict";
162
153
  init_setPrototypeOf();
163
154
  init_isNativeReflectConstruct();
164
155
  }
165
156
  });
166
157
 
167
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
158
+ // ../../node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
168
159
  function _wrapNativeSuper(Class) {
169
160
  var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
170
161
  _wrapNativeSuper = function _wrapNativeSuper2(Class2) {
@@ -194,7 +185,7 @@ function _wrapNativeSuper(Class) {
194
185
  return _wrapNativeSuper(Class);
195
186
  }
196
187
  var init_wrapNativeSuper = __esm({
197
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js"() {
188
+ "../../node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js"() {
198
189
  "use strict";
199
190
  init_getPrototypeOf();
200
191
  init_setPrototypeOf();
@@ -203,7 +194,7 @@ var init_wrapNativeSuper = __esm({
203
194
  }
204
195
  });
205
196
 
206
- // ../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js
197
+ // ../../node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js
207
198
  function _taggedTemplateLiteralLoose(strings, raw) {
208
199
  if (!raw) {
209
200
  raw = strings.slice(0);
@@ -212,7 +203,7 @@ function _taggedTemplateLiteralLoose(strings, raw) {
212
203
  return strings;
213
204
  }
214
205
  var init_taggedTemplateLiteralLoose = __esm({
215
- "../../node_modules/polished/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js"() {
206
+ "../../node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js"() {
216
207
  "use strict";
217
208
  }
218
209
  });
@@ -615,12 +606,12 @@ function _unsupportedIterableToArray(o, minLen) {
615
606
  return;
616
607
  if (typeof o === "string")
617
608
  return _arrayLikeToArray(o, minLen);
618
- var n = Object.prototype.toString.call(o).slice(8, -1);
619
- if (n === "Object" && o.constructor)
620
- n = o.constructor.name;
621
- if (n === "Map" || n === "Set")
609
+ var n2 = Object.prototype.toString.call(o).slice(8, -1);
610
+ if (n2 === "Object" && o.constructor)
611
+ n2 = o.constructor.name;
612
+ if (n2 === "Map" || n2 === "Set")
622
613
  return Array.from(o);
623
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
614
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
624
615
  return _arrayLikeToArray(o, minLen);
625
616
  }
626
617
  function _arrayLikeToArray(arr, len) {
@@ -1209,14 +1200,14 @@ function toColorString(color) {
1209
1200
  return hsl(color);
1210
1201
  throw new PolishedError(8);
1211
1202
  }
1212
- function curried(f, length, acc) {
1203
+ function curried(f2, length, acc) {
1213
1204
  return function fn() {
1214
1205
  var combined = acc.concat(Array.prototype.slice.call(arguments));
1215
- return combined.length >= length ? f.apply(this, combined) : curried(f, length, combined);
1206
+ return combined.length >= length ? f2.apply(this, combined) : curried(f2, length, combined);
1216
1207
  };
1217
1208
  }
1218
- function curry(f) {
1219
- return curried(f, f.length, []);
1209
+ function curry(f2) {
1210
+ return curried(f2, f2.length, []);
1220
1211
  }
1221
1212
  function adjustHue(degree, color) {
1222
1213
  if (color === "transparent")
@@ -2225,321 +2216,806 @@ var init_polished_esm = __esm({
2225
2216
  }
2226
2217
  });
2227
2218
 
2228
- // ../../seeds-design-tokens/seeds-color/dist/seeds-color.js
2229
- var require_seeds_color = __commonJS({
2230
- "../../seeds-design-tokens/seeds-color/dist/seeds-color.js"(exports, module2) {
2219
+ // ../../seeds-design-tokens/seeds-color/dist/seeds-color.esm.js
2220
+ var seeds_color_esm_exports = {};
2221
+ __export(seeds_color_esm_exports, {
2222
+ COLOR_AQUA_0: () => COLOR_AQUA_0,
2223
+ COLOR_AQUA_100: () => COLOR_AQUA_100,
2224
+ COLOR_AQUA_1000: () => COLOR_AQUA_1000,
2225
+ COLOR_AQUA_1100: () => COLOR_AQUA_1100,
2226
+ COLOR_AQUA_200: () => COLOR_AQUA_200,
2227
+ COLOR_AQUA_300: () => COLOR_AQUA_300,
2228
+ COLOR_AQUA_400: () => COLOR_AQUA_400,
2229
+ COLOR_AQUA_500: () => COLOR_AQUA_500,
2230
+ COLOR_AQUA_600: () => COLOR_AQUA_600,
2231
+ COLOR_AQUA_700: () => COLOR_AQUA_700,
2232
+ COLOR_AQUA_800: () => COLOR_AQUA_800,
2233
+ COLOR_AQUA_900: () => COLOR_AQUA_900,
2234
+ COLOR_BAMBU_TEAL_400: () => COLOR_BAMBU_TEAL_400,
2235
+ COLOR_BAMBU_TEAL_500: () => COLOR_BAMBU_TEAL_500,
2236
+ COLOR_BAMBU_TEAL_600: () => COLOR_BAMBU_TEAL_600,
2237
+ COLOR_BAMBU_TEAL_700: () => COLOR_BAMBU_TEAL_700,
2238
+ COLOR_BAMBU_YELLOW_500: () => COLOR_BAMBU_YELLOW_500,
2239
+ COLOR_BAMBU_YELLOW_600: () => COLOR_BAMBU_YELLOW_600,
2240
+ COLOR_BLUE_0: () => COLOR_BLUE_0,
2241
+ COLOR_BLUE_100: () => COLOR_BLUE_100,
2242
+ COLOR_BLUE_1000: () => COLOR_BLUE_1000,
2243
+ COLOR_BLUE_1100: () => COLOR_BLUE_1100,
2244
+ COLOR_BLUE_200: () => COLOR_BLUE_200,
2245
+ COLOR_BLUE_300: () => COLOR_BLUE_300,
2246
+ COLOR_BLUE_400: () => COLOR_BLUE_400,
2247
+ COLOR_BLUE_500: () => COLOR_BLUE_500,
2248
+ COLOR_BLUE_600: () => COLOR_BLUE_600,
2249
+ COLOR_BLUE_700: () => COLOR_BLUE_700,
2250
+ COLOR_BLUE_800: () => COLOR_BLUE_800,
2251
+ COLOR_BLUE_900: () => COLOR_BLUE_900,
2252
+ COLOR_GREEN_0: () => COLOR_GREEN_0,
2253
+ COLOR_GREEN_100: () => COLOR_GREEN_100,
2254
+ COLOR_GREEN_1000: () => COLOR_GREEN_1000,
2255
+ COLOR_GREEN_1100: () => COLOR_GREEN_1100,
2256
+ COLOR_GREEN_200: () => COLOR_GREEN_200,
2257
+ COLOR_GREEN_300: () => COLOR_GREEN_300,
2258
+ COLOR_GREEN_400: () => COLOR_GREEN_400,
2259
+ COLOR_GREEN_500: () => COLOR_GREEN_500,
2260
+ COLOR_GREEN_600: () => COLOR_GREEN_600,
2261
+ COLOR_GREEN_700: () => COLOR_GREEN_700,
2262
+ COLOR_GREEN_800: () => COLOR_GREEN_800,
2263
+ COLOR_GREEN_900: () => COLOR_GREEN_900,
2264
+ COLOR_MAGENTA_0: () => COLOR_MAGENTA_0,
2265
+ COLOR_MAGENTA_100: () => COLOR_MAGENTA_100,
2266
+ COLOR_MAGENTA_1000: () => COLOR_MAGENTA_1000,
2267
+ COLOR_MAGENTA_1100: () => COLOR_MAGENTA_1100,
2268
+ COLOR_MAGENTA_200: () => COLOR_MAGENTA_200,
2269
+ COLOR_MAGENTA_300: () => COLOR_MAGENTA_300,
2270
+ COLOR_MAGENTA_350: () => COLOR_MAGENTA_350,
2271
+ COLOR_MAGENTA_400: () => COLOR_MAGENTA_400,
2272
+ COLOR_MAGENTA_500: () => COLOR_MAGENTA_500,
2273
+ COLOR_MAGENTA_600: () => COLOR_MAGENTA_600,
2274
+ COLOR_MAGENTA_700: () => COLOR_MAGENTA_700,
2275
+ COLOR_MAGENTA_800: () => COLOR_MAGENTA_800,
2276
+ COLOR_MAGENTA_900: () => COLOR_MAGENTA_900,
2277
+ COLOR_NEUTRAL_0: () => COLOR_NEUTRAL_0,
2278
+ COLOR_NEUTRAL_100: () => COLOR_NEUTRAL_100,
2279
+ COLOR_NEUTRAL_1000: () => COLOR_NEUTRAL_1000,
2280
+ COLOR_NEUTRAL_1100: () => COLOR_NEUTRAL_1100,
2281
+ COLOR_NEUTRAL_200: () => COLOR_NEUTRAL_200,
2282
+ COLOR_NEUTRAL_300: () => COLOR_NEUTRAL_300,
2283
+ COLOR_NEUTRAL_400: () => COLOR_NEUTRAL_400,
2284
+ COLOR_NEUTRAL_500: () => COLOR_NEUTRAL_500,
2285
+ COLOR_NEUTRAL_600: () => COLOR_NEUTRAL_600,
2286
+ COLOR_NEUTRAL_700: () => COLOR_NEUTRAL_700,
2287
+ COLOR_NEUTRAL_800: () => COLOR_NEUTRAL_800,
2288
+ COLOR_NEUTRAL_900: () => COLOR_NEUTRAL_900,
2289
+ COLOR_ORANGE_0: () => COLOR_ORANGE_0,
2290
+ COLOR_ORANGE_100: () => COLOR_ORANGE_100,
2291
+ COLOR_ORANGE_1000: () => COLOR_ORANGE_1000,
2292
+ COLOR_ORANGE_1100: () => COLOR_ORANGE_1100,
2293
+ COLOR_ORANGE_200: () => COLOR_ORANGE_200,
2294
+ COLOR_ORANGE_300: () => COLOR_ORANGE_300,
2295
+ COLOR_ORANGE_400: () => COLOR_ORANGE_400,
2296
+ COLOR_ORANGE_500: () => COLOR_ORANGE_500,
2297
+ COLOR_ORANGE_600: () => COLOR_ORANGE_600,
2298
+ COLOR_ORANGE_700: () => COLOR_ORANGE_700,
2299
+ COLOR_ORANGE_800: () => COLOR_ORANGE_800,
2300
+ COLOR_ORANGE_900: () => COLOR_ORANGE_900,
2301
+ COLOR_PINK_0: () => COLOR_PINK_0,
2302
+ COLOR_PINK_100: () => COLOR_PINK_100,
2303
+ COLOR_PINK_1000: () => COLOR_PINK_1000,
2304
+ COLOR_PINK_1100: () => COLOR_PINK_1100,
2305
+ COLOR_PINK_200: () => COLOR_PINK_200,
2306
+ COLOR_PINK_300: () => COLOR_PINK_300,
2307
+ COLOR_PINK_400: () => COLOR_PINK_400,
2308
+ COLOR_PINK_500: () => COLOR_PINK_500,
2309
+ COLOR_PINK_600: () => COLOR_PINK_600,
2310
+ COLOR_PINK_700: () => COLOR_PINK_700,
2311
+ COLOR_PINK_800: () => COLOR_PINK_800,
2312
+ COLOR_PINK_900: () => COLOR_PINK_900,
2313
+ COLOR_PURPLE_0: () => COLOR_PURPLE_0,
2314
+ COLOR_PURPLE_100: () => COLOR_PURPLE_100,
2315
+ COLOR_PURPLE_1000: () => COLOR_PURPLE_1000,
2316
+ COLOR_PURPLE_1100: () => COLOR_PURPLE_1100,
2317
+ COLOR_PURPLE_200: () => COLOR_PURPLE_200,
2318
+ COLOR_PURPLE_300: () => COLOR_PURPLE_300,
2319
+ COLOR_PURPLE_400: () => COLOR_PURPLE_400,
2320
+ COLOR_PURPLE_500: () => COLOR_PURPLE_500,
2321
+ COLOR_PURPLE_600: () => COLOR_PURPLE_600,
2322
+ COLOR_PURPLE_700: () => COLOR_PURPLE_700,
2323
+ COLOR_PURPLE_800: () => COLOR_PURPLE_800,
2324
+ COLOR_PURPLE_900: () => COLOR_PURPLE_900,
2325
+ COLOR_RED_0: () => COLOR_RED_0,
2326
+ COLOR_RED_100: () => COLOR_RED_100,
2327
+ COLOR_RED_1000: () => COLOR_RED_1000,
2328
+ COLOR_RED_1100: () => COLOR_RED_1100,
2329
+ COLOR_RED_200: () => COLOR_RED_200,
2330
+ COLOR_RED_300: () => COLOR_RED_300,
2331
+ COLOR_RED_400: () => COLOR_RED_400,
2332
+ COLOR_RED_500: () => COLOR_RED_500,
2333
+ COLOR_RED_600: () => COLOR_RED_600,
2334
+ COLOR_RED_700: () => COLOR_RED_700,
2335
+ COLOR_RED_800: () => COLOR_RED_800,
2336
+ COLOR_RED_900: () => COLOR_RED_900,
2337
+ COLOR_TEAL_0: () => COLOR_TEAL_0,
2338
+ COLOR_TEAL_100: () => COLOR_TEAL_100,
2339
+ COLOR_TEAL_1000: () => COLOR_TEAL_1000,
2340
+ COLOR_TEAL_1100: () => COLOR_TEAL_1100,
2341
+ COLOR_TEAL_200: () => COLOR_TEAL_200,
2342
+ COLOR_TEAL_300: () => COLOR_TEAL_300,
2343
+ COLOR_TEAL_400: () => COLOR_TEAL_400,
2344
+ COLOR_TEAL_50: () => COLOR_TEAL_50,
2345
+ COLOR_TEAL_500: () => COLOR_TEAL_500,
2346
+ COLOR_TEAL_600: () => COLOR_TEAL_600,
2347
+ COLOR_TEAL_700: () => COLOR_TEAL_700,
2348
+ COLOR_TEAL_800: () => COLOR_TEAL_800,
2349
+ COLOR_TEAL_900: () => COLOR_TEAL_900,
2350
+ COLOR_YELLOW_0: () => COLOR_YELLOW_0,
2351
+ COLOR_YELLOW_100: () => COLOR_YELLOW_100,
2352
+ COLOR_YELLOW_1000: () => COLOR_YELLOW_1000,
2353
+ COLOR_YELLOW_1100: () => COLOR_YELLOW_1100,
2354
+ COLOR_YELLOW_200: () => COLOR_YELLOW_200,
2355
+ COLOR_YELLOW_300: () => COLOR_YELLOW_300,
2356
+ COLOR_YELLOW_400: () => COLOR_YELLOW_400,
2357
+ COLOR_YELLOW_500: () => COLOR_YELLOW_500,
2358
+ COLOR_YELLOW_600: () => COLOR_YELLOW_600,
2359
+ COLOR_YELLOW_700: () => COLOR_YELLOW_700,
2360
+ COLOR_YELLOW_800: () => COLOR_YELLOW_800,
2361
+ COLOR_YELLOW_900: () => COLOR_YELLOW_900,
2362
+ default: () => seeds_color_esm_default
2363
+ });
2364
+ var COLOR_GREEN_0, COLOR_GREEN_100, COLOR_GREEN_200, COLOR_GREEN_300, COLOR_GREEN_400, COLOR_GREEN_500, COLOR_GREEN_600, COLOR_GREEN_700, COLOR_GREEN_800, COLOR_GREEN_900, COLOR_GREEN_1000, COLOR_GREEN_1100, COLOR_TEAL_0, COLOR_TEAL_50, COLOR_TEAL_100, COLOR_TEAL_200, COLOR_TEAL_300, COLOR_TEAL_400, COLOR_TEAL_500, COLOR_TEAL_600, COLOR_TEAL_700, COLOR_TEAL_800, COLOR_TEAL_900, COLOR_TEAL_1000, COLOR_TEAL_1100, COLOR_AQUA_0, COLOR_AQUA_100, COLOR_AQUA_200, COLOR_AQUA_300, COLOR_AQUA_400, COLOR_AQUA_500, COLOR_AQUA_600, COLOR_AQUA_700, COLOR_AQUA_800, COLOR_AQUA_900, COLOR_AQUA_1000, COLOR_AQUA_1100, COLOR_BLUE_0, COLOR_BLUE_100, COLOR_BLUE_200, COLOR_BLUE_300, COLOR_BLUE_400, COLOR_BLUE_500, COLOR_BLUE_600, COLOR_BLUE_700, COLOR_BLUE_800, COLOR_BLUE_900, COLOR_BLUE_1000, COLOR_BLUE_1100, COLOR_PURPLE_0, COLOR_PURPLE_100, COLOR_PURPLE_200, COLOR_PURPLE_300, COLOR_PURPLE_400, COLOR_PURPLE_500, COLOR_PURPLE_600, COLOR_PURPLE_700, COLOR_PURPLE_800, COLOR_PURPLE_900, COLOR_PURPLE_1000, COLOR_PURPLE_1100, COLOR_MAGENTA_0, COLOR_MAGENTA_100, COLOR_MAGENTA_200, COLOR_MAGENTA_300, COLOR_MAGENTA_350, COLOR_MAGENTA_400, COLOR_MAGENTA_500, COLOR_MAGENTA_600, COLOR_MAGENTA_700, COLOR_MAGENTA_800, COLOR_MAGENTA_900, COLOR_MAGENTA_1000, COLOR_MAGENTA_1100, COLOR_PINK_0, COLOR_PINK_100, COLOR_PINK_200, COLOR_PINK_300, COLOR_PINK_400, COLOR_PINK_500, COLOR_PINK_600, COLOR_PINK_700, COLOR_PINK_800, COLOR_PINK_900, COLOR_PINK_1000, COLOR_PINK_1100, COLOR_RED_0, COLOR_RED_100, COLOR_RED_200, COLOR_RED_300, COLOR_RED_400, COLOR_RED_500, COLOR_RED_600, COLOR_RED_700, COLOR_RED_800, COLOR_RED_900, COLOR_RED_1000, COLOR_RED_1100, COLOR_ORANGE_0, COLOR_ORANGE_100, COLOR_ORANGE_200, COLOR_ORANGE_300, COLOR_ORANGE_400, COLOR_ORANGE_500, COLOR_ORANGE_600, COLOR_ORANGE_700, COLOR_ORANGE_800, COLOR_ORANGE_900, COLOR_ORANGE_1000, COLOR_ORANGE_1100, COLOR_NEUTRAL_0, COLOR_NEUTRAL_100, COLOR_NEUTRAL_200, COLOR_NEUTRAL_300, COLOR_NEUTRAL_400, COLOR_NEUTRAL_500, COLOR_NEUTRAL_600, COLOR_NEUTRAL_700, COLOR_NEUTRAL_800, COLOR_NEUTRAL_900, COLOR_NEUTRAL_1000, COLOR_NEUTRAL_1100, COLOR_YELLOW_0, COLOR_YELLOW_100, COLOR_YELLOW_200, COLOR_YELLOW_300, COLOR_YELLOW_400, COLOR_YELLOW_500, COLOR_YELLOW_600, COLOR_YELLOW_700, COLOR_YELLOW_800, COLOR_YELLOW_900, COLOR_YELLOW_1000, COLOR_YELLOW_1100, COLOR_BAMBU_TEAL_400, COLOR_BAMBU_TEAL_500, COLOR_BAMBU_TEAL_600, COLOR_BAMBU_TEAL_700, COLOR_BAMBU_YELLOW_500, COLOR_BAMBU_YELLOW_600, seeds_color_esm_default;
2365
+ var init_seeds_color_esm = __esm({
2366
+ "../../seeds-design-tokens/seeds-color/dist/seeds-color.esm.js"() {
2231
2367
  "use strict";
2232
- module2.exports = {
2233
- COLOR_GREEN_0: "#ebf9eb",
2234
- COLOR_GREEN_100: "#d7f4d7",
2235
- COLOR_GREEN_200: "#c2f2bd",
2236
- COLOR_GREEN_300: "#98e58e",
2237
- COLOR_GREEN_400: "#75dd66",
2238
- COLOR_GREEN_500: "#59cb59",
2239
- COLOR_GREEN_600: "#2bb656",
2240
- COLOR_GREEN_700: "#0ca750",
2241
- COLOR_GREEN_800: "#008b46",
2242
- COLOR_GREEN_900: "#006b40",
2243
- COLOR_GREEN_1000: "#08422f",
2244
- COLOR_GREEN_1100: "#002b20",
2245
- COLOR_TEAL_0: "#e5f9f5",
2246
- COLOR_TEAL_50: "#CCF1EA",
2247
- COLOR_TEAL_100: "#cdf7ef",
2248
- COLOR_TEAL_200: "#b3f2e6",
2249
- COLOR_TEAL_300: "#7dead5",
2250
- COLOR_TEAL_400: "#24e0c5",
2251
- COLOR_TEAL_500: "#08c4b2",
2252
- COLOR_TEAL_600: "#00a99c",
2253
- COLOR_TEAL_700: "#0b968f",
2254
- COLOR_TEAL_800: "#067c7c",
2255
- COLOR_TEAL_900: "#026661",
2256
- COLOR_TEAL_1000: "#083f3f",
2257
- COLOR_TEAL_1100: "#002528",
2258
- COLOR_AQUA_0: "#d9fcfb",
2259
- COLOR_AQUA_100: "#c5f9f9",
2260
- COLOR_AQUA_200: "#a5f2f2",
2261
- COLOR_AQUA_300: "#76e5e2",
2262
- COLOR_AQUA_400: "#33d6e2",
2263
- COLOR_AQUA_500: "#17b8ce",
2264
- COLOR_AQUA_600: "#0797ae",
2265
- COLOR_AQUA_700: "#0b8599",
2266
- COLOR_AQUA_800: "#0f6e84",
2267
- COLOR_AQUA_900: "#035e73",
2268
- COLOR_AQUA_1000: "#083d4f",
2269
- COLOR_AQUA_1100: "#002838",
2270
- COLOR_BLUE_0: "#e9f4ff",
2271
- COLOR_BLUE_100: "#deebfe",
2272
- COLOR_BLUE_200: "#c7dbf9",
2273
- COLOR_BLUE_300: "#a1c2f8",
2274
- COLOR_BLUE_400: "#679eff",
2275
- COLOR_BLUE_500: "#3876e3",
2276
- COLOR_BLUE_600: "#2b68d3",
2277
- COLOR_BLUE_700: "#205bc3",
2278
- COLOR_BLUE_800: "#1150aa",
2279
- COLOR_BLUE_900: "#0c3f89",
2280
- COLOR_BLUE_1000: "#0a2960",
2281
- COLOR_BLUE_1100: "#001738",
2282
- COLOR_PURPLE_0: "#f2f2f9",
2283
- COLOR_PURPLE_100: "#eaeaf9",
2284
- COLOR_PURPLE_200: "#d8d7f9",
2285
- COLOR_PURPLE_300: "#c1c1f7",
2286
- COLOR_PURPLE_400: "#a193f2",
2287
- COLOR_PURPLE_500: "#9180f4",
2288
- COLOR_PURPLE_600: "#816fea",
2289
- COLOR_PURPLE_700: "#6f5ed3",
2290
- COLOR_PURPLE_800: "#5e4eba",
2291
- COLOR_PURPLE_900: "#483a9c",
2292
- COLOR_PURPLE_1000: "#2d246b",
2293
- COLOR_PURPLE_1100: "#1d1d38",
2294
- COLOR_MAGENTA_0: "#fef0ff",
2295
- COLOR_MAGENTA_100: "#f9e3fc",
2296
- COLOR_MAGENTA_200: "#f4c4f7",
2297
- COLOR_MAGENTA_300: "#edadf2",
2298
- COLOR_MAGENTA_350: "#EC9AF1",
2299
- COLOR_MAGENTA_400: "#f282f5",
2300
- COLOR_MAGENTA_500: "#db61db",
2301
- COLOR_MAGENTA_600: "#c44eb9",
2302
- COLOR_MAGENTA_700: "#ac44a8",
2303
- COLOR_MAGENTA_800: "#8f3896",
2304
- COLOR_MAGENTA_900: "#6c2277",
2305
- COLOR_MAGENTA_1000: "#451551",
2306
- COLOR_MAGENTA_1100: "#29192d",
2307
- COLOR_PINK_0: "#ffe9f3",
2308
- COLOR_PINK_100: "#fcdbeb",
2309
- COLOR_PINK_200: "#ffb5d5",
2310
- COLOR_PINK_300: "#ff95c1",
2311
- COLOR_PINK_400: "#ff76ae",
2312
- COLOR_PINK_500: "#ef588b",
2313
- COLOR_PINK_600: "#e0447c",
2314
- COLOR_PINK_700: "#ce3665",
2315
- COLOR_PINK_800: "#b22f5b",
2316
- COLOR_PINK_900: "#931847",
2317
- COLOR_PINK_1000: "#561231",
2318
- COLOR_PINK_1100: "#2b1721",
2319
- COLOR_RED_0: "#ffeae9",
2320
- COLOR_RED_100: "#ffd5d2",
2321
- COLOR_RED_200: "#ffb8b1",
2322
- COLOR_RED_300: "#ff9c8f",
2323
- COLOR_RED_400: "#ff7f6e",
2324
- COLOR_RED_500: "#f76054",
2325
- COLOR_RED_600: "#ed4c42",
2326
- COLOR_RED_700: "#db3e3e",
2327
- COLOR_RED_800: "#c63434",
2328
- COLOR_RED_900: "#992222",
2329
- COLOR_RED_1000: "#6d1313",
2330
- COLOR_RED_1100: "#2b1111",
2331
- COLOR_ORANGE_0: "#ffede3",
2332
- COLOR_ORANGE_100: "#fcdccc",
2333
- COLOR_ORANGE_200: "#ffc6a4",
2334
- COLOR_ORANGE_300: "#ffb180",
2335
- COLOR_ORANGE_400: "#ff9c5d",
2336
- COLOR_ORANGE_500: "#fc8943",
2337
- COLOR_ORANGE_600: "#f57d33",
2338
- COLOR_ORANGE_700: "#ed7024",
2339
- COLOR_ORANGE_800: "#ce5511",
2340
- COLOR_ORANGE_900: "#962c0b",
2341
- COLOR_ORANGE_1000: "#601700",
2342
- COLOR_ORANGE_1100: "#2d130e",
2343
- COLOR_NEUTRAL_0: "#FFFFFF",
2344
- COLOR_NEUTRAL_100: "#f3f4f4",
2345
- COLOR_NEUTRAL_200: "#dee1e1",
2346
- COLOR_NEUTRAL_300: "#c8cccc",
2347
- COLOR_NEUTRAL_400: "#b0b6b7",
2348
- COLOR_NEUTRAL_500: "#929a9b",
2349
- COLOR_NEUTRAL_600: "#6e797a",
2350
- COLOR_NEUTRAL_700: "#515e5f",
2351
- COLOR_NEUTRAL_800: "#364141",
2352
- COLOR_NEUTRAL_900: "#273333",
2353
- COLOR_NEUTRAL_1000: "#162020",
2354
- COLOR_NEUTRAL_1100: "#040404",
2355
- COLOR_YELLOW_0: "#fff8e2",
2356
- COLOR_YELLOW_100: "#fdefcd",
2357
- COLOR_YELLOW_200: "#ffe99a",
2358
- COLOR_YELLOW_300: "#ffe16e",
2359
- COLOR_YELLOW_400: "#ffd943",
2360
- COLOR_YELLOW_500: "#ffcd1c",
2361
- COLOR_YELLOW_600: "#ffbc00",
2362
- COLOR_YELLOW_700: "#dd9903",
2363
- COLOR_YELLOW_800: "#ba7506",
2364
- COLOR_YELLOW_900: "#944c0c",
2365
- COLOR_YELLOW_1000: "#542a00",
2366
- COLOR_YELLOW_1100: "#2d1a05",
2367
- COLOR_BAMBU_TEAL_400: "#11a7aa",
2368
- COLOR_BAMBU_TEAL_500: "#078888",
2369
- COLOR_BAMBU_TEAL_600: "#0f6270",
2370
- COLOR_BAMBU_TEAL_700: "#0a3f49",
2371
- COLOR_BAMBU_YELLOW_500: "#f9b450",
2372
- COLOR_BAMBU_YELLOW_600: "#ffa017"
2368
+ COLOR_GREEN_0 = "#ebf9eb";
2369
+ COLOR_GREEN_100 = "#d7f4d7";
2370
+ COLOR_GREEN_200 = "#c2f2bd";
2371
+ COLOR_GREEN_300 = "#98e58e";
2372
+ COLOR_GREEN_400 = "#75dd66";
2373
+ COLOR_GREEN_500 = "#59cb59";
2374
+ COLOR_GREEN_600 = "#2bb656";
2375
+ COLOR_GREEN_700 = "#0ca750";
2376
+ COLOR_GREEN_800 = "#008b46";
2377
+ COLOR_GREEN_900 = "#006b40";
2378
+ COLOR_GREEN_1000 = "#08422f";
2379
+ COLOR_GREEN_1100 = "#002b20";
2380
+ COLOR_TEAL_0 = "#e5f9f5";
2381
+ COLOR_TEAL_50 = "#CCF1EA";
2382
+ COLOR_TEAL_100 = "#cdf7ef";
2383
+ COLOR_TEAL_200 = "#b3f2e6";
2384
+ COLOR_TEAL_300 = "#7dead5";
2385
+ COLOR_TEAL_400 = "#24e0c5";
2386
+ COLOR_TEAL_500 = "#08c4b2";
2387
+ COLOR_TEAL_600 = "#00a99c";
2388
+ COLOR_TEAL_700 = "#0b968f";
2389
+ COLOR_TEAL_800 = "#067c7c";
2390
+ COLOR_TEAL_900 = "#026661";
2391
+ COLOR_TEAL_1000 = "#083f3f";
2392
+ COLOR_TEAL_1100 = "#002528";
2393
+ COLOR_AQUA_0 = "#d9fcfb";
2394
+ COLOR_AQUA_100 = "#c5f9f9";
2395
+ COLOR_AQUA_200 = "#a5f2f2";
2396
+ COLOR_AQUA_300 = "#76e5e2";
2397
+ COLOR_AQUA_400 = "#33d6e2";
2398
+ COLOR_AQUA_500 = "#17b8ce";
2399
+ COLOR_AQUA_600 = "#0797ae";
2400
+ COLOR_AQUA_700 = "#0b8599";
2401
+ COLOR_AQUA_800 = "#0f6e84";
2402
+ COLOR_AQUA_900 = "#035e73";
2403
+ COLOR_AQUA_1000 = "#083d4f";
2404
+ COLOR_AQUA_1100 = "#002838";
2405
+ COLOR_BLUE_0 = "#e9f4ff";
2406
+ COLOR_BLUE_100 = "#deebfe";
2407
+ COLOR_BLUE_200 = "#c7dbf9";
2408
+ COLOR_BLUE_300 = "#a1c2f8";
2409
+ COLOR_BLUE_400 = "#679eff";
2410
+ COLOR_BLUE_500 = "#3876e3";
2411
+ COLOR_BLUE_600 = "#2b68d3";
2412
+ COLOR_BLUE_700 = "#205bc3";
2413
+ COLOR_BLUE_800 = "#1150aa";
2414
+ COLOR_BLUE_900 = "#0c3f89";
2415
+ COLOR_BLUE_1000 = "#0a2960";
2416
+ COLOR_BLUE_1100 = "#001738";
2417
+ COLOR_PURPLE_0 = "#f2f2f9";
2418
+ COLOR_PURPLE_100 = "#eaeaf9";
2419
+ COLOR_PURPLE_200 = "#d8d7f9";
2420
+ COLOR_PURPLE_300 = "#c1c1f7";
2421
+ COLOR_PURPLE_400 = "#a193f2";
2422
+ COLOR_PURPLE_500 = "#9180f4";
2423
+ COLOR_PURPLE_600 = "#816fea";
2424
+ COLOR_PURPLE_700 = "#6f5ed3";
2425
+ COLOR_PURPLE_800 = "#5e4eba";
2426
+ COLOR_PURPLE_900 = "#483a9c";
2427
+ COLOR_PURPLE_1000 = "#2d246b";
2428
+ COLOR_PURPLE_1100 = "#1d1d38";
2429
+ COLOR_MAGENTA_0 = "#fef0ff";
2430
+ COLOR_MAGENTA_100 = "#f9e3fc";
2431
+ COLOR_MAGENTA_200 = "#f4c4f7";
2432
+ COLOR_MAGENTA_300 = "#edadf2";
2433
+ COLOR_MAGENTA_350 = "#EC9AF1";
2434
+ COLOR_MAGENTA_400 = "#f282f5";
2435
+ COLOR_MAGENTA_500 = "#db61db";
2436
+ COLOR_MAGENTA_600 = "#c44eb9";
2437
+ COLOR_MAGENTA_700 = "#ac44a8";
2438
+ COLOR_MAGENTA_800 = "#8f3896";
2439
+ COLOR_MAGENTA_900 = "#6c2277";
2440
+ COLOR_MAGENTA_1000 = "#451551";
2441
+ COLOR_MAGENTA_1100 = "#29192d";
2442
+ COLOR_PINK_0 = "#ffe9f3";
2443
+ COLOR_PINK_100 = "#fcdbeb";
2444
+ COLOR_PINK_200 = "#ffb5d5";
2445
+ COLOR_PINK_300 = "#ff95c1";
2446
+ COLOR_PINK_400 = "#ff76ae";
2447
+ COLOR_PINK_500 = "#ef588b";
2448
+ COLOR_PINK_600 = "#e0447c";
2449
+ COLOR_PINK_700 = "#ce3665";
2450
+ COLOR_PINK_800 = "#b22f5b";
2451
+ COLOR_PINK_900 = "#931847";
2452
+ COLOR_PINK_1000 = "#561231";
2453
+ COLOR_PINK_1100 = "#2b1721";
2454
+ COLOR_RED_0 = "#ffeae9";
2455
+ COLOR_RED_100 = "#ffd5d2";
2456
+ COLOR_RED_200 = "#ffb8b1";
2457
+ COLOR_RED_300 = "#ff9c8f";
2458
+ COLOR_RED_400 = "#ff7f6e";
2459
+ COLOR_RED_500 = "#f76054";
2460
+ COLOR_RED_600 = "#ed4c42";
2461
+ COLOR_RED_700 = "#db3e3e";
2462
+ COLOR_RED_800 = "#c63434";
2463
+ COLOR_RED_900 = "#992222";
2464
+ COLOR_RED_1000 = "#6d1313";
2465
+ COLOR_RED_1100 = "#2b1111";
2466
+ COLOR_ORANGE_0 = "#ffede3";
2467
+ COLOR_ORANGE_100 = "#fcdccc";
2468
+ COLOR_ORANGE_200 = "#ffc6a4";
2469
+ COLOR_ORANGE_300 = "#ffb180";
2470
+ COLOR_ORANGE_400 = "#ff9c5d";
2471
+ COLOR_ORANGE_500 = "#fc8943";
2472
+ COLOR_ORANGE_600 = "#f57d33";
2473
+ COLOR_ORANGE_700 = "#ed7024";
2474
+ COLOR_ORANGE_800 = "#ce5511";
2475
+ COLOR_ORANGE_900 = "#962c0b";
2476
+ COLOR_ORANGE_1000 = "#601700";
2477
+ COLOR_ORANGE_1100 = "#2d130e";
2478
+ COLOR_NEUTRAL_0 = "#FFFFFF";
2479
+ COLOR_NEUTRAL_100 = "#f3f4f4";
2480
+ COLOR_NEUTRAL_200 = "#dee1e1";
2481
+ COLOR_NEUTRAL_300 = "#c8cccc";
2482
+ COLOR_NEUTRAL_400 = "#b0b6b7";
2483
+ COLOR_NEUTRAL_500 = "#929a9b";
2484
+ COLOR_NEUTRAL_600 = "#6e797a";
2485
+ COLOR_NEUTRAL_700 = "#515e5f";
2486
+ COLOR_NEUTRAL_800 = "#364141";
2487
+ COLOR_NEUTRAL_900 = "#273333";
2488
+ COLOR_NEUTRAL_1000 = "#162020";
2489
+ COLOR_NEUTRAL_1100 = "#040404";
2490
+ COLOR_YELLOW_0 = "#fff8e2";
2491
+ COLOR_YELLOW_100 = "#fdefcd";
2492
+ COLOR_YELLOW_200 = "#ffe99a";
2493
+ COLOR_YELLOW_300 = "#ffe16e";
2494
+ COLOR_YELLOW_400 = "#ffd943";
2495
+ COLOR_YELLOW_500 = "#ffcd1c";
2496
+ COLOR_YELLOW_600 = "#ffbc00";
2497
+ COLOR_YELLOW_700 = "#dd9903";
2498
+ COLOR_YELLOW_800 = "#ba7506";
2499
+ COLOR_YELLOW_900 = "#944c0c";
2500
+ COLOR_YELLOW_1000 = "#542a00";
2501
+ COLOR_YELLOW_1100 = "#2d1a05";
2502
+ COLOR_BAMBU_TEAL_400 = "#11a7aa";
2503
+ COLOR_BAMBU_TEAL_500 = "#078888";
2504
+ COLOR_BAMBU_TEAL_600 = "#0f6270";
2505
+ COLOR_BAMBU_TEAL_700 = "#0a3f49";
2506
+ COLOR_BAMBU_YELLOW_500 = "#f9b450";
2507
+ COLOR_BAMBU_YELLOW_600 = "#ffa017";
2508
+ seeds_color_esm_default = {
2509
+ COLOR_GREEN_0,
2510
+ COLOR_GREEN_100,
2511
+ COLOR_GREEN_200,
2512
+ COLOR_GREEN_300,
2513
+ COLOR_GREEN_400,
2514
+ COLOR_GREEN_500,
2515
+ COLOR_GREEN_600,
2516
+ COLOR_GREEN_700,
2517
+ COLOR_GREEN_800,
2518
+ COLOR_GREEN_900,
2519
+ COLOR_GREEN_1000,
2520
+ COLOR_GREEN_1100,
2521
+ COLOR_TEAL_0,
2522
+ COLOR_TEAL_50,
2523
+ COLOR_TEAL_100,
2524
+ COLOR_TEAL_200,
2525
+ COLOR_TEAL_300,
2526
+ COLOR_TEAL_400,
2527
+ COLOR_TEAL_500,
2528
+ COLOR_TEAL_600,
2529
+ COLOR_TEAL_700,
2530
+ COLOR_TEAL_800,
2531
+ COLOR_TEAL_900,
2532
+ COLOR_TEAL_1000,
2533
+ COLOR_TEAL_1100,
2534
+ COLOR_AQUA_0,
2535
+ COLOR_AQUA_100,
2536
+ COLOR_AQUA_200,
2537
+ COLOR_AQUA_300,
2538
+ COLOR_AQUA_400,
2539
+ COLOR_AQUA_500,
2540
+ COLOR_AQUA_600,
2541
+ COLOR_AQUA_700,
2542
+ COLOR_AQUA_800,
2543
+ COLOR_AQUA_900,
2544
+ COLOR_AQUA_1000,
2545
+ COLOR_AQUA_1100,
2546
+ COLOR_BLUE_0,
2547
+ COLOR_BLUE_100,
2548
+ COLOR_BLUE_200,
2549
+ COLOR_BLUE_300,
2550
+ COLOR_BLUE_400,
2551
+ COLOR_BLUE_500,
2552
+ COLOR_BLUE_600,
2553
+ COLOR_BLUE_700,
2554
+ COLOR_BLUE_800,
2555
+ COLOR_BLUE_900,
2556
+ COLOR_BLUE_1000,
2557
+ COLOR_BLUE_1100,
2558
+ COLOR_PURPLE_0,
2559
+ COLOR_PURPLE_100,
2560
+ COLOR_PURPLE_200,
2561
+ COLOR_PURPLE_300,
2562
+ COLOR_PURPLE_400,
2563
+ COLOR_PURPLE_500,
2564
+ COLOR_PURPLE_600,
2565
+ COLOR_PURPLE_700,
2566
+ COLOR_PURPLE_800,
2567
+ COLOR_PURPLE_900,
2568
+ COLOR_PURPLE_1000,
2569
+ COLOR_PURPLE_1100,
2570
+ COLOR_MAGENTA_0,
2571
+ COLOR_MAGENTA_100,
2572
+ COLOR_MAGENTA_200,
2573
+ COLOR_MAGENTA_300,
2574
+ COLOR_MAGENTA_350,
2575
+ COLOR_MAGENTA_400,
2576
+ COLOR_MAGENTA_500,
2577
+ COLOR_MAGENTA_600,
2578
+ COLOR_MAGENTA_700,
2579
+ COLOR_MAGENTA_800,
2580
+ COLOR_MAGENTA_900,
2581
+ COLOR_MAGENTA_1000,
2582
+ COLOR_MAGENTA_1100,
2583
+ COLOR_PINK_0,
2584
+ COLOR_PINK_100,
2585
+ COLOR_PINK_200,
2586
+ COLOR_PINK_300,
2587
+ COLOR_PINK_400,
2588
+ COLOR_PINK_500,
2589
+ COLOR_PINK_600,
2590
+ COLOR_PINK_700,
2591
+ COLOR_PINK_800,
2592
+ COLOR_PINK_900,
2593
+ COLOR_PINK_1000,
2594
+ COLOR_PINK_1100,
2595
+ COLOR_RED_0,
2596
+ COLOR_RED_100,
2597
+ COLOR_RED_200,
2598
+ COLOR_RED_300,
2599
+ COLOR_RED_400,
2600
+ COLOR_RED_500,
2601
+ COLOR_RED_600,
2602
+ COLOR_RED_700,
2603
+ COLOR_RED_800,
2604
+ COLOR_RED_900,
2605
+ COLOR_RED_1000,
2606
+ COLOR_RED_1100,
2607
+ COLOR_ORANGE_0,
2608
+ COLOR_ORANGE_100,
2609
+ COLOR_ORANGE_200,
2610
+ COLOR_ORANGE_300,
2611
+ COLOR_ORANGE_400,
2612
+ COLOR_ORANGE_500,
2613
+ COLOR_ORANGE_600,
2614
+ COLOR_ORANGE_700,
2615
+ COLOR_ORANGE_800,
2616
+ COLOR_ORANGE_900,
2617
+ COLOR_ORANGE_1000,
2618
+ COLOR_ORANGE_1100,
2619
+ COLOR_NEUTRAL_0,
2620
+ COLOR_NEUTRAL_100,
2621
+ COLOR_NEUTRAL_200,
2622
+ COLOR_NEUTRAL_300,
2623
+ COLOR_NEUTRAL_400,
2624
+ COLOR_NEUTRAL_500,
2625
+ COLOR_NEUTRAL_600,
2626
+ COLOR_NEUTRAL_700,
2627
+ COLOR_NEUTRAL_800,
2628
+ COLOR_NEUTRAL_900,
2629
+ COLOR_NEUTRAL_1000,
2630
+ COLOR_NEUTRAL_1100,
2631
+ COLOR_YELLOW_0,
2632
+ COLOR_YELLOW_100,
2633
+ COLOR_YELLOW_200,
2634
+ COLOR_YELLOW_300,
2635
+ COLOR_YELLOW_400,
2636
+ COLOR_YELLOW_500,
2637
+ COLOR_YELLOW_600,
2638
+ COLOR_YELLOW_700,
2639
+ COLOR_YELLOW_800,
2640
+ COLOR_YELLOW_900,
2641
+ COLOR_YELLOW_1000,
2642
+ COLOR_YELLOW_1100,
2643
+ COLOR_BAMBU_TEAL_400,
2644
+ COLOR_BAMBU_TEAL_500,
2645
+ COLOR_BAMBU_TEAL_600,
2646
+ COLOR_BAMBU_TEAL_700,
2647
+ COLOR_BAMBU_YELLOW_500,
2648
+ COLOR_BAMBU_YELLOW_600
2373
2649
  };
2374
2650
  }
2375
2651
  });
2376
2652
 
2377
- // ../../seeds-design-tokens/seeds-networkcolor/dist/seeds-networkcolor.js
2378
- var require_seeds_networkcolor = __commonJS({
2379
- "../../seeds-design-tokens/seeds-networkcolor/dist/seeds-networkcolor.js"(exports, module2) {
2653
+ // ../../seeds-design-tokens/seeds-networkcolor/dist/seeds-networkcolor.esm.js
2654
+ var seeds_networkcolor_esm_exports = {};
2655
+ __export(seeds_networkcolor_esm_exports, {
2656
+ NETWORK_COLOR_ANALYTICS: () => NETWORK_COLOR_ANALYTICS,
2657
+ NETWORK_COLOR_APPLE_APP_STORE: () => NETWORK_COLOR_APPLE_APP_STORE,
2658
+ NETWORK_COLOR_FACEBOOK: () => NETWORK_COLOR_FACEBOOK,
2659
+ NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK: () => NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK,
2660
+ NETWORK_COLOR_FEEDLY: () => NETWORK_COLOR_FEEDLY,
2661
+ NETWORK_COLOR_GLASSDOOR: () => NETWORK_COLOR_GLASSDOOR,
2662
+ NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES: () => NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES,
2663
+ NETWORK_COLOR_GOOGLE_MY_BUSINESS: () => NETWORK_COLOR_GOOGLE_MY_BUSINESS,
2664
+ NETWORK_COLOR_GOOGLE_PLAY_STORE: () => NETWORK_COLOR_GOOGLE_PLAY_STORE,
2665
+ NETWORK_COLOR_HUBSPOT: () => NETWORK_COLOR_HUBSPOT,
2666
+ NETWORK_COLOR_INSTAGRAM: () => NETWORK_COLOR_INSTAGRAM,
2667
+ NETWORK_COLOR_LINKEDIN: () => NETWORK_COLOR_LINKEDIN,
2668
+ NETWORK_COLOR_MESSENGER: () => NETWORK_COLOR_MESSENGER,
2669
+ NETWORK_COLOR_MICROSOFT_DYNAMICS: () => NETWORK_COLOR_MICROSOFT_DYNAMICS,
2670
+ NETWORK_COLOR_PAYPAL_GOLD: () => NETWORK_COLOR_PAYPAL_GOLD,
2671
+ NETWORK_COLOR_PINTEREST: () => NETWORK_COLOR_PINTEREST,
2672
+ NETWORK_COLOR_REDDIT: () => NETWORK_COLOR_REDDIT,
2673
+ NETWORK_COLOR_SALESFORCE: () => NETWORK_COLOR_SALESFORCE,
2674
+ NETWORK_COLOR_SHOPIFY: () => NETWORK_COLOR_SHOPIFY,
2675
+ NETWORK_COLOR_SNAPCHAT: () => NETWORK_COLOR_SNAPCHAT,
2676
+ NETWORK_COLOR_THREADS: () => NETWORK_COLOR_THREADS,
2677
+ NETWORK_COLOR_TIKTOK: () => NETWORK_COLOR_TIKTOK,
2678
+ NETWORK_COLOR_TRIPADVISOR: () => NETWORK_COLOR_TRIPADVISOR,
2679
+ NETWORK_COLOR_TRUSTPILOT: () => NETWORK_COLOR_TRUSTPILOT,
2680
+ NETWORK_COLOR_TRUSTPILOT_0_STAR: () => NETWORK_COLOR_TRUSTPILOT_0_STAR,
2681
+ NETWORK_COLOR_TRUSTPILOT_1_STAR: () => NETWORK_COLOR_TRUSTPILOT_1_STAR,
2682
+ NETWORK_COLOR_TRUSTPILOT_2_STAR: () => NETWORK_COLOR_TRUSTPILOT_2_STAR,
2683
+ NETWORK_COLOR_TRUSTPILOT_3_STAR: () => NETWORK_COLOR_TRUSTPILOT_3_STAR,
2684
+ NETWORK_COLOR_TRUSTPILOT_4_STAR: () => NETWORK_COLOR_TRUSTPILOT_4_STAR,
2685
+ NETWORK_COLOR_TRUSTPILOT_5_STAR: () => NETWORK_COLOR_TRUSTPILOT_5_STAR,
2686
+ NETWORK_COLOR_TUMBLR: () => NETWORK_COLOR_TUMBLR,
2687
+ NETWORK_COLOR_TWITTER: () => NETWORK_COLOR_TWITTER,
2688
+ NETWORK_COLOR_TWITTER_LIKE: () => NETWORK_COLOR_TWITTER_LIKE,
2689
+ NETWORK_COLOR_WHATSAPP: () => NETWORK_COLOR_WHATSAPP,
2690
+ NETWORK_COLOR_X: () => NETWORK_COLOR_X,
2691
+ NETWORK_COLOR_X_LIKE: () => NETWORK_COLOR_X_LIKE,
2692
+ NETWORK_COLOR_YELP: () => NETWORK_COLOR_YELP,
2693
+ NETWORK_COLOR_YOUTUBE: () => NETWORK_COLOR_YOUTUBE,
2694
+ NETWORK_COLOR_ZENDESK: () => NETWORK_COLOR_ZENDESK,
2695
+ default: () => seeds_networkcolor_esm_default
2696
+ });
2697
+ var NETWORK_COLOR_TWITTER, NETWORK_COLOR_TWITTER_LIKE, NETWORK_COLOR_X, NETWORK_COLOR_X_LIKE, NETWORK_COLOR_FACEBOOK, NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK, NETWORK_COLOR_PAYPAL_GOLD, NETWORK_COLOR_LINKEDIN, NETWORK_COLOR_INSTAGRAM, NETWORK_COLOR_FEEDLY, NETWORK_COLOR_ANALYTICS, NETWORK_COLOR_YOUTUBE, NETWORK_COLOR_MESSENGER, NETWORK_COLOR_SNAPCHAT, NETWORK_COLOR_PINTEREST, NETWORK_COLOR_REDDIT, NETWORK_COLOR_TUMBLR, NETWORK_COLOR_GOOGLE_MY_BUSINESS, NETWORK_COLOR_TRIPADVISOR, NETWORK_COLOR_GLASSDOOR, NETWORK_COLOR_APPLE_APP_STORE, NETWORK_COLOR_GOOGLE_PLAY_STORE, NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES, NETWORK_COLOR_SALESFORCE, NETWORK_COLOR_ZENDESK, NETWORK_COLOR_HUBSPOT, NETWORK_COLOR_MICROSOFT_DYNAMICS, NETWORK_COLOR_SHOPIFY, NETWORK_COLOR_YELP, NETWORK_COLOR_WHATSAPP, NETWORK_COLOR_TIKTOK, NETWORK_COLOR_THREADS, NETWORK_COLOR_TRUSTPILOT, NETWORK_COLOR_TRUSTPILOT_0_STAR, NETWORK_COLOR_TRUSTPILOT_1_STAR, NETWORK_COLOR_TRUSTPILOT_2_STAR, NETWORK_COLOR_TRUSTPILOT_3_STAR, NETWORK_COLOR_TRUSTPILOT_4_STAR, NETWORK_COLOR_TRUSTPILOT_5_STAR, seeds_networkcolor_esm_default;
2698
+ var init_seeds_networkcolor_esm = __esm({
2699
+ "../../seeds-design-tokens/seeds-networkcolor/dist/seeds-networkcolor.esm.js"() {
2380
2700
  "use strict";
2381
- module2.exports = {
2382
- NETWORK_COLOR_TWITTER: "#1da1f2",
2383
- NETWORK_COLOR_TWITTER_LIKE: "#e0245e",
2384
- NETWORK_COLOR_FACEBOOK: "#217bee",
2385
- NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK: "#58409B",
2386
- NETWORK_COLOR_LINKEDIN: "#0A66C2",
2387
- NETWORK_COLOR_INSTAGRAM: "#e4405f",
2388
- NETWORK_COLOR_FEEDLY: "#2bb24c",
2389
- NETWORK_COLOR_ANALYTICS: "#ef6c00",
2390
- NETWORK_COLOR_YOUTUBE: "#ff0000",
2391
- NETWORK_COLOR_MESSENGER: "#0084ff",
2392
- NETWORK_COLOR_SNAPCHAT: "#fffc00",
2393
- NETWORK_COLOR_PINTEREST: "#E60023",
2394
- NETWORK_COLOR_REDDIT: "#ff4500",
2395
- NETWORK_COLOR_TUMBLR: "#35465c",
2396
- NETWORK_COLOR_GOOGLE_MY_BUSINESS: "#4285F4",
2397
- NETWORK_COLOR_TRIPADVISOR: "#00B087",
2398
- NETWORK_COLOR_GLASSDOOR: "#0CAA41",
2399
- NETWORK_COLOR_APPLE_APP_STORE: "#17C8F5",
2400
- NETWORK_COLOR_GOOGLE_PLAY_STORE: "#01875F",
2401
- NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES: "#1A73EA",
2402
- NETWORK_COLOR_SALESFORCE: "#1589EE",
2403
- NETWORK_COLOR_ZENDESK: "#03363D",
2404
- NETWORK_COLOR_HUBSPOT: "#FF7A59",
2405
- NETWORK_COLOR_MICROSOFT_DYNAMICS: "#002050",
2406
- NETWORK_COLOR_SHOPIFY: "#96bf48",
2407
- NETWORK_COLOR_YELP: "#FF1A1A",
2408
- NETWORK_COLOR_WHATSAPP: "#25D366",
2409
- NETWORK_COLOR_TIKTOK: "#000000",
2410
- NETWORK_COLOR_THREADS: "#000000",
2411
- NETWORK_COLOR_TRUSTPILOT: "#04DA8D",
2412
- NETWORK_COLOR_TRUSTPILOT_0_STAR: "#DCDCE6",
2413
- NETWORK_COLOR_TRUSTPILOT_1_STAR: "#FF3722",
2414
- NETWORK_COLOR_TRUSTPILOT_2_STAR: "#FF8622",
2415
- NETWORK_COLOR_TRUSTPILOT_3_STAR: "#FFCE00",
2416
- NETWORK_COLOR_TRUSTPILOT_4_STAR: "#73CF11",
2417
- NETWORK_COLOR_TRUSTPILOT_5_STAR: "#00B67A"
2701
+ NETWORK_COLOR_TWITTER = "#000000";
2702
+ NETWORK_COLOR_TWITTER_LIKE = "#e0245e";
2703
+ NETWORK_COLOR_X = "#000000";
2704
+ NETWORK_COLOR_X_LIKE = "#e0245e";
2705
+ NETWORK_COLOR_FACEBOOK = "#1877F2";
2706
+ NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK = "#58409B";
2707
+ NETWORK_COLOR_PAYPAL_GOLD = "#FFD140";
2708
+ NETWORK_COLOR_LINKEDIN = "#0A66C2";
2709
+ NETWORK_COLOR_INSTAGRAM = "#e4405f";
2710
+ NETWORK_COLOR_FEEDLY = "#2bb24c";
2711
+ NETWORK_COLOR_ANALYTICS = "#ef6c00";
2712
+ NETWORK_COLOR_YOUTUBE = "#ff0000";
2713
+ NETWORK_COLOR_MESSENGER = "#000000";
2714
+ NETWORK_COLOR_SNAPCHAT = "#fffc00";
2715
+ NETWORK_COLOR_PINTEREST = "#E60023";
2716
+ NETWORK_COLOR_REDDIT = "#ff4500";
2717
+ NETWORK_COLOR_TUMBLR = "#35465c";
2718
+ NETWORK_COLOR_GOOGLE_MY_BUSINESS = "#4285F4";
2719
+ NETWORK_COLOR_TRIPADVISOR = "#00B087";
2720
+ NETWORK_COLOR_GLASSDOOR = "#0CAA41";
2721
+ NETWORK_COLOR_APPLE_APP_STORE = "#17C8F5";
2722
+ NETWORK_COLOR_GOOGLE_PLAY_STORE = "#01875F";
2723
+ NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES = "#1A73EA";
2724
+ NETWORK_COLOR_SALESFORCE = "#1589EE";
2725
+ NETWORK_COLOR_ZENDESK = "#03363D";
2726
+ NETWORK_COLOR_HUBSPOT = "#FF7A59";
2727
+ NETWORK_COLOR_MICROSOFT_DYNAMICS = "#002050";
2728
+ NETWORK_COLOR_SHOPIFY = "#96bf48";
2729
+ NETWORK_COLOR_YELP = "#FF1A1A";
2730
+ NETWORK_COLOR_WHATSAPP = "#59CE72";
2731
+ NETWORK_COLOR_TIKTOK = "#000000";
2732
+ NETWORK_COLOR_THREADS = "#000000";
2733
+ NETWORK_COLOR_TRUSTPILOT = "#04DA8D";
2734
+ NETWORK_COLOR_TRUSTPILOT_0_STAR = "#DCDCE6";
2735
+ NETWORK_COLOR_TRUSTPILOT_1_STAR = "#FF3722";
2736
+ NETWORK_COLOR_TRUSTPILOT_2_STAR = "#FF8622";
2737
+ NETWORK_COLOR_TRUSTPILOT_3_STAR = "#FFCE00";
2738
+ NETWORK_COLOR_TRUSTPILOT_4_STAR = "#73CF11";
2739
+ NETWORK_COLOR_TRUSTPILOT_5_STAR = "#00B67A";
2740
+ seeds_networkcolor_esm_default = {
2741
+ NETWORK_COLOR_TWITTER,
2742
+ NETWORK_COLOR_TWITTER_LIKE,
2743
+ NETWORK_COLOR_X,
2744
+ NETWORK_COLOR_X_LIKE,
2745
+ NETWORK_COLOR_FACEBOOK,
2746
+ NETWORK_COLOR_FACEBOOK_AUDIENCE_NETWORK,
2747
+ NETWORK_COLOR_PAYPAL_GOLD,
2748
+ NETWORK_COLOR_LINKEDIN,
2749
+ NETWORK_COLOR_INSTAGRAM,
2750
+ NETWORK_COLOR_FEEDLY,
2751
+ NETWORK_COLOR_ANALYTICS,
2752
+ NETWORK_COLOR_YOUTUBE,
2753
+ NETWORK_COLOR_MESSENGER,
2754
+ NETWORK_COLOR_SNAPCHAT,
2755
+ NETWORK_COLOR_PINTEREST,
2756
+ NETWORK_COLOR_REDDIT,
2757
+ NETWORK_COLOR_TUMBLR,
2758
+ NETWORK_COLOR_GOOGLE_MY_BUSINESS,
2759
+ NETWORK_COLOR_TRIPADVISOR,
2760
+ NETWORK_COLOR_GLASSDOOR,
2761
+ NETWORK_COLOR_APPLE_APP_STORE,
2762
+ NETWORK_COLOR_GOOGLE_PLAY_STORE,
2763
+ NETWORK_COLOR_GOOGLE_BUSINESS_MESSAGES,
2764
+ NETWORK_COLOR_SALESFORCE,
2765
+ NETWORK_COLOR_ZENDESK,
2766
+ NETWORK_COLOR_HUBSPOT,
2767
+ NETWORK_COLOR_MICROSOFT_DYNAMICS,
2768
+ NETWORK_COLOR_SHOPIFY,
2769
+ NETWORK_COLOR_YELP,
2770
+ NETWORK_COLOR_WHATSAPP,
2771
+ NETWORK_COLOR_TIKTOK,
2772
+ NETWORK_COLOR_THREADS,
2773
+ NETWORK_COLOR_TRUSTPILOT,
2774
+ NETWORK_COLOR_TRUSTPILOT_0_STAR,
2775
+ NETWORK_COLOR_TRUSTPILOT_1_STAR,
2776
+ NETWORK_COLOR_TRUSTPILOT_2_STAR,
2777
+ NETWORK_COLOR_TRUSTPILOT_3_STAR,
2778
+ NETWORK_COLOR_TRUSTPILOT_4_STAR,
2779
+ NETWORK_COLOR_TRUSTPILOT_5_STAR
2418
2780
  };
2419
2781
  }
2420
2782
  });
2421
2783
 
2422
- // ../../seeds-design-tokens/seeds-typography/dist/seeds-typography.js
2423
- var require_seeds_typography = __commonJS({
2424
- "../../seeds-design-tokens/seeds-typography/dist/seeds-typography.js"(exports, module2) {
2784
+ // ../../seeds-design-tokens/seeds-typography/dist/seeds-typography.esm.js
2785
+ var seeds_typography_esm_exports = {};
2786
+ __export(seeds_typography_esm_exports, {
2787
+ TYPOGRAPHY_FAMILY: () => TYPOGRAPHY_FAMILY,
2788
+ TYPOGRAPHY_FAMILY_PROXIMA: () => TYPOGRAPHY_FAMILY_PROXIMA,
2789
+ TYPOGRAPHY_FAMILY_RECOLETA: () => TYPOGRAPHY_FAMILY_RECOLETA,
2790
+ TYPOGRAPHY_FAMILY_ROBOTO: () => TYPOGRAPHY_FAMILY_ROBOTO,
2791
+ TYPOGRAPHY_SIZE_100: () => TYPOGRAPHY_SIZE_100,
2792
+ TYPOGRAPHY_SIZE_1000: () => TYPOGRAPHY_SIZE_1000,
2793
+ TYPOGRAPHY_SIZE_1100: () => TYPOGRAPHY_SIZE_1100,
2794
+ TYPOGRAPHY_SIZE_1200: () => TYPOGRAPHY_SIZE_1200,
2795
+ TYPOGRAPHY_SIZE_200: () => TYPOGRAPHY_SIZE_200,
2796
+ TYPOGRAPHY_SIZE_300: () => TYPOGRAPHY_SIZE_300,
2797
+ TYPOGRAPHY_SIZE_400: () => TYPOGRAPHY_SIZE_400,
2798
+ TYPOGRAPHY_SIZE_500: () => TYPOGRAPHY_SIZE_500,
2799
+ TYPOGRAPHY_SIZE_600: () => TYPOGRAPHY_SIZE_600,
2800
+ TYPOGRAPHY_SIZE_700: () => TYPOGRAPHY_SIZE_700,
2801
+ TYPOGRAPHY_SIZE_800: () => TYPOGRAPHY_SIZE_800,
2802
+ TYPOGRAPHY_SIZE_900: () => TYPOGRAPHY_SIZE_900,
2803
+ TYPOGRAPHY_WEIGHT_BOLD: () => TYPOGRAPHY_WEIGHT_BOLD,
2804
+ TYPOGRAPHY_WEIGHT_EXTRA_BOLD: () => TYPOGRAPHY_WEIGHT_EXTRA_BOLD,
2805
+ TYPOGRAPHY_WEIGHT_NORMAL: () => TYPOGRAPHY_WEIGHT_NORMAL,
2806
+ TYPOGRAPHY_WEIGHT_SEMIBOLD: () => TYPOGRAPHY_WEIGHT_SEMIBOLD,
2807
+ default: () => seeds_typography_esm_default
2808
+ });
2809
+ var TYPOGRAPHY_FAMILY, TYPOGRAPHY_FAMILY_PROXIMA, TYPOGRAPHY_FAMILY_RECOLETA, TYPOGRAPHY_FAMILY_ROBOTO, TYPOGRAPHY_SIZE_100, TYPOGRAPHY_SIZE_200, TYPOGRAPHY_SIZE_300, TYPOGRAPHY_SIZE_400, TYPOGRAPHY_SIZE_500, TYPOGRAPHY_SIZE_600, TYPOGRAPHY_SIZE_700, TYPOGRAPHY_SIZE_800, TYPOGRAPHY_SIZE_900, TYPOGRAPHY_SIZE_1000, TYPOGRAPHY_SIZE_1100, TYPOGRAPHY_SIZE_1200, TYPOGRAPHY_WEIGHT_NORMAL, TYPOGRAPHY_WEIGHT_SEMIBOLD, TYPOGRAPHY_WEIGHT_BOLD, TYPOGRAPHY_WEIGHT_EXTRA_BOLD, defaultExport, seeds_typography_esm_default;
2810
+ var init_seeds_typography_esm = __esm({
2811
+ "../../seeds-design-tokens/seeds-typography/dist/seeds-typography.esm.js"() {
2425
2812
  "use strict";
2426
- module2.exports = {
2427
- TYPOGRAPHY_FAMILY: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
2428
- TYPOGRAPHY_FAMILY_PROXIMA: '"Proxima Nova", proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
2429
- TYPOGRAPHY_FAMILY_RECOLETA: '"Recoleta", recoleta, proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
2430
- TYPOGRAPHY_FAMILY_ROBOTO: '"Roboto Serif", roboto-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
2431
- TYPOGRAPHY_SIZE_100: {
2432
- fontSize: "11px",
2433
- lineHeight: "18.666666666666668px"
2434
- },
2435
- TYPOGRAPHY_SIZE_200: {
2436
- fontSize: "13px",
2437
- lineHeight: "21.333333333333332px"
2438
- },
2439
- TYPOGRAPHY_SIZE_300: {
2440
- fontSize: "16px",
2441
- lineHeight: "24px"
2442
- },
2443
- TYPOGRAPHY_SIZE_400: {
2444
- fontSize: "18px",
2445
- lineHeight: "26.666666666666668px"
2446
- },
2447
- TYPOGRAPHY_SIZE_500: {
2448
- fontSize: "21px",
2449
- lineHeight: "29.333333333333332px"
2450
- },
2451
- TYPOGRAPHY_SIZE_600: {
2452
- fontSize: "24px",
2453
- lineHeight: "32px"
2454
- },
2455
- TYPOGRAPHY_SIZE_700: {
2456
- fontSize: "32px",
2457
- lineHeight: "40px"
2458
- },
2459
- TYPOGRAPHY_SIZE_800: {
2460
- fontSize: "43px",
2461
- lineHeight: "50.666666666666664px"
2462
- },
2463
- TYPOGRAPHY_SIZE_900: {
2464
- fontSize: "57px",
2465
- lineHeight: "64px"
2466
- },
2467
- TYPOGRAPHY_SIZE_1000: {
2468
- fontSize: "76px",
2469
- lineHeight: "80px"
2470
- },
2471
- TYPOGRAPHY_SIZE_1100: {
2472
- fontSize: "101px",
2473
- lineHeight: "101.33333333333333px"
2474
- },
2475
- TYPOGRAPHY_SIZE_1200: {
2476
- fontSize: "135px",
2477
- lineHeight: "125.33333333333333px"
2478
- },
2479
- TYPOGRAPHY_WEIGHT_NORMAL: "400",
2480
- TYPOGRAPHY_WEIGHT_SEMIBOLD: "600",
2481
- TYPOGRAPHY_WEIGHT_BOLD: "700",
2482
- TYPOGRAPHY_WEIGHT_EXTRA_BOLD: "800"
2813
+ TYPOGRAPHY_FAMILY = 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif';
2814
+ TYPOGRAPHY_FAMILY_PROXIMA = '"Proxima Nova", proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
2815
+ TYPOGRAPHY_FAMILY_RECOLETA = '"Recoleta", recoleta, proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
2816
+ TYPOGRAPHY_FAMILY_ROBOTO = '"Roboto Serif", roboto-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
2817
+ TYPOGRAPHY_SIZE_100 = {
2818
+ fontSize: "11px",
2819
+ lineHeight: "18.666666666666668px"
2820
+ };
2821
+ TYPOGRAPHY_SIZE_200 = {
2822
+ fontSize: "13px",
2823
+ lineHeight: "21.333333333333332px"
2824
+ };
2825
+ TYPOGRAPHY_SIZE_300 = {
2826
+ fontSize: "16px",
2827
+ lineHeight: "24px"
2828
+ };
2829
+ TYPOGRAPHY_SIZE_400 = {
2830
+ fontSize: "18px",
2831
+ lineHeight: "26.666666666666668px"
2832
+ };
2833
+ TYPOGRAPHY_SIZE_500 = {
2834
+ fontSize: "21px",
2835
+ lineHeight: "29.333333333333332px"
2836
+ };
2837
+ TYPOGRAPHY_SIZE_600 = {
2838
+ fontSize: "24px",
2839
+ lineHeight: "32px"
2840
+ };
2841
+ TYPOGRAPHY_SIZE_700 = {
2842
+ fontSize: "32px",
2843
+ lineHeight: "40px"
2844
+ };
2845
+ TYPOGRAPHY_SIZE_800 = {
2846
+ fontSize: "43px",
2847
+ lineHeight: "50.666666666666664px"
2848
+ };
2849
+ TYPOGRAPHY_SIZE_900 = {
2850
+ fontSize: "57px",
2851
+ lineHeight: "64px"
2852
+ };
2853
+ TYPOGRAPHY_SIZE_1000 = {
2854
+ fontSize: "76px",
2855
+ lineHeight: "80px"
2856
+ };
2857
+ TYPOGRAPHY_SIZE_1100 = {
2858
+ fontSize: "101px",
2859
+ lineHeight: "101.33333333333333px"
2860
+ };
2861
+ TYPOGRAPHY_SIZE_1200 = {
2862
+ fontSize: "135px",
2863
+ lineHeight: "125.33333333333333px"
2864
+ };
2865
+ TYPOGRAPHY_WEIGHT_NORMAL = "400";
2866
+ TYPOGRAPHY_WEIGHT_SEMIBOLD = "600";
2867
+ TYPOGRAPHY_WEIGHT_BOLD = "700";
2868
+ TYPOGRAPHY_WEIGHT_EXTRA_BOLD = "800";
2869
+ defaultExport = {
2870
+ TYPOGRAPHY_FAMILY,
2871
+ TYPOGRAPHY_FAMILY_PROXIMA,
2872
+ TYPOGRAPHY_FAMILY_RECOLETA,
2873
+ TYPOGRAPHY_FAMILY_ROBOTO,
2874
+ TYPOGRAPHY_SIZE_100,
2875
+ TYPOGRAPHY_SIZE_200,
2876
+ TYPOGRAPHY_SIZE_300,
2877
+ TYPOGRAPHY_SIZE_400,
2878
+ TYPOGRAPHY_SIZE_500,
2879
+ TYPOGRAPHY_SIZE_600,
2880
+ TYPOGRAPHY_SIZE_700,
2881
+ TYPOGRAPHY_SIZE_800,
2882
+ TYPOGRAPHY_SIZE_900,
2883
+ TYPOGRAPHY_SIZE_1000,
2884
+ TYPOGRAPHY_SIZE_1100,
2885
+ TYPOGRAPHY_SIZE_1200,
2886
+ TYPOGRAPHY_WEIGHT_NORMAL,
2887
+ TYPOGRAPHY_WEIGHT_SEMIBOLD,
2888
+ TYPOGRAPHY_WEIGHT_BOLD,
2889
+ TYPOGRAPHY_WEIGHT_EXTRA_BOLD
2483
2890
  };
2891
+ seeds_typography_esm_default = defaultExport;
2484
2892
  }
2485
2893
  });
2486
2894
 
2487
- // ../../seeds-design-tokens/seeds-space/dist/seeds-space.js
2488
- var require_seeds_space = __commonJS({
2489
- "../../seeds-design-tokens/seeds-space/dist/seeds-space.js"(exports, module2) {
2895
+ // ../../seeds-design-tokens/seeds-space/dist/seeds-space.esm.js
2896
+ var seeds_space_esm_exports = {};
2897
+ __export(seeds_space_esm_exports, {
2898
+ SPACE_SIZE_0: () => SPACE_SIZE_0,
2899
+ SPACE_SIZE_100: () => SPACE_SIZE_100,
2900
+ SPACE_SIZE_200: () => SPACE_SIZE_200,
2901
+ SPACE_SIZE_300: () => SPACE_SIZE_300,
2902
+ SPACE_SIZE_350: () => SPACE_SIZE_350,
2903
+ SPACE_SIZE_400: () => SPACE_SIZE_400,
2904
+ SPACE_SIZE_450: () => SPACE_SIZE_450,
2905
+ SPACE_SIZE_500: () => SPACE_SIZE_500,
2906
+ SPACE_SIZE_600: () => SPACE_SIZE_600,
2907
+ default: () => seeds_space_esm_default
2908
+ });
2909
+ var SPACE_SIZE_0, SPACE_SIZE_100, SPACE_SIZE_200, SPACE_SIZE_300, SPACE_SIZE_350, SPACE_SIZE_400, SPACE_SIZE_450, SPACE_SIZE_500, SPACE_SIZE_600, seeds_space_esm_default;
2910
+ var init_seeds_space_esm = __esm({
2911
+ "../../seeds-design-tokens/seeds-space/dist/seeds-space.esm.js"() {
2490
2912
  "use strict";
2491
- module2.exports = {
2492
- SPACE_SIZE_0: "0px",
2493
- SPACE_SIZE_100: "2px",
2494
- SPACE_SIZE_200: "4px",
2495
- SPACE_SIZE_300: "8px",
2496
- SPACE_SIZE_350: "12px",
2497
- SPACE_SIZE_400: "16px",
2498
- SPACE_SIZE_450: "24px",
2499
- SPACE_SIZE_500: "32px",
2500
- SPACE_SIZE_600: "40px"
2913
+ SPACE_SIZE_0 = "0px";
2914
+ SPACE_SIZE_100 = "2px";
2915
+ SPACE_SIZE_200 = "4px";
2916
+ SPACE_SIZE_300 = "8px";
2917
+ SPACE_SIZE_350 = "12px";
2918
+ SPACE_SIZE_400 = "16px";
2919
+ SPACE_SIZE_450 = "24px";
2920
+ SPACE_SIZE_500 = "32px";
2921
+ SPACE_SIZE_600 = "40px";
2922
+ seeds_space_esm_default = {
2923
+ SPACE_SIZE_0,
2924
+ SPACE_SIZE_100,
2925
+ SPACE_SIZE_200,
2926
+ SPACE_SIZE_300,
2927
+ SPACE_SIZE_350,
2928
+ SPACE_SIZE_400,
2929
+ SPACE_SIZE_450,
2930
+ SPACE_SIZE_500,
2931
+ SPACE_SIZE_600
2501
2932
  };
2502
2933
  }
2503
2934
  });
2504
2935
 
2505
- // ../../seeds-design-tokens/seeds-depth/dist/seeds-depth.js
2506
- var require_seeds_depth = __commonJS({
2507
- "../../seeds-design-tokens/seeds-depth/dist/seeds-depth.js"(exports, module2) {
2936
+ // ../../seeds-design-tokens/seeds-depth/dist/seeds-depth.esm.js
2937
+ var seeds_depth_esm_exports = {};
2938
+ __export(seeds_depth_esm_exports, {
2939
+ ELEVATION_LEVEL_100: () => ELEVATION_LEVEL_100,
2940
+ ELEVATION_LEVEL_300: () => ELEVATION_LEVEL_300,
2941
+ ELEVATION_LEVEL_400: () => ELEVATION_LEVEL_400,
2942
+ default: () => seeds_depth_esm_default
2943
+ });
2944
+ var ELEVATION_LEVEL_100, ELEVATION_LEVEL_300, ELEVATION_LEVEL_400, seeds_depth_esm_default;
2945
+ var init_seeds_depth_esm = __esm({
2946
+ "../../seeds-design-tokens/seeds-depth/dist/seeds-depth.esm.js"() {
2508
2947
  "use strict";
2509
- module2.exports = {
2510
- ELEVATION_LEVEL_100: "0px 2px 4px",
2511
- ELEVATION_LEVEL_300: "0px 8px 16px",
2512
- ELEVATION_LEVEL_400: "0px 16px 32px"
2948
+ ELEVATION_LEVEL_100 = "0px 2px 4px";
2949
+ ELEVATION_LEVEL_300 = "0px 8px 16px";
2950
+ ELEVATION_LEVEL_400 = "0px 16px 32px";
2951
+ seeds_depth_esm_default = {
2952
+ ELEVATION_LEVEL_100,
2953
+ ELEVATION_LEVEL_300,
2954
+ ELEVATION_LEVEL_400
2513
2955
  };
2514
2956
  }
2515
2957
  });
2516
2958
 
2517
- // ../../seeds-design-tokens/seeds-motion/dist/seeds-motion.js
2518
- var require_seeds_motion = __commonJS({
2519
- "../../seeds-design-tokens/seeds-motion/dist/seeds-motion.js"(exports, module2) {
2959
+ // ../../seeds-design-tokens/seeds-motion/dist/seeds-motion.esm.js
2960
+ var seeds_motion_esm_exports = {};
2961
+ __export(seeds_motion_esm_exports, {
2962
+ MOTION_DURATION_FAST: () => MOTION_DURATION_FAST,
2963
+ MOTION_DURATION_MEDIUM: () => MOTION_DURATION_MEDIUM,
2964
+ MOTION_DURATION_SLOW: () => MOTION_DURATION_SLOW,
2965
+ MOTION_EASE_IN: () => MOTION_EASE_IN,
2966
+ MOTION_EASE_INOUT: () => MOTION_EASE_INOUT,
2967
+ MOTION_EASE_OUT: () => MOTION_EASE_OUT,
2968
+ default: () => seeds_motion_esm_default
2969
+ });
2970
+ var MOTION_EASE_IN, MOTION_EASE_OUT, MOTION_EASE_INOUT, MOTION_DURATION_FAST, MOTION_DURATION_MEDIUM, MOTION_DURATION_SLOW, seeds_motion_esm_default;
2971
+ var init_seeds_motion_esm = __esm({
2972
+ "../../seeds-design-tokens/seeds-motion/dist/seeds-motion.esm.js"() {
2520
2973
  "use strict";
2521
- module2.exports = {
2522
- MOTION_EASE_IN: "cubic-bezier(.4, 0, .7, .2)",
2523
- MOTION_EASE_OUT: "cubic-bezier(0, 0, .2, 1)",
2524
- MOTION_EASE_INOUT: "cubic-bezier(.4, 0, .2, 1)",
2525
- MOTION_DURATION_FAST: ".15s",
2526
- MOTION_DURATION_MEDIUM: ".3s",
2527
- MOTION_DURATION_SLOW: ".6s"
2974
+ MOTION_EASE_IN = "cubic-bezier(.4, 0, .7, .2)";
2975
+ MOTION_EASE_OUT = "cubic-bezier(0, 0, .2, 1)";
2976
+ MOTION_EASE_INOUT = "cubic-bezier(.4, 0, .2, 1)";
2977
+ MOTION_DURATION_FAST = ".15s";
2978
+ MOTION_DURATION_MEDIUM = ".3s";
2979
+ MOTION_DURATION_SLOW = ".6s";
2980
+ seeds_motion_esm_default = {
2981
+ MOTION_EASE_IN,
2982
+ MOTION_EASE_OUT,
2983
+ MOTION_EASE_INOUT,
2984
+ MOTION_DURATION_FAST,
2985
+ MOTION_DURATION_MEDIUM,
2986
+ MOTION_DURATION_SLOW
2528
2987
  };
2529
2988
  }
2530
2989
  });
2531
2990
 
2532
- // ../../seeds-design-tokens/seeds-border/dist/seeds-border.js
2533
- var require_seeds_border = __commonJS({
2534
- "../../seeds-design-tokens/seeds-border/dist/seeds-border.js"(exports, module2) {
2991
+ // ../../seeds-design-tokens/seeds-border/dist/seeds-border.esm.js
2992
+ var seeds_border_esm_exports = {};
2993
+ __export(seeds_border_esm_exports, {
2994
+ BORDER_RADIUS_1000: () => BORDER_RADIUS_1000,
2995
+ BORDER_RADIUS_400: () => BORDER_RADIUS_400,
2996
+ BORDER_RADIUS_500: () => BORDER_RADIUS_500,
2997
+ BORDER_RADIUS_600: () => BORDER_RADIUS_600,
2998
+ BORDER_WIDTH_500: () => BORDER_WIDTH_500,
2999
+ BORDER_WIDTH_600: () => BORDER_WIDTH_600,
3000
+ default: () => seeds_border_esm_default
3001
+ });
3002
+ var BORDER_RADIUS_400, BORDER_RADIUS_500, BORDER_RADIUS_600, BORDER_RADIUS_1000, BORDER_WIDTH_500, BORDER_WIDTH_600, seeds_border_esm_default;
3003
+ var init_seeds_border_esm = __esm({
3004
+ "../../seeds-design-tokens/seeds-border/dist/seeds-border.esm.js"() {
2535
3005
  "use strict";
2536
- module2.exports = {
2537
- BORDER_RADIUS_400: "4px",
2538
- BORDER_RADIUS_500: "6px",
2539
- BORDER_RADIUS_600: "8px",
2540
- BORDER_RADIUS_1000: "999999px",
2541
- BORDER_WIDTH_500: "1px",
2542
- BORDER_WIDTH_600: "2px"
3006
+ BORDER_RADIUS_400 = "4px";
3007
+ BORDER_RADIUS_500 = "6px";
3008
+ BORDER_RADIUS_600 = "8px";
3009
+ BORDER_RADIUS_1000 = "999999px";
3010
+ BORDER_WIDTH_500 = "1px";
3011
+ BORDER_WIDTH_600 = "2px";
3012
+ seeds_border_esm_default = {
3013
+ BORDER_RADIUS_400,
3014
+ BORDER_RADIUS_500,
3015
+ BORDER_RADIUS_600,
3016
+ BORDER_RADIUS_1000,
3017
+ BORDER_WIDTH_500,
3018
+ BORDER_WIDTH_600
2543
3019
  };
2544
3020
  }
2545
3021
  });
@@ -2552,7 +3028,7 @@ var require_literal_colors = __commonJS({
2552
3028
  value: true
2553
3029
  });
2554
3030
  exports.default = void 0;
2555
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3031
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
2556
3032
  function _interopRequireDefault(obj) {
2557
3033
  return obj && obj.__esModule ? obj : { default: obj };
2558
3034
  }
@@ -2726,7 +3202,7 @@ var require_dataviz_palette = __commonJS({
2726
3202
  value: true
2727
3203
  });
2728
3204
  exports.datavizPalette = void 0;
2729
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3205
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
2730
3206
  function _interopRequireDefault(obj) {
2731
3207
  return obj && obj.__esModule ? obj : { default: obj };
2732
3208
  }
@@ -2766,7 +3242,7 @@ var require_decorative_palettes = __commonJS({
2766
3242
  value: true
2767
3243
  });
2768
3244
  exports.yellow = exports.teal = exports.red = exports.purple = exports.pink = exports.orange = exports.neutral = exports.magenta = exports.green = exports.blue = exports.aqua = void 0;
2769
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3245
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
2770
3246
  function _interopRequireDefault(obj) {
2771
3247
  return obj && obj.__esModule ? obj : { default: obj };
2772
3248
  }
@@ -2837,40 +3313,16 @@ var require_theme = __commonJS({
2837
3313
  });
2838
3314
  exports.typography = exports.space = exports.shadows = exports.radii = exports.lineHeights = exports.fontWeights = exports.fontSizes = exports.fontFamily = exports.easing = exports.duration = exports.default = exports.breakpoints = exports.borders = exports.borderWidths = void 0;
2839
3315
  var _polished = (init_polished_esm(), __toCommonJS(polished_esm_exports));
2840
- var _seedsColor = _interopRequireDefault(require_seeds_color());
2841
- var _seedsNetworkcolor = _interopRequireDefault(require_seeds_networkcolor());
2842
- var TYPOGRAPHY = _interopRequireWildcard(require_seeds_typography());
2843
- var _seedsSpace = _interopRequireDefault(require_seeds_space());
2844
- var _seedsDepth = _interopRequireDefault(require_seeds_depth());
2845
- var _seedsMotion = _interopRequireDefault(require_seeds_motion());
2846
- var _seedsBorder = _interopRequireDefault(require_seeds_border());
3316
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
3317
+ var _seedsNetworkcolor = _interopRequireDefault((init_seeds_networkcolor_esm(), __toCommonJS(seeds_networkcolor_esm_exports)));
3318
+ var _seedsTypography = _interopRequireDefault((init_seeds_typography_esm(), __toCommonJS(seeds_typography_esm_exports)));
3319
+ var _seedsSpace = _interopRequireDefault((init_seeds_space_esm(), __toCommonJS(seeds_space_esm_exports)));
3320
+ var _seedsDepth = _interopRequireDefault((init_seeds_depth_esm(), __toCommonJS(seeds_depth_esm_exports)));
3321
+ var _seedsMotion = _interopRequireDefault((init_seeds_motion_esm(), __toCommonJS(seeds_motion_esm_exports)));
3322
+ var _seedsBorder = _interopRequireDefault((init_seeds_border_esm(), __toCommonJS(seeds_border_esm_exports)));
2847
3323
  var _literalColors = _interopRequireDefault(require_literal_colors());
2848
3324
  var _datavizPalette = require_dataviz_palette();
2849
3325
  var _decorativePalettes = require_decorative_palettes();
2850
- function _getRequireWildcardCache(e) {
2851
- if ("function" != typeof WeakMap)
2852
- return null;
2853
- var r = /* @__PURE__ */ new WeakMap(), t = /* @__PURE__ */ new WeakMap();
2854
- return (_getRequireWildcardCache = function _getRequireWildcardCache2(e2) {
2855
- return e2 ? t : r;
2856
- })(e);
2857
- }
2858
- function _interopRequireWildcard(e, r) {
2859
- if (!r && e && e.__esModule)
2860
- return e;
2861
- if (null === e || "object" != _typeof(e) && "function" != typeof e)
2862
- return { default: e };
2863
- var t = _getRequireWildcardCache(r);
2864
- if (t && t.has(e))
2865
- return t.get(e);
2866
- var n = { __proto__: null }, a3 = Object.defineProperty && Object.getOwnPropertyDescriptor;
2867
- for (var u in e)
2868
- if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) {
2869
- var i = a3 ? Object.getOwnPropertyDescriptor(e, u) : null;
2870
- i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
2871
- }
2872
- return n.default = e, t && t.set(e, n), n;
2873
- }
2874
3326
  function _interopRequireDefault(obj) {
2875
3327
  return obj && obj.__esModule ? obj : { default: obj };
2876
3328
  }
@@ -3186,7 +3638,9 @@ var require_theme = __commonJS({
3186
3638
  whatsapp: _seedsNetworkcolor.default.NETWORK_COLOR_WHATSAPP,
3187
3639
  tiktok: _seedsNetworkcolor.default.NETWORK_COLOR_TIKTOK,
3188
3640
  threads: _seedsNetworkcolor.default.NETWORK_COLOR_THREADS,
3189
- trustpilot: _seedsNetworkcolor.default.NETWORK_COLOR_TRUSTPILOT
3641
+ trustpilot: _seedsNetworkcolor.default.NETWORK_COLOR_TRUSTPILOT,
3642
+ x: _seedsNetworkcolor.default.NETWORK_COLOR_X,
3643
+ x_like: _seedsNetworkcolor.default.NETWORK_COLOR_X_LIKE
3190
3644
  },
3191
3645
  dataviz: {
3192
3646
  map: _datavizPalette.datavizPalette.DATAVIZ_COLORS_MAP,
@@ -3194,53 +3648,53 @@ var require_theme = __commonJS({
3194
3648
  }
3195
3649
  }, _literalColors.default), _datavizPalette.datavizPalette);
3196
3650
  var typography = exports.typography = {
3197
- 100: TYPOGRAPHY.TYPOGRAPHY_SIZE_100,
3198
- 200: TYPOGRAPHY.TYPOGRAPHY_SIZE_200,
3199
- 300: TYPOGRAPHY.TYPOGRAPHY_SIZE_300,
3200
- 400: TYPOGRAPHY.TYPOGRAPHY_SIZE_400,
3201
- 500: TYPOGRAPHY.TYPOGRAPHY_SIZE_500,
3202
- 600: TYPOGRAPHY.TYPOGRAPHY_SIZE_600,
3203
- 700: TYPOGRAPHY.TYPOGRAPHY_SIZE_700,
3204
- 800: TYPOGRAPHY.TYPOGRAPHY_SIZE_800,
3205
- 900: TYPOGRAPHY.TYPOGRAPHY_SIZE_900,
3206
- 1e3: TYPOGRAPHY.TYPOGRAPHY_SIZE_1000,
3207
- 1100: TYPOGRAPHY.TYPOGRAPHY_SIZE_1100,
3208
- 1200: TYPOGRAPHY.TYPOGRAPHY_SIZE_1200
3651
+ 100: _seedsTypography.default.TYPOGRAPHY_SIZE_100,
3652
+ 200: _seedsTypography.default.TYPOGRAPHY_SIZE_200,
3653
+ 300: _seedsTypography.default.TYPOGRAPHY_SIZE_300,
3654
+ 400: _seedsTypography.default.TYPOGRAPHY_SIZE_400,
3655
+ 500: _seedsTypography.default.TYPOGRAPHY_SIZE_500,
3656
+ 600: _seedsTypography.default.TYPOGRAPHY_SIZE_600,
3657
+ 700: _seedsTypography.default.TYPOGRAPHY_SIZE_700,
3658
+ 800: _seedsTypography.default.TYPOGRAPHY_SIZE_800,
3659
+ 900: _seedsTypography.default.TYPOGRAPHY_SIZE_900,
3660
+ 1e3: _seedsTypography.default.TYPOGRAPHY_SIZE_1000,
3661
+ 1100: _seedsTypography.default.TYPOGRAPHY_SIZE_1100,
3662
+ 1200: _seedsTypography.default.TYPOGRAPHY_SIZE_1200
3209
3663
  };
3210
3664
  var fontSizes = exports.fontSizes = {
3211
- 100: TYPOGRAPHY.TYPOGRAPHY_SIZE_100.fontSize,
3212
- 200: TYPOGRAPHY.TYPOGRAPHY_SIZE_200.fontSize,
3213
- 300: TYPOGRAPHY.TYPOGRAPHY_SIZE_300.fontSize,
3214
- 400: TYPOGRAPHY.TYPOGRAPHY_SIZE_400.fontSize,
3215
- 500: TYPOGRAPHY.TYPOGRAPHY_SIZE_500.fontSize,
3216
- 600: TYPOGRAPHY.TYPOGRAPHY_SIZE_600.fontSize,
3217
- 700: TYPOGRAPHY.TYPOGRAPHY_SIZE_700.fontSize,
3218
- 800: TYPOGRAPHY.TYPOGRAPHY_SIZE_800.fontSize,
3219
- 900: TYPOGRAPHY.TYPOGRAPHY_SIZE_900.fontSize,
3220
- 1e3: TYPOGRAPHY.TYPOGRAPHY_SIZE_1000.fontSize,
3221
- 1100: TYPOGRAPHY.TYPOGRAPHY_SIZE_1100.fontSize,
3222
- 1200: TYPOGRAPHY.TYPOGRAPHY_SIZE_1200.fontSize
3665
+ 100: _seedsTypography.default.TYPOGRAPHY_SIZE_100.fontSize,
3666
+ 200: _seedsTypography.default.TYPOGRAPHY_SIZE_200.fontSize,
3667
+ 300: _seedsTypography.default.TYPOGRAPHY_SIZE_300.fontSize,
3668
+ 400: _seedsTypography.default.TYPOGRAPHY_SIZE_400.fontSize,
3669
+ 500: _seedsTypography.default.TYPOGRAPHY_SIZE_500.fontSize,
3670
+ 600: _seedsTypography.default.TYPOGRAPHY_SIZE_600.fontSize,
3671
+ 700: _seedsTypography.default.TYPOGRAPHY_SIZE_700.fontSize,
3672
+ 800: _seedsTypography.default.TYPOGRAPHY_SIZE_800.fontSize,
3673
+ 900: _seedsTypography.default.TYPOGRAPHY_SIZE_900.fontSize,
3674
+ 1e3: _seedsTypography.default.TYPOGRAPHY_SIZE_1000.fontSize,
3675
+ 1100: _seedsTypography.default.TYPOGRAPHY_SIZE_1100.fontSize,
3676
+ 1200: _seedsTypography.default.TYPOGRAPHY_SIZE_1200.fontSize
3223
3677
  };
3224
3678
  var lineHeights = exports.lineHeights = {
3225
- 100: TYPOGRAPHY.TYPOGRAPHY_SIZE_100.lineHeight,
3226
- 200: TYPOGRAPHY.TYPOGRAPHY_SIZE_200.lineHeight,
3227
- 300: TYPOGRAPHY.TYPOGRAPHY_SIZE_300.lineHeight,
3228
- 400: TYPOGRAPHY.TYPOGRAPHY_SIZE_400.lineHeight,
3229
- 500: TYPOGRAPHY.TYPOGRAPHY_SIZE_500.lineHeight,
3230
- 600: TYPOGRAPHY.TYPOGRAPHY_SIZE_600.lineHeight,
3231
- 700: TYPOGRAPHY.TYPOGRAPHY_SIZE_700.lineHeight,
3232
- 800: TYPOGRAPHY.TYPOGRAPHY_SIZE_800.lineHeight,
3233
- 900: TYPOGRAPHY.TYPOGRAPHY_SIZE_900.lineHeight,
3234
- 1e3: TYPOGRAPHY.TYPOGRAPHY_SIZE_1000.lineHeight,
3235
- 1100: TYPOGRAPHY.TYPOGRAPHY_SIZE_1100.lineHeight,
3236
- 1200: TYPOGRAPHY.TYPOGRAPHY_SIZE_1200.lineHeight
3679
+ 100: _seedsTypography.default.TYPOGRAPHY_SIZE_100.lineHeight,
3680
+ 200: _seedsTypography.default.TYPOGRAPHY_SIZE_200.lineHeight,
3681
+ 300: _seedsTypography.default.TYPOGRAPHY_SIZE_300.lineHeight,
3682
+ 400: _seedsTypography.default.TYPOGRAPHY_SIZE_400.lineHeight,
3683
+ 500: _seedsTypography.default.TYPOGRAPHY_SIZE_500.lineHeight,
3684
+ 600: _seedsTypography.default.TYPOGRAPHY_SIZE_600.lineHeight,
3685
+ 700: _seedsTypography.default.TYPOGRAPHY_SIZE_700.lineHeight,
3686
+ 800: _seedsTypography.default.TYPOGRAPHY_SIZE_800.lineHeight,
3687
+ 900: _seedsTypography.default.TYPOGRAPHY_SIZE_900.lineHeight,
3688
+ 1e3: _seedsTypography.default.TYPOGRAPHY_SIZE_1000.lineHeight,
3689
+ 1100: _seedsTypography.default.TYPOGRAPHY_SIZE_1100.lineHeight,
3690
+ 1200: _seedsTypography.default.TYPOGRAPHY_SIZE_1200.lineHeight
3237
3691
  };
3238
- var fontFamily = exports.fontFamily = TYPOGRAPHY.TYPOGRAPHY_FAMILY;
3692
+ var fontFamily = exports.fontFamily = _seedsTypography.default.TYPOGRAPHY_FAMILY;
3239
3693
  var fontWeights = exports.fontWeights = {
3240
- normal: TYPOGRAPHY.TYPOGRAPHY_WEIGHT_NORMAL,
3241
- semibold: TYPOGRAPHY.TYPOGRAPHY_WEIGHT_SEMIBOLD,
3242
- bold: TYPOGRAPHY.TYPOGRAPHY_WEIGHT_BOLD,
3243
- extrabold: TYPOGRAPHY.TYPOGRAPHY_WEIGHT_EXTRA_BOLD
3694
+ normal: _seedsTypography.default.TYPOGRAPHY_WEIGHT_NORMAL,
3695
+ semibold: _seedsTypography.default.TYPOGRAPHY_WEIGHT_SEMIBOLD,
3696
+ bold: _seedsTypography.default.TYPOGRAPHY_WEIGHT_BOLD,
3697
+ extrabold: _seedsTypography.default.TYPOGRAPHY_WEIGHT_EXTRA_BOLD
3244
3698
  };
3245
3699
  var space = exports.space = {
3246
3700
  0: _seedsSpace.default.SPACE_SIZE_0,
@@ -3322,7 +3776,7 @@ var require_dataviz_palette2 = __commonJS({
3322
3776
  value: true
3323
3777
  });
3324
3778
  exports.datavizPalette = void 0;
3325
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3779
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
3326
3780
  function _interopRequireDefault(obj) {
3327
3781
  return obj && obj.__esModule ? obj : { default: obj };
3328
3782
  }
@@ -3362,7 +3816,7 @@ var require_decorative_palettes2 = __commonJS({
3362
3816
  value: true
3363
3817
  });
3364
3818
  exports.yellow = exports.teal = exports.red = exports.purple = exports.pink = exports.orange = exports.neutral = exports.magenta = exports.green = exports.blue = exports.aqua = void 0;
3365
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3819
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
3366
3820
  function _interopRequireDefault(obj) {
3367
3821
  return obj && obj.__esModule ? obj : { default: obj };
3368
3822
  }
@@ -3433,8 +3887,8 @@ var require_theme2 = __commonJS({
3433
3887
  });
3434
3888
  exports.shadows = exports.default = void 0;
3435
3889
  var _polished = (init_polished_esm(), __toCommonJS(polished_esm_exports));
3436
- var _seedsColor = _interopRequireDefault(require_seeds_color());
3437
- var _seedsDepth = _interopRequireDefault(require_seeds_depth());
3890
+ var _seedsColor = _interopRequireDefault((init_seeds_color_esm(), __toCommonJS(seeds_color_esm_exports)));
3891
+ var _seedsDepth = _interopRequireDefault((init_seeds_depth_esm(), __toCommonJS(seeds_depth_esm_exports)));
3438
3892
  var _theme = _interopRequireDefault(require_theme());
3439
3893
  var _datavizPalette = require_dataviz_palette2();
3440
3894
  var _decorativePalettes = require_decorative_palettes2();
@@ -3749,7 +4203,7 @@ var require_theme3 = __commonJS({
3749
4203
  Object.defineProperty(exports, "__esModule", {
3750
4204
  value: true
3751
4205
  });
3752
- exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = void 0;
4206
+ exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = exports.ai = void 0;
3753
4207
  var _polished = (init_polished_esm(), __toCommonJS(polished_esm_exports));
3754
4208
  var _theme = _interopRequireDefault(require_theme());
3755
4209
  function _interopRequireDefault(obj) {
@@ -3869,6 +4323,27 @@ var require_theme3 = __commonJS({
3869
4323
  }
3870
4324
  }
3871
4325
  };
4326
+ var ai = exports.ai = {
4327
+ feature: {
4328
+ decorative: {
4329
+ // these two colors form a gradient in AI features
4330
+ primary: _theme.default.colors.teal[800],
4331
+ secondary: _theme.default.colors.blue[900]
4332
+ },
4333
+ background: {
4334
+ primary: _theme.default.colors.teal[800],
4335
+ secondary: _theme.default.colors.blue[900],
4336
+ default: {
4337
+ primary: _theme.default.colors.teal[800],
4338
+ secondary: _theme.default.colors.blue[900]
4339
+ },
4340
+ inverse: {
4341
+ primary: _theme.default.colors.teal[100],
4342
+ secondary: _theme.default.colors.blue[200]
4343
+ }
4344
+ }
4345
+ }
4346
+ };
3872
4347
  var analytics = exports.analytics = {
3873
4348
  trend: {
3874
4349
  positive: _theme.default.colors.teal[800],
@@ -4021,6 +4496,7 @@ var require_theme3 = __commonJS({
4021
4496
  };
4022
4497
  var lightTheme = _objectSpread(_objectSpread({}, _theme.default), {}, {
4023
4498
  colors: _objectSpread(_objectSpread({}, _theme.default.colors), {}, {
4499
+ ai,
4024
4500
  navigation,
4025
4501
  datePicker,
4026
4502
  analytics,
@@ -4040,7 +4516,7 @@ var require_theme4 = __commonJS({
4040
4516
  Object.defineProperty(exports, "__esModule", {
4041
4517
  value: true
4042
4518
  });
4043
- exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = void 0;
4519
+ exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = exports.ai = void 0;
4044
4520
  var _polished = (init_polished_esm(), __toCommonJS(polished_esm_exports));
4045
4521
  var _theme = _interopRequireDefault(require_theme2());
4046
4522
  function _interopRequireDefault(obj) {
@@ -4163,6 +4639,27 @@ var require_theme4 = __commonJS({
4163
4639
  }
4164
4640
  }
4165
4641
  };
4642
+ var ai = exports.ai = {
4643
+ feature: {
4644
+ decorative: {
4645
+ // identical to light theme
4646
+ primary: _theme.default.colors.teal[800],
4647
+ secondary: _theme.default.colors.blue[900]
4648
+ },
4649
+ background: {
4650
+ primary: _theme.default.colors.teal[100],
4651
+ secondary: _theme.default.colors.blue[200],
4652
+ default: {
4653
+ primary: _theme.default.colors.teal[100],
4654
+ secondary: _theme.default.colors.blue[200]
4655
+ },
4656
+ inverse: {
4657
+ primary: _theme.default.colors.teal[800],
4658
+ secondary: _theme.default.colors.blue[900]
4659
+ }
4660
+ }
4661
+ }
4662
+ };
4166
4663
  var analytics = exports.analytics = {
4167
4664
  trend: {
4168
4665
  positive: _theme.default.colors.teal[500],
@@ -4317,6 +4814,7 @@ var require_theme4 = __commonJS({
4317
4814
  colors: _objectSpread(_objectSpread({}, _theme.default.colors), {}, {
4318
4815
  navigation,
4319
4816
  datePicker,
4817
+ ai,
4320
4818
  analytics,
4321
4819
  listening,
4322
4820
  growth,
@@ -4441,21 +4939,21 @@ var import_styled_components2 = __toESM(require("styled-components"));
4441
4939
 
4442
4940
  // ../seeds-react-system-props/dist/index.mjs
4443
4941
  var _r = Object.create;
4444
- var q = Object.defineProperty;
4942
+ var _ = Object.defineProperty;
4445
4943
  var re = Object.getOwnPropertyDescriptor;
4446
4944
  var ee = Object.getOwnPropertyNames;
4447
4945
  var te = Object.getPrototypeOf;
4448
4946
  var oe = Object.prototype.hasOwnProperty;
4449
4947
  var ae = (a3, r) => () => (r || a3((r = { exports: {} }).exports, r), r.exports);
4450
- var ie = (a3, r, e, o) => {
4948
+ var se = (a3, r, e, o) => {
4451
4949
  if (r && typeof r == "object" || typeof r == "function")
4452
4950
  for (let t of ee(r))
4453
- !oe.call(a3, t) && t !== e && q(a3, t, { get: () => r[t], enumerable: !(o = re(r, t)) || o.enumerable });
4951
+ !oe.call(a3, t) && t !== e && _(a3, t, { get: () => r[t], enumerable: !(o = re(r, t)) || o.enumerable });
4454
4952
  return a3;
4455
4953
  };
4456
- var se = (a3, r, e) => (e = a3 != null ? _r(te(a3)) : {}, ie(r || !a3 || !a3.__esModule ? q(e, "default", { value: a3, enumerable: true }) : e, a3));
4457
- var K = ae((Ve, J) => {
4458
- var Q = Object.getOwnPropertySymbols, ne = Object.prototype.hasOwnProperty, pe = Object.prototype.propertyIsEnumerable;
4954
+ var ie = (a3, r, e) => (e = a3 != null ? _r(te(a3)) : {}, se(r || !a3 || !a3.__esModule ? _(e, "default", { value: a3, enumerable: true }) : e, a3));
4955
+ var tr = ae(($e, er) => {
4956
+ var rr = Object.getOwnPropertySymbols, pe = Object.prototype.hasOwnProperty, ne = Object.prototype.propertyIsEnumerable;
4459
4957
  function de(a3) {
4460
4958
  if (a3 == null)
4461
4959
  throw new TypeError("Object.assign cannot be called with null or undefined");
@@ -4470,39 +4968,39 @@ var K = ae((Ve, J) => {
4470
4968
  return false;
4471
4969
  for (var r = {}, e = 0; e < 10; e++)
4472
4970
  r["_" + String.fromCharCode(e)] = e;
4473
- var o = Object.getOwnPropertyNames(r).map(function(i) {
4474
- return r[i];
4971
+ var o = Object.getOwnPropertyNames(r).map(function(s) {
4972
+ return r[s];
4475
4973
  });
4476
4974
  if (o.join("") !== "0123456789")
4477
4975
  return false;
4478
4976
  var t = {};
4479
- return "abcdefghijklmnopqrst".split("").forEach(function(i) {
4480
- t[i] = i;
4977
+ return "abcdefghijklmnopqrst".split("").forEach(function(s) {
4978
+ t[s] = s;
4481
4979
  }), Object.keys(Object.assign({}, t)).join("") === "abcdefghijklmnopqrst";
4482
4980
  } catch {
4483
4981
  return false;
4484
4982
  }
4485
4983
  }
4486
- J.exports = le() ? Object.assign : function(a3, r) {
4487
- for (var e, o = de(a3), t, i = 1; i < arguments.length; i++) {
4488
- e = Object(arguments[i]);
4489
- for (var s in e)
4490
- ne.call(e, s) && (o[s] = e[s]);
4491
- if (Q) {
4492
- t = Q(e);
4493
- for (var n = 0; n < t.length; n++)
4494
- pe.call(e, t[n]) && (o[t[n]] = e[t[n]]);
4984
+ er.exports = le() ? Object.assign : function(a3, r) {
4985
+ for (var e, o = de(a3), t, s = 1; s < arguments.length; s++) {
4986
+ e = Object(arguments[s]);
4987
+ for (var i in e)
4988
+ pe.call(e, i) && (o[i] = e[i]);
4989
+ if (rr) {
4990
+ t = rr(e);
4991
+ for (var p = 0; p < t.length; p++)
4992
+ ne.call(e, t[p]) && (o[t[p]] = e[t[p]]);
4495
4993
  }
4496
4994
  }
4497
4995
  return o;
4498
4996
  };
4499
4997
  });
4500
- var S = se(K());
4501
- var Z = function(r, e) {
4502
- var o = (0, S.default)({}, r, e);
4998
+ var R = ie(tr());
4999
+ var or = function(r, e) {
5000
+ var o = (0, R.default)({}, r, e);
4503
5001
  for (var t in r) {
4504
- var i;
4505
- !r[t] || typeof e[t] != "object" || (0, S.default)(o, (i = {}, i[t] = (0, S.default)(r[t], e[t]), i));
5002
+ var s;
5003
+ !r[t] || typeof e[t] != "object" || (0, R.default)(o, (s = {}, s[t] = (0, R.default)(r[t], e[t]), s));
4506
5004
  }
4507
5005
  return o;
4508
5006
  };
@@ -4517,361 +5015,364 @@ var ce = function(r) {
4517
5015
  var ge = { breakpoints: [40, 52, 64].map(function(a3) {
4518
5016
  return a3 + "em";
4519
5017
  }) };
4520
- var _ = function(r) {
5018
+ var ar = function(r) {
4521
5019
  return "@media screen and (min-width: " + r + ")";
4522
5020
  };
4523
- var fe = function(r, e) {
4524
- return R(e, r, r);
5021
+ var me = function(r, e) {
5022
+ return P(e, r, r);
4525
5023
  };
4526
- var R = function(r, e, o, t, i) {
5024
+ var P = function(r, e, o, t, s) {
4527
5025
  for (e = e && e.split ? e.split(".") : [e], t = 0; t < e.length; t++)
4528
- r = r ? r[e[t]] : i;
4529
- return r === i ? o : r;
5026
+ r = r ? r[e[t]] : s;
5027
+ return r === s ? o : r;
4530
5028
  };
4531
5029
  var j = function a(r) {
4532
- var e = {}, o = function(s) {
4533
- var n = {}, c = false, d = s.theme && s.theme.disableStyledSystemCache;
4534
- for (var f in s)
4535
- if (r[f]) {
4536
- var g = r[f], u = s[f], x = R(s.theme, g.scale, g.defaults);
5030
+ var e = {}, o = function(i) {
5031
+ var p = {}, c = false, d = i.theme && i.theme.disableStyledSystemCache;
5032
+ for (var m in i)
5033
+ if (r[m]) {
5034
+ var g = r[m], u = i[m], x = P(i.theme, g.scale, g.defaults);
4537
5035
  if (typeof u == "object") {
4538
- if (e.breakpoints = !d && e.breakpoints || R(s.theme, "breakpoints", ge.breakpoints), Array.isArray(u)) {
4539
- e.media = !d && e.media || [null].concat(e.breakpoints.map(_)), n = Z(n, me(e.media, g, x, u, s));
5036
+ if (e.breakpoints = !d && e.breakpoints || P(i.theme, "breakpoints", ge.breakpoints), Array.isArray(u)) {
5037
+ e.media = !d && e.media || [null].concat(e.breakpoints.map(ar)), p = or(p, fe(e.media, g, x, u, i));
4540
5038
  continue;
4541
5039
  }
4542
- u !== null && (n = Z(n, ue(e.breakpoints, g, x, u, s)), c = true);
5040
+ u !== null && (p = or(p, ue(e.breakpoints, g, x, u, i)), c = true);
4543
5041
  continue;
4544
5042
  }
4545
- (0, S.default)(n, g(u, x, s));
5043
+ (0, R.default)(p, g(u, x, i));
4546
5044
  }
4547
- return c && (n = ce(n)), n;
5045
+ return c && (p = ce(p)), p;
4548
5046
  };
4549
5047
  o.config = r, o.propNames = Object.keys(r), o.cache = e;
4550
- var t = Object.keys(r).filter(function(i) {
4551
- return i !== "config";
5048
+ var t = Object.keys(r).filter(function(s) {
5049
+ return s !== "config";
4552
5050
  });
4553
- return t.length > 1 && t.forEach(function(i) {
4554
- var s;
4555
- o[i] = a((s = {}, s[i] = r[i], s));
5051
+ return t.length > 1 && t.forEach(function(s) {
5052
+ var i;
5053
+ o[s] = a((i = {}, i[s] = r[s], i));
4556
5054
  }), o;
4557
5055
  };
4558
- var me = function(r, e, o, t, i) {
4559
- var s = {};
4560
- return t.slice(0, r.length).forEach(function(n, c) {
4561
- var d = r[c], f = e(n, o, i);
5056
+ var fe = function(r, e, o, t, s) {
5057
+ var i = {};
5058
+ return t.slice(0, r.length).forEach(function(p, c) {
5059
+ var d = r[c], m = e(p, o, s);
4562
5060
  if (!d)
4563
- (0, S.default)(s, f);
5061
+ (0, R.default)(i, m);
4564
5062
  else {
4565
5063
  var g;
4566
- (0, S.default)(s, (g = {}, g[d] = (0, S.default)({}, s[d], f), g));
5064
+ (0, R.default)(i, (g = {}, g[d] = (0, R.default)({}, i[d], m), g));
4567
5065
  }
4568
- }), s;
5066
+ }), i;
4569
5067
  };
4570
- var ue = function(r, e, o, t, i) {
4571
- var s = {};
4572
- for (var n in t) {
4573
- var c = r[n], d = t[n], f = e(d, o, i);
5068
+ var ue = function(r, e, o, t, s) {
5069
+ var i = {};
5070
+ for (var p in t) {
5071
+ var c = r[p], d = t[p], m = e(d, o, s);
4574
5072
  if (!c)
4575
- (0, S.default)(s, f);
5073
+ (0, R.default)(i, m);
4576
5074
  else {
4577
- var g, u = _(c);
4578
- (0, S.default)(s, (g = {}, g[u] = (0, S.default)({}, s[u], f), g));
5075
+ var g, u = ar(c);
5076
+ (0, R.default)(i, (g = {}, g[u] = (0, R.default)({}, i[u], m), g));
4579
5077
  }
4580
5078
  }
4581
- return s;
5079
+ return i;
4582
5080
  };
4583
- var H = function(r) {
4584
- var e = r.properties, o = r.property, t = r.scale, i = r.transform, s = i === void 0 ? fe : i, n = r.defaultScale;
5081
+ var X = function(r) {
5082
+ var e = r.properties, o = r.property, t = r.scale, s = r.transform, i = s === void 0 ? me : s, p = r.defaultScale;
4585
5083
  e = e || [o];
4586
- var c = function(f, g, u) {
4587
- var x = {}, B = s(f, g, u);
5084
+ var c = function(m, g, u) {
5085
+ var x = {}, B = i(m, g, u);
4588
5086
  if (B !== null)
4589
5087
  return e.forEach(function(z) {
4590
5088
  x[z] = B;
4591
5089
  }), x;
4592
5090
  };
4593
- return c.scale = t, c.defaults = n, c;
5091
+ return c.scale = t, c.defaults = p, c;
4594
5092
  };
4595
5093
  var l = function(r) {
4596
5094
  r === void 0 && (r = {});
4597
5095
  var e = {};
4598
5096
  Object.keys(r).forEach(function(t) {
4599
- var i = r[t];
4600
- if (i === true) {
4601
- e[t] = H({ property: t, scale: t });
5097
+ var s = r[t];
5098
+ if (s === true) {
5099
+ e[t] = X({ property: t, scale: t });
4602
5100
  return;
4603
5101
  }
4604
- if (typeof i == "function") {
4605
- e[t] = i;
5102
+ if (typeof s == "function") {
5103
+ e[t] = s;
4606
5104
  return;
4607
5105
  }
4608
- e[t] = H(i);
5106
+ e[t] = X(s);
4609
5107
  });
4610
5108
  var o = j(e);
4611
5109
  return o;
4612
5110
  };
4613
- var w = function() {
5111
+ var y = function() {
4614
5112
  for (var r = {}, e = arguments.length, o = new Array(e), t = 0; t < e; t++)
4615
5113
  o[t] = arguments[t];
4616
- o.forEach(function(s) {
4617
- !s || !s.config || (0, S.default)(r, s.config);
5114
+ o.forEach(function(i) {
5115
+ !i || !i.config || (0, R.default)(r, i.config);
4618
5116
  });
4619
- var i = j(r);
4620
- return i;
5117
+ var s = j(r);
5118
+ return s;
4621
5119
  };
4622
- var be = function(r) {
5120
+ var ye = function(r) {
4623
5121
  return typeof r == "number" && !isNaN(r);
4624
5122
  };
4625
- var ye = function(r, e) {
4626
- return R(e, r, !be(r) || r > 1 ? r : r * 100 + "%");
5123
+ var be = function(r, e) {
5124
+ return P(e, r, !ye(r) || r > 1 ? r : r * 100 + "%");
4627
5125
  };
4628
- var he = { width: { property: "width", scale: "sizes", transform: ye }, height: { property: "height", scale: "sizes" }, minWidth: { property: "minWidth", scale: "sizes" }, minHeight: { property: "minHeight", scale: "sizes" }, maxWidth: { property: "maxWidth", scale: "sizes" }, maxHeight: { property: "maxHeight", scale: "sizes" }, size: { properties: ["width", "height"], scale: "sizes" }, overflow: true, overflowX: true, overflowY: true, display: true, verticalAlign: true };
4629
- var rr = l(he);
4630
- var h = rr;
4631
- var D = { color: { property: "color", scale: "colors" }, backgroundColor: { property: "backgroundColor", scale: "colors" }, opacity: true };
4632
- D.bg = D.backgroundColor;
4633
- var Y = l(D);
4634
- var er = Y;
5126
+ var he = { width: { property: "width", scale: "sizes", transform: be }, height: { property: "height", scale: "sizes" }, minWidth: { property: "minWidth", scale: "sizes" }, minHeight: { property: "minHeight", scale: "sizes" }, maxWidth: { property: "maxWidth", scale: "sizes" }, maxHeight: { property: "maxHeight", scale: "sizes" }, size: { properties: ["width", "height"], scale: "sizes" }, overflow: true, overflowX: true, overflowY: true, display: true, verticalAlign: true };
5127
+ var E = l(he);
5128
+ var v = E;
5129
+ var J = { color: { property: "color", scale: "colors" }, backgroundColor: { property: "backgroundColor", scale: "colors" }, opacity: true };
5130
+ J.bg = J.backgroundColor;
5131
+ var G = l(J);
5132
+ var sr = G;
4635
5133
  var ve = { fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72] };
4636
- var xe = { fontFamily: { property: "fontFamily", scale: "fonts" }, fontSize: { property: "fontSize", scale: "fontSizes", defaultScale: ve.fontSizes }, fontWeight: { property: "fontWeight", scale: "fontWeights" }, lineHeight: { property: "lineHeight", scale: "lineHeights" }, letterSpacing: { property: "letterSpacing", scale: "letterSpacings" }, textAlign: true, fontStyle: true };
4637
- var tr = l(xe);
4638
- var O = tr;
4639
- var Se = { alignItems: true, alignContent: true, justifyItems: true, justifyContent: true, flexWrap: true, flexDirection: true, flex: true, flexGrow: true, flexShrink: true, flexBasis: true, justifySelf: true, alignSelf: true, order: true };
4640
- var or = l(Se);
4641
- var b = or;
4642
- var V = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
4643
- var Re = { gridGap: { property: "gridGap", scale: "space", defaultScale: V.space }, gridColumnGap: { property: "gridColumnGap", scale: "space", defaultScale: V.space }, gridRowGap: { property: "gridRowGap", scale: "space", defaultScale: V.space }, gridColumn: true, gridRow: true, gridAutoFlow: true, gridAutoColumns: true, gridAutoRows: true, gridTemplateColumns: true, gridTemplateRows: true, gridTemplateAreas: true, gridArea: true };
4644
- var N = l(Re);
4645
- var v = N;
4646
- var m = { border: { property: "border", scale: "borders" }, borderWidth: { property: "borderWidth", scale: "borderWidths" }, borderStyle: { property: "borderStyle", scale: "borderStyles" }, borderColor: { property: "borderColor", scale: "colors" }, borderRadius: { property: "borderRadius", scale: "radii" }, borderTop: { property: "borderTop", scale: "borders" }, borderTopLeftRadius: { property: "borderTopLeftRadius", scale: "radii" }, borderTopRightRadius: { property: "borderTopRightRadius", scale: "radii" }, borderRight: { property: "borderRight", scale: "borders" }, borderBottom: { property: "borderBottom", scale: "borders" }, borderBottomLeftRadius: { property: "borderBottomLeftRadius", scale: "radii" }, borderBottomRightRadius: { property: "borderBottomRightRadius", scale: "radii" }, borderLeft: { property: "borderLeft", scale: "borders" }, borderX: { properties: ["borderLeft", "borderRight"], scale: "borders" }, borderY: { properties: ["borderTop", "borderBottom"], scale: "borders" } };
4647
- m.borderTopWidth = { property: "borderTopWidth", scale: "borderWidths" };
4648
- m.borderTopColor = { property: "borderTopColor", scale: "colors" };
4649
- m.borderTopStyle = { property: "borderTopStyle", scale: "borderStyles" };
4650
- m.borderTopLeftRadius = { property: "borderTopLeftRadius", scale: "radii" };
4651
- m.borderTopRightRadius = { property: "borderTopRightRadius", scale: "radii" };
4652
- m.borderBottomWidth = { property: "borderBottomWidth", scale: "borderWidths" };
4653
- m.borderBottomColor = { property: "borderBottomColor", scale: "colors" };
4654
- m.borderBottomStyle = { property: "borderBottomStyle", scale: "borderStyles" };
4655
- m.borderBottomLeftRadius = { property: "borderBottomLeftRadius", scale: "radii" };
4656
- m.borderBottomRightRadius = { property: "borderBottomRightRadius", scale: "radii" };
4657
- m.borderLeftWidth = { property: "borderLeftWidth", scale: "borderWidths" };
4658
- m.borderLeftColor = { property: "borderLeftColor", scale: "colors" };
4659
- m.borderLeftStyle = { property: "borderLeftStyle", scale: "borderStyles" };
4660
- m.borderRightWidth = { property: "borderRightWidth", scale: "borderWidths" };
4661
- m.borderRightColor = { property: "borderRightColor", scale: "colors" };
4662
- m.borderRightStyle = { property: "borderRightStyle", scale: "borderStyles" };
4663
- var X = l(m);
4664
- var T = X;
5134
+ var Se = { fontFamily: { property: "fontFamily", scale: "fonts" }, fontSize: { property: "fontSize", scale: "fontSizes", defaultScale: ve.fontSizes }, fontWeight: { property: "fontWeight", scale: "fontWeights" }, lineHeight: { property: "lineHeight", scale: "lineHeights" }, letterSpacing: { property: "letterSpacing", scale: "letterSpacings" }, textAlign: true, fontStyle: true };
5135
+ var M = l(Se);
5136
+ var W = M;
5137
+ var xe = { alignItems: true, alignContent: true, justifyItems: true, justifyContent: true, flexWrap: true, flexDirection: true, flex: true, flexGrow: true, flexShrink: true, flexBasis: true, justifySelf: true, alignSelf: true, order: true };
5138
+ var D = l(xe);
5139
+ var b = D;
5140
+ var K = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
5141
+ var Re = { gridGap: { property: "gridGap", scale: "space", defaultScale: K.space }, gridColumnGap: { property: "gridColumnGap", scale: "space", defaultScale: K.space }, gridRowGap: { property: "gridRowGap", scale: "space", defaultScale: K.space }, gridColumn: true, gridRow: true, gridAutoFlow: true, gridAutoColumns: true, gridAutoRows: true, gridTemplateColumns: true, gridTemplateRows: true, gridTemplateAreas: true, gridArea: true };
5142
+ var A = l(Re);
5143
+ var S = A;
5144
+ var f = { border: { property: "border", scale: "borders" }, borderWidth: { property: "borderWidth", scale: "borderWidths" }, borderStyle: { property: "borderStyle", scale: "borderStyles" }, borderColor: { property: "borderColor", scale: "colors" }, borderRadius: { property: "borderRadius", scale: "radii" }, borderTop: { property: "borderTop", scale: "borders" }, borderTopLeftRadius: { property: "borderTopLeftRadius", scale: "radii" }, borderTopRightRadius: { property: "borderTopRightRadius", scale: "radii" }, borderRight: { property: "borderRight", scale: "borders" }, borderBottom: { property: "borderBottom", scale: "borders" }, borderBottomLeftRadius: { property: "borderBottomLeftRadius", scale: "radii" }, borderBottomRightRadius: { property: "borderBottomRightRadius", scale: "radii" }, borderLeft: { property: "borderLeft", scale: "borders" }, borderX: { properties: ["borderLeft", "borderRight"], scale: "borders" }, borderY: { properties: ["borderTop", "borderBottom"], scale: "borders" } };
5145
+ f.borderTopWidth = { property: "borderTopWidth", scale: "borderWidths" };
5146
+ f.borderTopColor = { property: "borderTopColor", scale: "colors" };
5147
+ f.borderTopStyle = { property: "borderTopStyle", scale: "borderStyles" };
5148
+ f.borderTopLeftRadius = { property: "borderTopLeftRadius", scale: "radii" };
5149
+ f.borderTopRightRadius = { property: "borderTopRightRadius", scale: "radii" };
5150
+ f.borderBottomWidth = { property: "borderBottomWidth", scale: "borderWidths" };
5151
+ f.borderBottomColor = { property: "borderBottomColor", scale: "colors" };
5152
+ f.borderBottomStyle = { property: "borderBottomStyle", scale: "borderStyles" };
5153
+ f.borderBottomLeftRadius = { property: "borderBottomLeftRadius", scale: "radii" };
5154
+ f.borderBottomRightRadius = { property: "borderBottomRightRadius", scale: "radii" };
5155
+ f.borderLeftWidth = { property: "borderLeftWidth", scale: "borderWidths" };
5156
+ f.borderLeftColor = { property: "borderLeftColor", scale: "colors" };
5157
+ f.borderLeftStyle = { property: "borderLeftStyle", scale: "borderStyles" };
5158
+ f.borderRightWidth = { property: "borderRightWidth", scale: "borderWidths" };
5159
+ f.borderRightColor = { property: "borderRightColor", scale: "colors" };
5160
+ f.borderRightStyle = { property: "borderRightStyle", scale: "borderStyles" };
5161
+ var I = l(f);
5162
+ var T = I;
4665
5163
  var C = { background: true, backgroundImage: true, backgroundSize: true, backgroundPosition: true, backgroundRepeat: true };
4666
5164
  C.bgImage = C.backgroundImage;
4667
5165
  C.bgSize = C.backgroundSize;
4668
5166
  C.bgPosition = C.backgroundPosition;
4669
5167
  C.bgRepeat = C.backgroundRepeat;
4670
- var ar = l(C);
4671
- var I = ar;
4672
- var F = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
4673
- var we = { position: true, zIndex: { property: "zIndex", scale: "zIndices" }, top: { property: "top", scale: "space", defaultScale: F.space }, right: { property: "right", scale: "space", defaultScale: F.space }, bottom: { property: "bottom", scale: "space", defaultScale: F.space }, left: { property: "left", scale: "space", defaultScale: F.space } };
4674
- var E = l(we);
4675
- var A = E;
4676
- var y = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
5168
+ var V = l(C);
5169
+ var Y = V;
5170
+ var U = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
5171
+ var Pe = { position: true, zIndex: { property: "zIndex", scale: "zIndices" }, top: { property: "top", scale: "space", defaultScale: U.space }, right: { property: "right", scale: "space", defaultScale: U.space }, bottom: { property: "bottom", scale: "space", defaultScale: U.space }, left: { property: "left", scale: "space", defaultScale: U.space } };
5172
+ var H = l(Pe);
5173
+ var k = H;
5174
+ var h = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512] };
4677
5175
  var ir = function(r) {
4678
5176
  return typeof r == "number" && !isNaN(r);
4679
5177
  };
4680
- var L = function(r, e) {
5178
+ var O = function(r, e) {
4681
5179
  if (!ir(r))
4682
- return R(e, r, r);
4683
- var o = r < 0, t = Math.abs(r), i = R(e, t, t);
4684
- return ir(i) ? i * (o ? -1 : 1) : o ? "-" + i : i;
5180
+ return P(e, r, r);
5181
+ var o = r < 0, t = Math.abs(r), s = P(e, t, t);
5182
+ return ir(s) ? s * (o ? -1 : 1) : o ? "-" + s : s;
4685
5183
  };
4686
- var p = {};
4687
- p.margin = { margin: { property: "margin", scale: "space", transform: L, defaultScale: y.space }, marginTop: { property: "marginTop", scale: "space", transform: L, defaultScale: y.space }, marginRight: { property: "marginRight", scale: "space", transform: L, defaultScale: y.space }, marginBottom: { property: "marginBottom", scale: "space", transform: L, defaultScale: y.space }, marginLeft: { property: "marginLeft", scale: "space", transform: L, defaultScale: y.space }, marginX: { properties: ["marginLeft", "marginRight"], scale: "space", transform: L, defaultScale: y.space }, marginY: { properties: ["marginTop", "marginBottom"], scale: "space", transform: L, defaultScale: y.space } };
4688
- p.margin.m = p.margin.margin;
4689
- p.margin.mt = p.margin.marginTop;
4690
- p.margin.mr = p.margin.marginRight;
4691
- p.margin.mb = p.margin.marginBottom;
4692
- p.margin.ml = p.margin.marginLeft;
4693
- p.margin.mx = p.margin.marginX;
4694
- p.margin.my = p.margin.marginY;
4695
- p.padding = { padding: { property: "padding", scale: "space", defaultScale: y.space }, paddingTop: { property: "paddingTop", scale: "space", defaultScale: y.space }, paddingRight: { property: "paddingRight", scale: "space", defaultScale: y.space }, paddingBottom: { property: "paddingBottom", scale: "space", defaultScale: y.space }, paddingLeft: { property: "paddingLeft", scale: "space", defaultScale: y.space }, paddingX: { properties: ["paddingLeft", "paddingRight"], scale: "space", defaultScale: y.space }, paddingY: { properties: ["paddingTop", "paddingBottom"], scale: "space", defaultScale: y.space } };
4696
- p.padding.p = p.padding.padding;
4697
- p.padding.pt = p.padding.paddingTop;
4698
- p.padding.pr = p.padding.paddingRight;
4699
- p.padding.pb = p.padding.paddingBottom;
4700
- p.padding.pl = p.padding.paddingLeft;
4701
- p.padding.px = p.padding.paddingX;
4702
- p.padding.py = p.padding.paddingY;
4703
- var sr = l(p.margin);
4704
- var nr = l(p.padding);
4705
- var U = w(sr, nr);
4706
- var pr = l({ boxShadow: { property: "boxShadow", scale: "shadows" }, textShadow: { property: "textShadow", scale: "shadows" } });
4707
- var k = pr;
4708
- function P() {
4709
- return P = Object.assign || function(a3) {
5184
+ var n = {};
5185
+ n.margin = { margin: { property: "margin", scale: "space", transform: O, defaultScale: h.space }, marginTop: { property: "marginTop", scale: "space", transform: O, defaultScale: h.space }, marginRight: { property: "marginRight", scale: "space", transform: O, defaultScale: h.space }, marginBottom: { property: "marginBottom", scale: "space", transform: O, defaultScale: h.space }, marginLeft: { property: "marginLeft", scale: "space", transform: O, defaultScale: h.space }, marginX: { properties: ["marginLeft", "marginRight"], scale: "space", transform: O, defaultScale: h.space }, marginY: { properties: ["marginTop", "marginBottom"], scale: "space", transform: O, defaultScale: h.space } };
5186
+ n.margin.m = n.margin.margin;
5187
+ n.margin.mt = n.margin.marginTop;
5188
+ n.margin.mr = n.margin.marginRight;
5189
+ n.margin.mb = n.margin.marginBottom;
5190
+ n.margin.ml = n.margin.marginLeft;
5191
+ n.margin.mx = n.margin.marginX;
5192
+ n.margin.my = n.margin.marginY;
5193
+ n.padding = { padding: { property: "padding", scale: "space", defaultScale: h.space }, paddingTop: { property: "paddingTop", scale: "space", defaultScale: h.space }, paddingRight: { property: "paddingRight", scale: "space", defaultScale: h.space }, paddingBottom: { property: "paddingBottom", scale: "space", defaultScale: h.space }, paddingLeft: { property: "paddingLeft", scale: "space", defaultScale: h.space }, paddingX: { properties: ["paddingLeft", "paddingRight"], scale: "space", defaultScale: h.space }, paddingY: { properties: ["paddingTop", "paddingBottom"], scale: "space", defaultScale: h.space } };
5194
+ n.padding.p = n.padding.padding;
5195
+ n.padding.pt = n.padding.paddingTop;
5196
+ n.padding.pr = n.padding.paddingRight;
5197
+ n.padding.pb = n.padding.paddingBottom;
5198
+ n.padding.pl = n.padding.paddingLeft;
5199
+ n.padding.px = n.padding.paddingX;
5200
+ n.padding.py = n.padding.paddingY;
5201
+ var pr = l(n.margin);
5202
+ var nr = l(n.padding);
5203
+ var F = y(pr, nr);
5204
+ var $ = l({ boxShadow: { property: "boxShadow", scale: "shadows" }, textShadow: { property: "textShadow", scale: "shadows" } });
5205
+ var q = $;
5206
+ function N() {
5207
+ return N = Object.assign || function(a3) {
4710
5208
  for (var r = 1; r < arguments.length; r++) {
4711
5209
  var e = arguments[r];
4712
5210
  for (var o in e)
4713
5211
  Object.prototype.hasOwnProperty.call(e, o) && (a3[o] = e[o]);
4714
5212
  }
4715
5213
  return a3;
4716
- }, P.apply(this, arguments);
5214
+ }, N.apply(this, arguments);
4717
5215
  }
4718
- var W = function(r, e, o, t, i) {
5216
+ var w = function(r, e, o, t, s) {
4719
5217
  for (e = e && e.split ? e.split(".") : [e], t = 0; t < e.length; t++)
4720
- r = r ? r[e[t]] : i;
4721
- return r === i ? o : r;
5218
+ r = r ? r[e[t]] : s;
5219
+ return r === s ? o : r;
4722
5220
  };
4723
5221
  var Te = [40, 52, 64].map(function(a3) {
4724
5222
  return a3 + "em";
4725
5223
  });
4726
- var We = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512], fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72] };
5224
+ var we = { space: [0, 4, 8, 16, 32, 64, 128, 256, 512], fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72] };
4727
5225
  var Ce = { bg: "backgroundColor", m: "margin", mt: "marginTop", mr: "marginRight", mb: "marginBottom", ml: "marginLeft", mx: "marginX", my: "marginY", p: "padding", pt: "paddingTop", pr: "paddingRight", pb: "paddingBottom", pl: "paddingLeft", px: "paddingX", py: "paddingY" };
4728
5226
  var dr = { marginX: ["marginLeft", "marginRight"], marginY: ["marginTop", "marginBottom"], paddingX: ["paddingLeft", "paddingRight"], paddingY: ["paddingTop", "paddingBottom"], size: ["width", "height"] };
4729
5227
  var Be = { color: "colors", backgroundColor: "colors", borderColor: "colors", margin: "space", marginTop: "space", marginRight: "space", marginBottom: "space", marginLeft: "space", marginX: "space", marginY: "space", padding: "space", paddingTop: "space", paddingRight: "space", paddingBottom: "space", paddingLeft: "space", paddingX: "space", paddingY: "space", top: "space", right: "space", bottom: "space", left: "space", gridGap: "space", gridColumnGap: "space", gridRowGap: "space", gap: "space", columnGap: "space", rowGap: "space", fontFamily: "fonts", fontSize: "fontSizes", fontWeight: "fontWeights", lineHeight: "lineHeights", letterSpacing: "letterSpacings", border: "borders", borderTop: "borders", borderRight: "borders", borderBottom: "borders", borderLeft: "borders", borderWidth: "borderWidths", borderStyle: "borderStyles", borderRadius: "radii", borderTopRightRadius: "radii", borderTopLeftRadius: "radii", borderBottomRightRadius: "radii", borderBottomLeftRadius: "radii", borderTopWidth: "borderWidths", borderTopColor: "colors", borderTopStyle: "borderStyles", borderBottomWidth: "borderWidths", borderBottomColor: "colors", borderBottomStyle: "borderStyles", borderLeftWidth: "borderWidths", borderLeftColor: "colors", borderLeftStyle: "borderStyles", borderRightWidth: "borderWidths", borderRightColor: "colors", borderRightStyle: "borderStyles", outlineColor: "colors", boxShadow: "shadows", textShadow: "shadows", zIndex: "zIndices", width: "sizes", minWidth: "sizes", maxWidth: "sizes", height: "sizes", minHeight: "sizes", maxHeight: "sizes", flexBasis: "sizes", size: "sizes", fill: "colors", stroke: "colors" };
4730
- var Oe = function(r, e) {
5228
+ var We = function(r, e) {
4731
5229
  if (typeof e != "number" || e >= 0)
4732
- return W(r, e, e);
4733
- var o = Math.abs(e), t = W(r, o, o);
5230
+ return w(r, e, e);
5231
+ var o = Math.abs(e), t = w(r, o, o);
4734
5232
  return typeof t == "string" ? "-" + t : t * -1;
4735
5233
  };
4736
5234
  var Le = ["margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "top", "bottom", "left", "right"].reduce(function(a3, r) {
4737
5235
  var e;
4738
- return P({}, a3, (e = {}, e[r] = Oe, e));
5236
+ return N({}, a3, (e = {}, e[r] = We, e));
4739
5237
  }, {});
4740
- var ze = function(r) {
5238
+ var Oe = function(r) {
4741
5239
  return function(e) {
4742
- var o = {}, t = W(e, "breakpoints", Te), i = [null].concat(t.map(function(f) {
4743
- return "@media screen and (min-width: " + f + ")";
5240
+ var o = {}, t = w(e, "breakpoints", Te), s = [null].concat(t.map(function(m) {
5241
+ return "@media screen and (min-width: " + m + ")";
4744
5242
  }));
4745
- for (var s in r) {
4746
- var n = typeof r[s] == "function" ? r[s](e) : r[s];
4747
- if (n != null) {
4748
- if (!Array.isArray(n)) {
4749
- o[s] = n;
5243
+ for (var i in r) {
5244
+ var p = typeof r[i] == "function" ? r[i](e) : r[i];
5245
+ if (p != null) {
5246
+ if (!Array.isArray(p)) {
5247
+ o[i] = p;
4750
5248
  continue;
4751
5249
  }
4752
- for (var c = 0; c < n.slice(0, i.length).length; c++) {
4753
- var d = i[c];
5250
+ for (var c = 0; c < p.slice(0, s.length).length; c++) {
5251
+ var d = s[c];
4754
5252
  if (!d) {
4755
- o[s] = n[c];
5253
+ o[i] = p[c];
4756
5254
  continue;
4757
5255
  }
4758
- o[d] = o[d] || {}, n[c] != null && (o[d][s] = n[c]);
5256
+ o[d] = o[d] || {}, p[c] != null && (o[d][i] = p[c]);
4759
5257
  }
4760
5258
  }
4761
5259
  }
4762
5260
  return o;
4763
5261
  };
4764
5262
  };
4765
- var je = function a2(r) {
5263
+ var ze = function a2(r) {
4766
5264
  return function(e) {
4767
5265
  e === void 0 && (e = {});
4768
- var o = P({}, We, {}, e.theme || e), t = {}, i = typeof r == "function" ? r(o) : r, s = ze(i)(o);
4769
- for (var n in s) {
4770
- var c = s[n], d = typeof c == "function" ? c(o) : c;
4771
- if (n === "variant") {
4772
- var f = a2(W(o, d))(o);
4773
- t = P({}, t, {}, f);
5266
+ var o = N({}, we, {}, e.theme || e), t = {}, s = typeof r == "function" ? r(o) : r, i = Oe(s)(o);
5267
+ for (var p in i) {
5268
+ var c = i[p], d = typeof c == "function" ? c(o) : c;
5269
+ if (p === "variant") {
5270
+ var m = a2(w(o, d))(o);
5271
+ t = N({}, t, {}, m);
4774
5272
  continue;
4775
5273
  }
4776
5274
  if (d && typeof d == "object") {
4777
- t[n] = a2(d)(o);
5275
+ t[p] = a2(d)(o);
4778
5276
  continue;
4779
5277
  }
4780
- var g = W(Ce, n, n), u = W(Be, g), x = W(o, u, W(o, g, {})), B = W(Le, g, W), z = B(x, d, d);
5278
+ var g = w(Ce, p, p), u = w(Be, g), x = w(o, u, w(o, g, {})), B = w(Le, g, w), z = B(x, d, d);
4781
5279
  if (dr[g])
4782
- for (var $ = dr[g], M = 0; M < $.length; M++)
4783
- t[$[M]] = z;
5280
+ for (var Z = dr[g], Q = 0; Q < Z.length; Q++)
5281
+ t[Z[Q]] = z;
4784
5282
  else
4785
5283
  t[g] = z;
4786
5284
  }
4787
5285
  return t;
4788
5286
  };
4789
5287
  };
4790
- var lr = je;
4791
- var G = function(r) {
4792
- var e, o = r.scale, t = r.prop, i = t === void 0 ? "variant" : t, s = r.variants, n = s === void 0 ? {} : s, c = r.key, d;
4793
- Object.keys(n).length ? d = function(x, B, z) {
4794
- return lr(R(B, x, null))(z.theme);
5288
+ var lr = ze;
5289
+ var L = function(r) {
5290
+ var e, o = r.scale, t = r.prop, s = t === void 0 ? "variant" : t, i = r.variants, p = i === void 0 ? {} : i, c = r.key, d;
5291
+ Object.keys(p).length ? d = function(x, B, z) {
5292
+ return lr(P(B, x, null))(z.theme);
4795
5293
  } : d = function(x, B) {
4796
- return R(B, x, null);
4797
- }, d.scale = o || c, d.defaults = n;
4798
- var f = (e = {}, e[i] = d, e), g = j(f);
5294
+ return P(B, x, null);
5295
+ }, d.scale = o || c, d.defaults = p;
5296
+ var m = (e = {}, e[s] = d, e), g = j(m);
4799
5297
  return g;
4800
5298
  };
4801
- G({ key: "buttons" });
4802
- G({ key: "textStyles", prop: "textStyle" });
4803
- G({ key: "colorStyles", prop: "colors" });
4804
- var cr = h.width;
4805
- var gr = h.height;
4806
- var fr = h.minWidth;
4807
- var mr = h.minHeight;
4808
- var ur = h.maxWidth;
4809
- var br = h.maxHeight;
4810
- var yr = h.size;
4811
- var hr = h.verticalAlign;
4812
- var vr = h.display;
4813
- var xr = h.overflow;
4814
- h.overflowX;
4815
- h.overflowY;
4816
- er.opacity;
4817
- O.fontSize;
4818
- var Sr = O.fontFamily;
4819
- var Rr = O.fontWeight;
4820
- var wr = O.lineHeight;
4821
- var Tr = O.textAlign;
4822
- var Wr = O.fontStyle;
4823
- O.letterSpacing;
5299
+ L({ key: "buttons" });
5300
+ L({ key: "textStyles", prop: "textStyle" });
5301
+ L({ key: "colorStyles", prop: "colors" });
5302
+ var cr = v.width;
5303
+ var gr = v.height;
5304
+ var mr = v.minWidth;
5305
+ var fr = v.minHeight;
5306
+ var ur = v.maxWidth;
5307
+ var yr = v.maxHeight;
5308
+ var br = v.size;
5309
+ var hr = v.verticalAlign;
5310
+ var vr = v.display;
5311
+ var Sr = v.overflow;
5312
+ v.overflowX;
5313
+ v.overflowY;
5314
+ sr.opacity;
5315
+ W.fontSize;
5316
+ var xr = W.fontFamily;
5317
+ var Rr = W.fontWeight;
5318
+ var Pr = W.lineHeight;
5319
+ var Tr = W.textAlign;
5320
+ var wr = W.fontStyle;
5321
+ W.letterSpacing;
4824
5322
  var Cr = b.alignItems;
4825
5323
  var Br = b.alignContent;
4826
- var Or = b.justifyItems;
5324
+ var Wr = b.justifyItems;
4827
5325
  var Lr = b.justifyContent;
4828
- var zr = b.flexWrap;
4829
- var jr = b.flexDirection;
4830
- var Ar = b.flex;
5326
+ var Or = b.flexWrap;
5327
+ var zr = b.flexDirection;
5328
+ var jr = b.flex;
4831
5329
  var Gr = b.flexGrow;
4832
- var Ir = b.flexShrink;
4833
- var Pr = b.flexBasis;
5330
+ var Ar = b.flexShrink;
5331
+ var Ir = b.flexBasis;
4834
5332
  var Hr = b.justifySelf;
4835
- var Yr = b.alignSelf;
4836
- var Nr = b.order;
4837
- v.gridGap;
4838
- v.gridColumnGap;
4839
- v.gridRowGap;
4840
- v.gridColumn;
4841
- v.gridRow;
4842
- v.gridAutoFlow;
4843
- v.gridAutoColumns;
4844
- v.gridAutoRows;
4845
- v.gridTemplateColumns;
4846
- v.gridTemplateRows;
4847
- v.gridTemplateAreas;
4848
- v.gridArea;
4849
- var Xr = T.borderWidth;
4850
- var Fr = T.borderStyle;
4851
- var Er = T.borderColor;
4852
- var kr = T.borderTop;
5333
+ var kr = b.alignSelf;
5334
+ var Yr = b.order;
5335
+ S.gridGap;
5336
+ S.gridColumnGap;
5337
+ S.gridRowGap;
5338
+ S.gridColumn;
5339
+ S.gridRow;
5340
+ S.gridAutoFlow;
5341
+ S.gridAutoColumns;
5342
+ S.gridAutoRows;
5343
+ S.gridTemplateColumns;
5344
+ S.gridTemplateRows;
5345
+ S.gridTemplateAreas;
5346
+ S.gridArea;
5347
+ var Fr = T.borderWidth;
5348
+ var Nr = T.borderStyle;
5349
+ var Xr = T.borderColor;
5350
+ var Er = T.borderTop;
4853
5351
  var Mr = T.borderRight;
4854
5352
  var Dr = T.borderBottom;
4855
5353
  var Vr = T.borderLeft;
4856
5354
  var Ur = T.borderRadius;
4857
- I.backgroundImage;
4858
- I.backgroundSize;
4859
- I.backgroundPosition;
4860
- I.backgroundRepeat;
4861
- var $r = A.zIndex;
4862
- var qr = A.top;
4863
- var Qr = A.right;
4864
- var Jr = A.bottom;
4865
- var Kr = A.left;
5355
+ Y.backgroundImage;
5356
+ Y.backgroundSize;
5357
+ Y.backgroundPosition;
5358
+ Y.backgroundRepeat;
5359
+ var $r = k.zIndex;
5360
+ var qr = k.top;
5361
+ var Qr = k.right;
5362
+ var Jr = k.bottom;
5363
+ var Kr = k.left;
4866
5364
  var Zr = l({ gap: { property: "gap", scale: "space" }, rowGap: { property: "rowGap", scale: "space" }, columnGap: { property: "columnGap", scale: "space" } });
4867
- var He = G({ key: "typography", prop: "typeScale" });
4868
- var Ye = w(Y, U, l({ cursor: true, whiteSpace: true }));
4869
- var Ne = w(X, kr, Mr, Dr, Vr, Xr, Fr, Er, Ur, k);
4870
- var Xe = w(He, Sr, Wr, Rr, wr, Tr);
4871
- var Fe = w(vr, yr, cr, gr, fr, mr, ur, br, xr, hr);
4872
- var Ee = w(E, $r, qr, Qr, Jr, Kr);
4873
- var ke = w(Pr, jr, zr, Br, Cr, Lr, Or, Nr, Ar, Ir, Gr, Hr, Yr, Zr);
4874
- var Me = N;
5365
+ var He = L({ key: "typography", prop: "typeScale" });
5366
+ var ke = y(G, F, l({ cursor: true, whiteSpace: true }));
5367
+ var Ye = y(I, Er, Mr, Dr, Vr, Fr, Nr, Xr, Ur, q);
5368
+ var Fe = y(He, xr, wr, Rr, Pr, Tr);
5369
+ var Ne = y(vr, br, cr, gr, mr, fr, ur, yr, Sr, hr);
5370
+ var Xe = y(H, $r, qr, Qr, Jr, Kr);
5371
+ var Ee = y(Ir, zr, Or, Br, Cr, Lr, Wr, Yr, jr, Ar, Gr, Hr, kr, Zr);
5372
+ var Me = A;
5373
+ var De = y(l({ cursor: true, whiteSpace: true }));
5374
+ var Ve = y(L({ key: "typography", prop: "typeScale" }));
5375
+ var Po = y(De, Ve, V, I, G, D, A, E, H, $, F, M);
4875
5376
 
4876
5377
  // ../seeds-react-mixins/dist/index.mjs
4877
5378
  init_polished_esm();
@@ -4988,9 +5489,9 @@ var Container = import_styled_components2.default.button`
4988
5489
  vertical-align: text-bottom;
4989
5490
  }
4990
5491
 
4991
- ${Fe}
4992
- ${Ye}
5492
+ ${Ne}
4993
5493
  ${ke}
5494
+ ${Ee}
4994
5495
  ${Me}
4995
5496
  `;
4996
5497
  Container.displayName = "Button-Container";
@@ -5061,3 +5562,4 @@ object-assign/index.js:
5061
5562
  @license MIT
5062
5563
  *)
5063
5564
  */
5565
+ //# sourceMappingURL=index.js.map