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