@bizy/core 21.7.0 → 21.7.2
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
CHANGED
package/styles/variables.css
CHANGED
|
@@ -100,13 +100,17 @@
|
|
|
100
100
|
--bizy-card-border-radius: 0.3rem;
|
|
101
101
|
--bizy-card-padding: 0.5rem;
|
|
102
102
|
--bizy-card-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
103
|
+
--bizy-card-slot-column-gap: 0.5rem;
|
|
103
104
|
--bizy-card-hover-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
|
|
104
105
|
--bizy-card-header-align-items: center;
|
|
105
106
|
--bizy-card-header-background-color: transparent;
|
|
107
|
+
--bizy-card-header-column-gap: 0.5rem;
|
|
106
108
|
--bizy-card-content-align-items: center;
|
|
107
109
|
--bizy-card-content-background-color: transparent;
|
|
110
|
+
--bizy-card-content-column-gap: 0.5rem;
|
|
108
111
|
--bizy-card-footer-align-items: center;
|
|
109
112
|
--bizy-card-footer-background-color: transparent;
|
|
113
|
+
--bizy-card-footer-column-gap: 0.5rem;
|
|
110
114
|
--bizy-card-row-gap: 0.3rem;
|
|
111
115
|
|
|
112
116
|
--bizy-calendar-event-color: var(--bizy-dark-default-color);
|
|
@@ -279,6 +283,7 @@
|
|
|
279
283
|
--bizy-progress-bar-progress-color: var(--bizy-accent-color);
|
|
280
284
|
|
|
281
285
|
--bizy-radio-color: var(--bizy-accent-color);
|
|
286
|
+
--bizy-radio-background-color: transparent;
|
|
282
287
|
|
|
283
288
|
--bizy-section-height: fit-content;
|
|
284
289
|
--bizy-section-width: 100%;
|