@ctrliq/quantic-components 1.83.0 → 1.84.1
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/action-group/action-group.component.d.ts +13 -0
- package/dist/action-group/action-group.component.js +63 -0
- package/dist/action-group/index.d.ts +1 -0
- package/dist/action-group/index.js +1 -0
- package/dist/action-group/index.stories.d.ts +25 -0
- package/dist/action-group/index.stories.js +59 -0
- package/dist/astro.d.ts +4 -1
- package/dist/astro.js +4 -1
- package/dist/astro.js.map +1 -1
- package/dist/badge/badge-group.component.d.ts +13 -0
- package/dist/badge/badge-group.component.js +62 -0
- package/dist/badge/badge-group.stories.d.ts +41 -0
- package/dist/badge/badge-group.stories.js +62 -0
- package/dist/badge/index.d.ts +1 -0
- package/dist/badge/index.js +1 -0
- package/dist/button-bar/button-bar-item.d.ts +3 -0
- package/dist/button-bar/button-bar-item.js +12 -1
- package/dist/button-bar/button-bar.d.ts +9 -0
- package/dist/button-bar/button-bar.js +53 -2
- package/dist/button-bar/index.stories.js +2 -2
- package/dist/button-bar/index.utils.d.ts +6 -0
- package/dist/button-bar/index.utils.js +31 -0
- package/dist/button-bar/index.utils.test.d.ts +1 -0
- package/dist/button-bar/index.utils.test.js +53 -0
- package/dist/button-group/button-group.js +1 -2
- package/dist/capacity-bar/index.js +30 -30
- package/dist/card/card-carousel.component.js +35 -35
- package/dist/card/card-group.component.js +2 -8
- package/dist/card/card.component.js +38 -38
- package/dist/code-input/index.js +33 -33
- package/dist/combobox/index.js +30 -30
- package/dist/dialog/dialog-actions.js +11 -10
- package/dist/dialog/dialog.js +18 -18
- package/dist/dropdown-menu/item.component.js +24 -24
- package/dist/field/field-group.component.js +13 -13
- package/dist/field/field.component.js +31 -31
- package/dist/fieldset/fieldset.component.js +27 -27
- package/dist/grid/grid.component.js +31 -31
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/layout/layout.component.js +1 -0
- package/dist/layout/navbar-menu-item.component.js +1 -0
- package/dist/layout/sidebar-menu-item.component.js +1 -0
- package/dist/log-output/log-output.component.js +1 -1
- package/dist/meta/index.js +6 -0
- package/dist/meta/index.js.map +1 -1
- package/dist/meta/public-css-variables.test.d.ts +1 -0
- package/dist/meta/public-css-variables.test.js +244 -0
- package/dist/meta.json +110 -5
- package/dist/number-input/index.js +18 -17
- package/dist/option-card/option-card.component.js +27 -27
- package/dist/panel/panel-group.component.js +10 -7
- package/dist/panel/panel.component.js +3 -3
- package/dist/progress/index.js +15 -15
- package/dist/quantic-components.js +709 -454
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +606 -548
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/register.js.map +1 -1
- package/dist/select/index.js +8 -8
- package/dist/spinner/index.js +7 -3
- package/dist/table/table-cell.component.js +2 -2
- package/dist/table/table-head.component.js +1 -1
- package/dist/table/table.component.js +16 -16
- package/dist/tag/index.d.ts +1 -0
- package/dist/tag/index.js +1 -0
- package/dist/tag/tag-group.component.d.ts +13 -0
- package/dist/tag/tag-group.component.js +62 -0
- package/dist/tag/tag-group.stories.d.ts +34 -0
- package/dist/tag/tag-group.stories.js +65 -0
- package/dist/text-input/index.js +10 -10
- package/dist/textarea/index.js +10 -10
- package/dist/tooltip/tooltip.js +0 -1
- package/dist/types/action-group/action-group.component.d.ts +13 -0
- package/dist/types/action-group/index.d.ts +1 -0
- package/dist/types/action-group/index.stories.d.ts +25 -0
- package/dist/types/astro.d.ts +4 -1
- package/dist/types/badge/badge-group.component.d.ts +13 -0
- package/dist/types/badge/badge-group.stories.d.ts +41 -0
- package/dist/types/badge/index.d.ts +1 -0
- package/dist/types/button-bar/button-bar-item.d.ts +3 -0
- package/dist/types/button-bar/button-bar.d.ts +9 -0
- package/dist/types/button-bar/index.utils.d.ts +6 -0
- package/dist/types/button-bar/index.utils.test.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/meta/public-css-variables.test.d.ts +1 -0
- package/dist/types/tag/index.d.ts +1 -0
- package/dist/types/tag/tag-group.component.d.ts +13 -0
- package/dist/types/tag/tag-group.stories.d.ts +34 -0
- package/package.json +5 -3
|
@@ -59,7 +59,7 @@ Panel.styles = css `
|
|
|
59
59
|
font-family: var(--quantic-font-family-body);
|
|
60
60
|
color: var(--quantic-text-secondary);
|
|
61
61
|
|
|
62
|
-
--quantic-
|
|
62
|
+
--quantic-internal-panel-padding: var(--quantic-spacing-6);
|
|
63
63
|
--quantic-component-panel-font-size: var(--quantic-font-size-body-md);
|
|
64
64
|
--quantic-component-panel-line-height: var(--quantic-line-height-body-md);
|
|
65
65
|
--quantic-component-panel-radius: var(--quantic-radius-md);
|
|
@@ -71,7 +71,7 @@ Panel.styles = css `
|
|
|
71
71
|
display: flex;
|
|
72
72
|
flex-direction: column;
|
|
73
73
|
gap: var(--quantic-component-panel-spacing);
|
|
74
|
-
padding: var(--quantic-component-panel-padding);
|
|
74
|
+
padding: var(--quantic-component-panel-padding, var(--quantic-internal-panel-padding));
|
|
75
75
|
border-radius: var(--quantic-component-panel-radius);
|
|
76
76
|
border: 1px solid var(--quantic-border-primary);
|
|
77
77
|
font-size: var(--quantic-component-panel-font-size);
|
|
@@ -93,7 +93,7 @@ Panel.styles = css `
|
|
|
93
93
|
.variant--ghost {
|
|
94
94
|
background-color: transparent;
|
|
95
95
|
border: none;
|
|
96
|
-
--quantic-
|
|
96
|
+
--quantic-internal-panel-padding: 0;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.highlighted {
|
package/dist/progress/index.js
CHANGED
|
@@ -96,37 +96,37 @@ Progress.styles = css `
|
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
border-radius: var(--quantic-radius-full);
|
|
98
98
|
background-color: var(--quantic-color-gray-dark-mode-700);
|
|
99
|
-
height: var(--quantic-component-progress-height, 4px);
|
|
99
|
+
height: var(--quantic-component-progress-height, var(--quantic-internal-progress-height, 4px));
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.size--xs {
|
|
103
|
-
--quantic-
|
|
104
|
-
--quantic-
|
|
105
|
-
--quantic-
|
|
103
|
+
--quantic-internal-progress-height: 2px;
|
|
104
|
+
--quantic-internal-progress-font-size: var(--quantic-font-size-body-xs);
|
|
105
|
+
--quantic-internal-progress-line-height: var(
|
|
106
106
|
--quantic-line-height-body-xs
|
|
107
107
|
);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.size--sm {
|
|
111
|
-
--quantic-
|
|
112
|
-
--quantic-
|
|
113
|
-
--quantic-
|
|
111
|
+
--quantic-internal-progress-height: 4px;
|
|
112
|
+
--quantic-internal-progress-font-size: var(--quantic-font-size-body-sm);
|
|
113
|
+
--quantic-internal-progress-line-height: var(
|
|
114
114
|
--quantic-line-height-body-sm
|
|
115
115
|
);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.size--md {
|
|
119
|
-
--quantic-
|
|
120
|
-
--quantic-
|
|
121
|
-
--quantic-
|
|
119
|
+
--quantic-internal-progress-height: 6px;
|
|
120
|
+
--quantic-internal-progress-font-size: var(--quantic-font-size-body-md);
|
|
121
|
+
--quantic-internal-progress-line-height: var(
|
|
122
122
|
--quantic-line-height-body-md
|
|
123
123
|
);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.size--lg {
|
|
127
|
-
--quantic-
|
|
128
|
-
--quantic-
|
|
129
|
-
--quantic-
|
|
127
|
+
--quantic-internal-progress-height: 8px;
|
|
128
|
+
--quantic-internal-progress-font-size: var(--quantic-font-size-body-lg);
|
|
129
|
+
--quantic-internal-progress-line-height: var(
|
|
130
130
|
--quantic-line-height-body-lg
|
|
131
131
|
);
|
|
132
132
|
}
|
|
@@ -154,11 +154,11 @@ Progress.styles = css `
|
|
|
154
154
|
flex-shrink: 0;
|
|
155
155
|
font-size: var(
|
|
156
156
|
--quantic-component-progress-font-size,
|
|
157
|
-
var(--quantic-font-size-body-sm)
|
|
157
|
+
var(--quantic-internal-progress-font-size, var(--quantic-font-size-body-sm))
|
|
158
158
|
);
|
|
159
159
|
line-height: var(
|
|
160
160
|
--quantic-component-progress-line-height,
|
|
161
|
-
var(--quantic-line-height-body-sm)
|
|
161
|
+
var(--quantic-internal-progress-line-height, var(--quantic-line-height-body-sm))
|
|
162
162
|
);
|
|
163
163
|
font-family: var(--quantic-font-family-body);
|
|
164
164
|
color: var(--quantic-text-secondary);
|