@symbo.ls/uikit 2.11.29 → 2.11.30
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.cjs.js +2 -4
- package/dist/index.cjs.js.map +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -12945,6 +12945,7 @@ var Textarea = {
|
|
|
12945
12945
|
var Label = {
|
|
12946
12946
|
extend: Button,
|
|
12947
12947
|
props: {
|
|
12948
|
+
theme: "tertiary",
|
|
12948
12949
|
fontSize: "Z2",
|
|
12949
12950
|
emoji: "\u{1F44D}",
|
|
12950
12951
|
text: "3",
|
|
@@ -12952,10 +12953,7 @@ var Label = {
|
|
|
12952
12953
|
round: "C",
|
|
12953
12954
|
lineHeight: 1,
|
|
12954
12955
|
gap: "X2",
|
|
12955
|
-
|
|
12956
|
-
fontWeight: "500",
|
|
12957
|
-
background: "blue .3",
|
|
12958
|
-
color: "white"
|
|
12956
|
+
fontWeight: "500"
|
|
12959
12957
|
},
|
|
12960
12958
|
emoji: {
|
|
12961
12959
|
props: ({ parent }) => ({ text: parent.props.emoji })
|