@proximus/lavender-common 0.1.0-alpha.44 → 0.1.0-alpha.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +10 -17
- 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
|
-
],
|
|
232
|
+
], p = [
|
|
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
|
-
],
|
|
247
|
+
], d = [
|
|
248
248
|
"",
|
|
249
249
|
"default",
|
|
250
250
|
"inherit",
|
|
@@ -264,19 +264,12 @@ const b = ["default", "none", "expanded"], h = [
|
|
|
264
264
|
"2xl"
|
|
265
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
|
-
"none",
|
|
268
|
-
"weak",
|
|
269
|
-
"moderate",
|
|
270
|
-
"strong",
|
|
271
|
-
"rich",
|
|
272
|
-
"main",
|
|
273
|
-
"canvas-weak",
|
|
274
|
-
"canvas-light",
|
|
275
|
-
"canvas-soft",
|
|
276
|
-
"canvas-moderate",
|
|
277
|
-
"canvas-strong",
|
|
278
|
-
"canvas-deep",
|
|
279
|
-
"canvas-rich",
|
|
267
|
+
"container-none",
|
|
268
|
+
"container-weak",
|
|
269
|
+
"container-moderate",
|
|
270
|
+
"container-strong",
|
|
271
|
+
"container-rich",
|
|
272
|
+
"container-main",
|
|
280
273
|
"action-primary",
|
|
281
274
|
"action-secondary",
|
|
282
275
|
"action-hover-bordered",
|
|
@@ -377,9 +370,9 @@ export {
|
|
|
377
370
|
k as bgColorValues,
|
|
378
371
|
f as borderRadiusValues,
|
|
379
372
|
m as borderValues,
|
|
380
|
-
|
|
373
|
+
p as colorValues,
|
|
381
374
|
h as fontsizeValues,
|
|
382
|
-
|
|
375
|
+
d as fontweightValues,
|
|
383
376
|
b as gapValues,
|
|
384
377
|
r as getSupportedAttributeNames,
|
|
385
378
|
V as getViewportFormat,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proximus/lavender-common",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.45",
|
|
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": "
|
|
27
|
+
"gitHead": "0820404474bf245bd128ec808c3ba120cd94da21",
|
|
28
28
|
"lerna": {
|
|
29
29
|
"command": {
|
|
30
30
|
"publish": {
|