@sikka/hawa 0.0.287 → 0.0.288
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/styles.css +6 -0
- package/es/index.es.js +3 -3
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/blocks/Referral/ReferralSettlement.tsx +1 -1
- package/src/elements/HawaButton.tsx +3 -3
- package/src/elements/HawaTable.tsx +18 -12
- package/src/styles.css +6 -0
- package/build-storybook.log +0 -379
package/dist/styles.css
CHANGED
|
@@ -1722,6 +1722,9 @@ video {
|
|
|
1722
1722
|
.border-r {
|
|
1723
1723
|
border-right-width: 1px;
|
|
1724
1724
|
}
|
|
1725
|
+
.border-r-0 {
|
|
1726
|
+
border-right-width: 0px;
|
|
1727
|
+
}
|
|
1725
1728
|
.border-r-2 {
|
|
1726
1729
|
border-right-width: 2px;
|
|
1727
1730
|
}
|
|
@@ -3153,6 +3156,9 @@ body {
|
|
|
3153
3156
|
--tw-placeholder-opacity: 1;
|
|
3154
3157
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity));
|
|
3155
3158
|
}
|
|
3159
|
+
:is(.dark .dark\:outline-gray-700) {
|
|
3160
|
+
outline-color: #374151;
|
|
3161
|
+
}
|
|
3156
3162
|
:is(.dark .dark\:ring-offset-gray-800) {
|
|
3157
3163
|
--tw-ring-offset-color: #1f2937;
|
|
3158
3164
|
}
|