@proximus/lavender-common 0.1.0-alpha.41 → 0.1.0-alpha.44

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.
Files changed (2) hide show
  1. package/dist/index.js +41 -18
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -229,7 +229,7 @@ const b = ["default", "none", "expanded"], h = [
229
229
  "5xl",
230
230
  "6xl",
231
231
  "7xl"
232
- ], p = [
232
+ ], d = [
233
233
  "",
234
234
  "default",
235
235
  "inherit",
@@ -244,7 +244,7 @@ const b = ["default", "none", "expanded"], h = [
244
244
  "warning",
245
245
  "error",
246
246
  "unlimited"
247
- ], d = [
247
+ ], p = [
248
248
  "",
249
249
  "default",
250
250
  "inherit",
@@ -262,7 +262,7 @@ const b = ["default", "none", "expanded"], h = [
262
262
  "l",
263
263
  "xl",
264
264
  "2xl"
265
- ], u = ["", "none", "2xs", "xs", "s", "m", "l", "xl"], c = ["", "none", "s", "m", "l"], m = ["", "none", "main", "pill"], f = [
265
+ ], u = ["", "default", "left", "center", "right"], c = ["", "none", "2xs", "xs", "s", "m", "l", "xl"], m = ["", "none", "s", "m", "l"], f = ["", "none", "main", "pill"], k = [
266
266
  "",
267
267
  "none",
268
268
  "weak",
@@ -283,13 +283,26 @@ const b = ["default", "none", "expanded"], h = [
283
283
  "action-hover",
284
284
  "action-disabled",
285
285
  "action-active",
286
+ "action-neutral",
287
+ "action-neutral-hover",
286
288
  "notification",
287
289
  "promo",
288
290
  "success",
289
291
  "error",
290
292
  "warning",
291
293
  "unlimited"
292
- ], k = ["", "none", "s", "m", "l", "xl"], x = [
294
+ ], x = ["", "none", "s", "m", "l", "xl"], w = [
295
+ "",
296
+ "default",
297
+ "title-4xl",
298
+ "title-3xl",
299
+ "title-2xl",
300
+ "title-xl",
301
+ "title-l",
302
+ "title-m",
303
+ "title-s",
304
+ "subtitle"
305
+ ], v = [
293
306
  "",
294
307
  "purple-bottom-red",
295
308
  "purple-bottom-magenta",
@@ -339,33 +352,43 @@ const b = ["default", "none", "expanded"], h = [
339
352
  "color-bottom-right-blue",
340
353
  "color-bottom-right-turquoise",
341
354
  "color-bottom-right-green"
355
+ ], A = [
356
+ "",
357
+ "all",
358
+ "top",
359
+ "right",
360
+ "bottom",
361
+ "left"
342
362
  ];
343
- function w(e) {
363
+ function y(e) {
344
364
  const t = document.createElement("style");
345
365
  t.innerHTML = e, document.head.appendChild(t);
346
366
  }
347
- function v(e) {
367
+ function S(e) {
348
368
  return typeof e == "string" && (e === "false" || e === "0" || e === "null") || typeof e == "boolean" && !e;
349
369
  }
350
- function A() {
370
+ function V() {
351
371
  return window.matchMedia("only screen and (min-width: 768px)").matches ? "tablet" : window.matchMedia("only screen and (min-width: 1025px)").matches ? "laptop" : "mobile";
352
372
  }
353
373
  export {
354
374
  n as PxElement,
355
375
  o as WithFlexAttributes,
356
- w as addGlobalStylesheet,
357
- f as bgColorValues,
358
- m as borderRadiusValues,
359
- c as borderValues,
360
- p as colorValues,
376
+ y as addGlobalStylesheet,
377
+ k as bgColorValues,
378
+ f as borderRadiusValues,
379
+ m as borderValues,
380
+ d as colorValues,
361
381
  h as fontsizeValues,
362
- d as fontweightValues,
382
+ p as fontweightValues,
363
383
  b as gapValues,
364
384
  r as getSupportedAttributeNames,
365
- A as getViewportFormat,
366
- x as gradientValues,
385
+ V as getViewportFormat,
386
+ v as gradientValues,
387
+ w as headingValues,
367
388
  g as iconSizeValues,
368
- v as isFalsy,
369
- u as paddingValues,
370
- k as shadowValues
389
+ S as isFalsy,
390
+ A as noBorderRadiusValues,
391
+ c as paddingValues,
392
+ x as shadowValues,
393
+ u as textalignValues
371
394
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-common",
3
- "version": "0.1.0-alpha.41",
3
+ "version": "0.1.0-alpha.44",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -24,7 +24,7 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "08fb9ddab89cd17f18333bee8be670cf03f369d5",
27
+ "gitHead": "c4c767620b91acf2ff6166ba54c224cd73fa9bf9",
28
28
  "lerna": {
29
29
  "command": {
30
30
  "publish": {