@harnessio/ui 0.5.21 → 0.5.23
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/components.d.ts +3 -3
- package/dist/components.js +1 -1
- package/dist/{index-BTYVT_96.js → index-DbwTsUbo.js} +2004 -2004
- package/dist/{index-BTYVT_96.js.map → index-DbwTsUbo.js.map} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +4 -0
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
package/dist/tailwind.config.js
CHANGED
|
@@ -1716,6 +1716,10 @@ const ge = {
|
|
|
1716
1716
|
"&-optional": {
|
|
1717
1717
|
"@apply font-body-normal": "",
|
|
1718
1718
|
color: "var(--cn-text-3)"
|
|
1719
|
+
},
|
|
1720
|
+
"&-required": {
|
|
1721
|
+
"@apply font-body-normal": "",
|
|
1722
|
+
color: "var(--cn-set-danger-secondary-text)"
|
|
1719
1723
|
}
|
|
1720
1724
|
}
|
|
1721
1725
|
}, he = {
|