@proximus/lavender-common 0.1.0-alpha.46 → 0.1.0-alpha.47
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 +5 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -252,7 +252,7 @@ const b = ["default", "none", "expanded"], h = [
|
|
|
252
252
|
"bold",
|
|
253
253
|
"extrabold",
|
|
254
254
|
"light"
|
|
255
|
-
],
|
|
255
|
+
], u = [
|
|
256
256
|
"",
|
|
257
257
|
"default",
|
|
258
258
|
"2xs",
|
|
@@ -262,8 +262,9 @@ const b = ["default", "none", "expanded"], h = [
|
|
|
262
262
|
"l",
|
|
263
263
|
"xl",
|
|
264
264
|
"2xl"
|
|
265
|
-
],
|
|
265
|
+
], g = ["", "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
|
+
"container-default",
|
|
267
268
|
"container-none",
|
|
268
269
|
"container-weak",
|
|
269
270
|
"container-moderate",
|
|
@@ -378,10 +379,10 @@ export {
|
|
|
378
379
|
v as gradientValues,
|
|
379
380
|
b as gridGapValues,
|
|
380
381
|
w as headingValues,
|
|
381
|
-
|
|
382
|
+
u as iconSizeValues,
|
|
382
383
|
S as isFalsy,
|
|
383
384
|
A as noBorderRadiusValues,
|
|
384
385
|
c as paddingValues,
|
|
385
386
|
x as shadowValues,
|
|
386
|
-
|
|
387
|
+
g as textalignValues
|
|
387
388
|
};
|
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.47",
|
|
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": "168942c83210a9125c2c703f63d7585996b349d6",
|
|
28
28
|
"lerna": {
|
|
29
29
|
"command": {
|
|
30
30
|
"publish": {
|