@shtabapp/ui-kit 1.32.0 → 1.34.0
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/CHANGELOG.md +12 -0
- package/dist/SAvatar-C2gekygl.cjs +1 -0
- package/dist/SAvatar-DAfDAqrP.js +265 -0
- package/dist/{SAvatarGroup-CMa9KhUZ.cjs → SAvatarGroup-76j-sHCe.cjs} +1 -1
- package/dist/{SAvatarGroup-wkXHy_tK.js → SAvatarGroup-HvIlI5y0.js} +1 -1
- package/dist/SColorPalette-B9WrqgRz.js +146 -0
- package/dist/SColorPalette-CYGnmIWP.cjs +1 -0
- package/dist/SColorPicker-Cs0QmYWm.js +635 -0
- package/dist/SColorPicker-D7QwVS2t.cjs +1 -0
- package/dist/{SDropdown-Cv729__Y.js → SDropdown-CTQ5Qlez.js} +50 -49
- package/dist/SDropdown-_QUOP-rw.cjs +1 -0
- package/dist/{SSelect-iBb45tet.js → SSelect-AcH04gtk.js} +23 -18
- package/dist/{SSelect-CgL7ECfS.cjs → SSelect-CT3AMH-u.cjs} +1 -1
- package/dist/STag-COwzellL.js +123 -0
- package/dist/STag-HgFvU1Iy.cjs +1 -0
- package/dist/{STagGroup-BMyuxfVX.cjs → STagGroup-CKxDA9Y0.cjs} +1 -1
- package/dist/{STagGroup-B2-_OG3R.js → STagGroup-Cbe0AENj.js} +1 -1
- package/dist/colorValue-DClAEDHr.cjs +1 -0
- package/dist/colorValue-DXJiNKGE.js +5 -0
- package/dist/components/SAvatar/SAvatar.vue.d.ts.map +1 -1
- package/dist/components/SAvatar/utils/getAvatarInitialsTextColor.d.ts +4 -0
- package/dist/components/SAvatar/utils/getAvatarInitialsTextColor.d.ts.map +1 -0
- package/dist/components/SAvatar/utils/resolveAvatarColor.d.ts +1 -3
- package/dist/components/SAvatar/utils/resolveAvatarColor.d.ts.map +1 -1
- package/dist/components/SColorPalette/SColorPalette.types.d.ts +19 -0
- package/dist/components/SColorPalette/SColorPalette.types.d.ts.map +1 -0
- package/dist/components/SColorPalette/SColorPalette.vue.d.ts +26 -0
- package/dist/components/SColorPalette/SColorPalette.vue.d.ts.map +1 -0
- package/dist/components/SColorPalette/index.d.ts +4 -0
- package/dist/components/SColorPalette/index.d.ts.map +1 -0
- package/dist/components/SColorPicker/SColorPicker.types.d.ts +12 -0
- package/dist/components/SColorPicker/SColorPicker.types.d.ts.map +1 -0
- package/dist/components/SColorPicker/SColorPicker.vue.d.ts +25 -0
- package/dist/components/SColorPicker/SColorPicker.vue.d.ts.map +1 -0
- package/dist/components/SColorPicker/constants/SColorPicker.constants.d.ts +2 -0
- package/dist/components/SColorPicker/constants/SColorPicker.constants.d.ts.map +1 -0
- package/dist/components/SColorPicker/index.d.ts +8 -0
- package/dist/components/SColorPicker/index.d.ts.map +1 -0
- package/dist/components/SColorPicker/parts/SColorArea.types.d.ts +9 -0
- package/dist/components/SColorPicker/parts/SColorArea.types.d.ts.map +1 -0
- package/dist/components/SColorPicker/parts/SColorArea.vue.d.ts +15 -0
- package/dist/components/SColorPicker/parts/SColorArea.vue.d.ts.map +1 -0
- package/dist/components/SColorPicker/parts/SColorValues.types.d.ts +12 -0
- package/dist/components/SColorPicker/parts/SColorValues.types.d.ts.map +1 -0
- package/dist/components/SColorPicker/parts/SColorValues.vue.d.ts +22 -0
- package/dist/components/SColorPicker/parts/SColorValues.vue.d.ts.map +1 -0
- package/dist/components/SColorPicker/utils/resolveColorSwatchFillElement.d.ts +3 -0
- package/dist/components/SColorPicker/utils/resolveColorSwatchFillElement.d.ts.map +1 -0
- package/dist/components/SColorPicker/utils/useColorArea.d.ts +29 -0
- package/dist/components/SColorPicker/utils/useColorArea.d.ts.map +1 -0
- package/dist/components/SDropdown/SDropdown.vue.d.ts.map +1 -1
- package/dist/components/SSelect/SSelect.types.d.ts +5 -0
- package/dist/components/SSelect/SSelect.types.d.ts.map +1 -1
- package/dist/components/SSelect/SSelect.vue.d.ts.map +1 -1
- package/dist/components/STag/utils/resolveTagColor.d.ts +1 -3
- package/dist/components/STag/utils/resolveTagColor.d.ts.map +1 -1
- package/dist/composables/connectedPosition/parseAnchor.d.ts.map +1 -1
- package/dist/composables/connectedPosition/types.d.ts +5 -1
- package/dist/composables/connectedPosition/types.d.ts.map +1 -1
- package/dist/contrastSurfaceTextColor-Dl641cZ_.js +33 -0
- package/dist/contrastSurfaceTextColor-Ybh-FZof.cjs +1 -0
- package/dist/entries/avatar-group.cjs +1 -1
- package/dist/entries/avatar-group.js +1 -1
- package/dist/entries/avatar.cjs +1 -1
- package/dist/entries/avatar.js +1 -1
- package/dist/entries/color-palette.cjs +1 -0
- package/dist/entries/color-palette.d.ts +5 -0
- package/dist/entries/color-palette.d.ts.map +1 -0
- package/dist/entries/color-palette.js +3 -0
- package/dist/entries/color-picker.cjs +1 -0
- package/dist/entries/color-picker.d.ts +5 -0
- package/dist/entries/color-picker.d.ts.map +1 -0
- package/dist/entries/color-picker.js +4 -0
- package/dist/entries/composables.cjs +1 -1
- package/dist/entries/composables.js +1 -1
- package/dist/entries/dropdown.cjs +1 -1
- package/dist/entries/dropdown.js +2 -2
- package/dist/entries/select.cjs +1 -1
- package/dist/entries/select.js +1 -1
- package/dist/entries/tag-group.cjs +1 -1
- package/dist/entries/tag-group.js +2 -2
- package/dist/entries/tag.cjs +1 -1
- package/dist/entries/tag.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +37 -34
- package/dist/uikit-components.css +1 -1
- package/dist/useFloatingOverlay-B1UCUYQQ.cjs +1 -0
- package/dist/{useFloatingOverlay-D-GlpoPP.js → useFloatingOverlay-QcumEYEq.js} +23 -3
- package/dist/utils/color/colorFormatChannels.d.ts +11 -0
- package/dist/utils/color/colorFormatChannels.d.ts.map +1 -0
- package/dist/utils/color/colorValue.d.ts +9 -0
- package/dist/utils/color/colorValue.d.ts.map +1 -0
- package/dist/utils/color/contrastSurfaceTextColor.d.ts +4 -0
- package/dist/utils/color/contrastSurfaceTextColor.d.ts.map +1 -0
- package/dist/utils/color/defaultPaletteColors.d.ts +3 -0
- package/dist/utils/color/defaultPaletteColors.d.ts.map +1 -0
- package/dist/utils/color/formatColorForDisplay.d.ts +9 -0
- package/dist/utils/color/formatColorForDisplay.d.ts.map +1 -0
- package/dist/utils/color/index.d.ts +10 -0
- package/dist/utils/color/index.d.ts.map +1 -0
- package/dist/utils/color/parseColorFromInput.d.ts +4 -0
- package/dist/utils/color/parseColorFromInput.d.ts.map +1 -0
- package/dist/utils/color/recommendedColorPalette.d.ts +3 -0
- package/dist/utils/color/recommendedColorPalette.d.ts.map +1 -0
- package/dist/utils/color/types.d.ts +35 -0
- package/dist/utils/color/types.d.ts.map +1 -0
- package/package.json +12 -2
- package/dist/SAvatar-BS9Lu2eL.js +0 -249
- package/dist/SAvatar-BXABKIV0.cjs +0 -1
- package/dist/SDropdown-B6b7IDjp.cjs +0 -1
- package/dist/STag-CYoj7L-p.js +0 -118
- package/dist/STag-DVrSWByQ.cjs +0 -1
- package/dist/useFloatingOverlay-Cwg2MWyD.cjs +0 -1
package/dist/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
import { n as e, r as t, t as n } from "./SBadge-BDxQJh6c.js";
|
|
2
|
-
import { a as r, i, n as a, o, r as s, t as c } from "./SAvatar-
|
|
3
|
-
import {
|
|
4
|
-
import { n as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { n as
|
|
8
|
-
import {
|
|
9
|
-
import { n as
|
|
10
|
-
import { n as
|
|
11
|
-
import { t as
|
|
12
|
-
import { n as
|
|
13
|
-
import { t as
|
|
14
|
-
import {
|
|
15
|
-
import { n as
|
|
16
|
-
import { t as
|
|
17
|
-
import { n as
|
|
18
|
-
import { n as
|
|
19
|
-
import {
|
|
20
|
-
import { n as
|
|
21
|
-
import {
|
|
22
|
-
import { n as
|
|
23
|
-
import { n as
|
|
24
|
-
import { t as
|
|
25
|
-
import { n as
|
|
26
|
-
import { a as
|
|
27
|
-
import { n as
|
|
28
|
-
import { t as
|
|
29
|
-
import { t as
|
|
30
|
-
import { t as
|
|
31
|
-
import { t as
|
|
32
|
-
import { t as
|
|
33
|
-
import { t as
|
|
34
|
-
import { t as
|
|
2
|
+
import { a as r, i, n as a, o, r as s, t as c } from "./SAvatar-DAfDAqrP.js";
|
|
3
|
+
import { i as l, n as u, r as d, t as f } from "./SColorPicker-Cs0QmYWm.js";
|
|
4
|
+
import { a as p, i as m, n as h, o as g, r as _, t as v } from "./SColorPalette-B9WrqgRz.js";
|
|
5
|
+
import { a as y, i as b, r as x } from "./colorValue-DXJiNKGE.js";
|
|
6
|
+
import { n as S, t as C } from "./SAvatarGroup-HvIlI5y0.js";
|
|
7
|
+
import { n as w, r as T, t as E } from "./SButton.types-CpdHQtyx.js";
|
|
8
|
+
import { t as D } from "./SButton-DnU_XZ1C.js";
|
|
9
|
+
import { a as O, n as k, o as A, r as j, t as M } from "./useSelectionGroup-cKj38lEN.js";
|
|
10
|
+
import { n as N } from "./useSelectLink-DClG5hGA.js";
|
|
11
|
+
import { n as P, t as F } from "./SButtonGroup-CmSlYnSv.js";
|
|
12
|
+
import { n as I, r as L, t as R } from "./SCheckbox-BMKYFfrB.js";
|
|
13
|
+
import { n as z, t as B } from "./SCard-CrU67ok0.js";
|
|
14
|
+
import { t as V } from "./SSegmentControl-CmJEjfSR.js";
|
|
15
|
+
import { n as H, r as U, t as W } from "./STab-DXGKWtFI.js";
|
|
16
|
+
import { t as G } from "./STabs-Ce7tHq8T.js";
|
|
17
|
+
import { i as ee, n as K, r as q, t as J } from "./useFloatingOverlay-QcumEYEq.js";
|
|
18
|
+
import { n as Y, r as X, t as Z } from "./STag-COwzellL.js";
|
|
19
|
+
import { t as Q } from "./STagGroup-Cbe0AENj.js";
|
|
20
|
+
import { n as $, r as te, t as ne } from "./SChip-TxpPE0VS.js";
|
|
21
|
+
import { t as re } from "./SDropdown-CTQ5Qlez.js";
|
|
22
|
+
import { n as ie, r as ae, t as oe } from "./SSelect-AcH04gtk.js";
|
|
23
|
+
import { n as se, t as ce } from "./SInput-iNlzBX5m.js";
|
|
24
|
+
import { n as le, t as ue } from "./SInlineMessage-Dirk5RwO.js";
|
|
25
|
+
import { n as de, r as fe, t as pe } from "./SLabel-yzcX4qp5.js";
|
|
26
|
+
import { a as me, o as he, s as ge, t as _e } from "./SList-C_S9ej45.js";
|
|
27
|
+
import { n as ve, t as ye } from "./SListItem-BD7wvCNe.js";
|
|
28
|
+
import { n as be, t as xe } from "./SRadio-Db_YLcne.js";
|
|
29
|
+
import { n as Se, t as Ce } from "./SToggle-T7FKzMSo.js";
|
|
30
|
+
import { n as we, t as Te } from "./SInlineInput-DHq5BNPn.js";
|
|
31
|
+
import { t as Ee } from "./STextarea-ASdLqfpC.js";
|
|
32
|
+
import { t as De } from "./SChartLine-G5CeC01A.js";
|
|
33
|
+
import { t as Oe } from "./SChartStackedArea-RKK7aT7x.js";
|
|
34
|
+
import { t as ke } from "./SChartStackedBar-CJunMhyb.js";
|
|
35
|
+
import { t as Ae } from "./SChartHorizontalBar-DIn1sVoi.js";
|
|
36
|
+
import { t as je } from "./SChartPie-_6ij1EVn.js";
|
|
37
|
+
import { t as Me } from "./SChartProgress-CofVafO6.js";
|
|
35
38
|
export * from "@shtabapp/ui-kit-primitives";
|
|
36
39
|
export * from "@shtabapp/ui-kit-tokens";
|
|
37
|
-
export { p as EButtonAppearance,
|
|
40
|
+
export { m as DEFAULT_COLOR_PALETTE, p as EAccentColor, E as EButtonAppearance, P as EButtonGroupLayout, w as EButtonSize, w as ESSegmentControlSize, T as EButtonVariant, g as EColorFormat, q as EConnectedPositionStrategy, a as ESAvatarBadge, s as ESAvatarColor, S as ESAvatarGroupSize, i as ESAvatarIconBackground, r as ESAvatarShape, o as ESAvatarSize, e as ESBadgeColor, t as ESBadgePlacement, z as ESCardLayout, I as ESCheckboxColor, L as ESCheckboxSize, $ as ESChipColor, te as ESChipSize, h as ESColorPaletteLayout, ee as ESDropdownPlacement, we as ESInlineInputAppearance, le as ESInlineMessageValidationStatus, se as ESInputCustomize, de as ESLabelSize, fe as ESLabelVariant, me as ESListGap, ve as ESListItemVariant, be as ESRadioLabelPlacement, ie as ESSelectSearchable, H as ESTabAppearance, U as ESTabSize, Y as ESTagColor, X as ESTagSize, Se as ESToggleSize, M as ESelectionFocusMode, k as ESelectionMode, j as ESelectionOrientation, l as MAX_RECENT_COLORS, _ as RECOMMENDED_COLOR_PALETTE, c as SAvatar, C as SAvatarGroup, n as SBadge, D as SButton, F as SButtonGroup, B as SCard, Ae as SChartHorizontalBar, De as SChartLine, je as SChartPie, Me as SChartProgress, Oe as SChartStackedArea, ke as SChartStackedBar, R as SCheckbox, ne as SChip, d as SColorArea, v as SColorPalette, f as SColorPicker, u as SColorValues, re as SDropdown, ae as SDropdownMenu, Te as SInlineInput, ue as SInlineMessage, ce as SInput, pe as SLabel, _e as SList, ye as SListItem, xe as SRadio, V as SSegmentControl, oe as SSelect, W as STab, G as STabs, Z as STag, Q as STagGroup, Ee as STextarea, Ce as SToggle, K as computeConnectedPosition, x as isSameColor, b as normalizeColorValue, y as resolveColorPreview, O as resolveOwnPropOrGroupedOrFallback, ge as useFlatTreeList, J as useFloatingOverlay, he as useSListEndReached, A as useSelectionGroup, N as useSelectionGroupItem };
|