@mailstep/design-system 0.6.24 → 0.6.25
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/package.json +1 -1
- package/ui/Elements/Tag/palletes.js +1 -0
- package/ui/index.es.js +4 -0
- package/ui/index.umd.js +1 -1
package/package.json
CHANGED
package/ui/index.es.js
CHANGED
|
@@ -15134,6 +15134,10 @@ const Ase = ae.img`
|
|
|
15134
15134
|
tealTeal: {
|
|
15135
15135
|
color: "teal20",
|
|
15136
15136
|
textColor: "teal90"
|
|
15137
|
+
},
|
|
15138
|
+
orangeOrange: {
|
|
15139
|
+
color: "orange20",
|
|
15140
|
+
textColor: "orange80"
|
|
15137
15141
|
}
|
|
15138
15142
|
}, kse = ae.div`
|
|
15139
15143
|
position: absolute;
|
package/ui/index.umd.js
CHANGED
|
@@ -1437,7 +1437,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1437
1437
|
}
|
|
1438
1438
|
}
|
|
1439
1439
|
}
|
|
1440
|
-
`,lle={greenWhite:{color:"green60",textColor:"white"},blueBlue:{color:"blue20",textColor:"blue80"},magentaWhite:{color:"magenta60",textColor:"white"},magentaMagenta:{color:"magenta20",textColor:"magenta80"},tealTeal:{color:"teal20",textColor:"teal90"}},ule=ae.div`
|
|
1440
|
+
`,lle={greenWhite:{color:"green60",textColor:"white"},blueBlue:{color:"blue20",textColor:"blue80"},magentaWhite:{color:"magenta60",textColor:"white"},magentaMagenta:{color:"magenta20",textColor:"magenta80"},tealTeal:{color:"teal20",textColor:"teal90"},orangeOrange:{color:"orange20",textColor:"orange80"}},ule=ae.div`
|
|
1441
1441
|
position: absolute;
|
|
1442
1442
|
bottom: 2px;
|
|
1443
1443
|
left: 2px;
|