@caspeco/casper-ui-library 9.11.0 → 9.11.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.
Files changed (40) hide show
  1. package/dist/components/accordion/accordion-recipe.js +1 -1
  2. package/dist/components/checkbox/checkbox-recipe.js +1 -1
  3. package/dist/components/drawer/drawer-recipe.js +1 -1
  4. package/dist/components/fieldset/fieldset-recipe.js +1 -1
  5. package/dist/components/form-control/form-control-recipe.js +1 -1
  6. package/dist/components/menu/menu-recipe.js +1 -1
  7. package/dist/components/modal/modal-recipe.js +1 -1
  8. package/dist/components/radio/radio-group-recipe.js +1 -1
  9. package/dist/components/select/select-recipe.js +1 -1
  10. package/dist/components/switch/switch-recipe.js +1 -1
  11. package/dist/components/tabs/tabs-recipe.js +1 -1
  12. package/dist/components/tag/tag-recipe.js +1 -1
  13. package/package.json +1 -1
  14. package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox.anatomy.js +0 -5
  15. package/dist/node_modules/@ark-ui/react/dist/components/color-picker/color-picker.anatomy.js +0 -5
  16. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox.anatomy.js +0 -5
  17. package/dist/node_modules/@ark-ui/react/dist/components/date-picker/date-picker.anatomy.js +0 -5
  18. package/dist/node_modules/@ark-ui/react/dist/components/field/field.anatomy.js +0 -15
  19. package/dist/node_modules/@ark-ui/react/dist/components/fieldset/fieldset.anatomy.js +0 -6
  20. package/dist/node_modules/@ark-ui/react/dist/components/listbox/listbox.anatomy.js +0 -2
  21. package/dist/node_modules/@chakra-ui/react/dist/esm/anatomy.js +0 -186
  22. package/dist/node_modules/@zag-js/accordion/dist/accordion.anatomy.js +0 -6
  23. package/dist/node_modules/@zag-js/anatomy/dist/create-anatomy.js +0 -26
  24. package/dist/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js +0 -6
  25. package/dist/node_modules/@zag-js/clipboard/dist/clipboard.anatomy.js +0 -6
  26. package/dist/node_modules/@zag-js/color-picker/dist/color-picker.anatomy.js +0 -31
  27. package/dist/node_modules/@zag-js/combobox/dist/combobox.anatomy.js +0 -21
  28. package/dist/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js +0 -31
  29. package/dist/node_modules/@zag-js/dialog/dist/dialog.anatomy.js +0 -14
  30. package/dist/node_modules/@zag-js/editable/dist/editable.anatomy.js +0 -16
  31. package/dist/node_modules/@zag-js/file-upload/dist/file-upload.anatomy.js +0 -19
  32. package/dist/node_modules/@zag-js/listbox/dist/listbox.anatomy.js +0 -17
  33. package/dist/node_modules/@zag-js/menu/dist/menu.anatomy.js +0 -21
  34. package/dist/node_modules/@zag-js/popover/dist/popover.anatomy.js +0 -17
  35. package/dist/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js +0 -13
  36. package/dist/node_modules/@zag-js/rating-group/dist/rating-group.anatomy.js +0 -6
  37. package/dist/node_modules/@zag-js/select/dist/select.anatomy.js +0 -22
  38. package/dist/node_modules/@zag-js/slider/dist/slider.anatomy.js +0 -17
  39. package/dist/node_modules/@zag-js/splitter/dist/splitter.anatomy.js +0 -6
  40. package/dist/node_modules/@zag-js/switch/dist/switch.anatomy.js +0 -6
@@ -1,6 +1,6 @@
1
1
  import { ThemeSpaceToken as o, ThemeColorToken as e, ThemeBorderToken as t, ThemeRadiusToken as r, ThemeFontSizeToken as n } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as d } from "@chakra-ui/react";
3
- import { accordionAnatomy as a } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { accordionAnatomy as a } from "@chakra-ui/react/anatomy";
4
4
  const i = {
5
5
  width: "100%",
6
6
  border: t.XSmall,
@@ -1,6 +1,6 @@
1
1
  import { ThemeFontSizeToken as e, ThemeColorToken as o, ThemeFontToken as n } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as l } from "@chakra-ui/react";
3
- import { checkboxAnatomy as a } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox.anatomy.js";
3
+ import { checkboxAnatomy as a } from "@chakra-ui/react/anatomy";
4
4
  const d = {
5
5
  m: 0,
6
6
  fontFamily: n.Body,
@@ -1,6 +1,6 @@
1
1
  import { ThemeColorToken as t } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as e } from "@chakra-ui/react";
3
- import { drawerAnatomy as o } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { drawerAnatomy as o } from "@chakra-ui/react/anatomy";
4
4
  const m = e({
5
5
  className: "drawer",
6
6
  slots: o.keys(),
@@ -1,7 +1,7 @@
1
1
  import { formControlRecipe as e } from "../form-control/form-control-recipe.js";
2
2
  import { ThemeSpaceToken as o } from "../../theme/theme-tokens.js";
3
3
  import { defineSlotRecipe as t } from "@chakra-ui/react";
4
- import { fieldsetAnatomy as m } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
4
+ import { fieldsetAnatomy as m } from "@chakra-ui/react/anatomy";
5
5
  const a = t({
6
6
  slots: m.keys(),
7
7
  base: {
@@ -1,6 +1,6 @@
1
1
  import { ThemeFontSizeToken as e, ThemeColorToken as o, ThemeFontToken as r, ThemeSpaceToken as l } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as n } from "@chakra-ui/react";
3
- import { fieldAnatomy as t } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { fieldAnatomy as t } from "@chakra-ui/react/anatomy";
4
4
  const d = n({
5
5
  className: "formControl",
6
6
  slots: t.keys(),
@@ -1,6 +1,6 @@
1
1
  import { ThemeSpaceVariable as e, ThemeColorVariable as o, ThemeFontSizeVariable as a, ThemeShadowVariable as t } from "../../theme/theme-types.js";
2
2
  import { defineSlotRecipe as r } from "@chakra-ui/react";
3
- import { menuAnatomy as i } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { menuAnatomy as i } from "@chakra-ui/react/anatomy";
4
4
  const n = {
5
5
  minW: "280px",
6
6
  alignItems: "center",
@@ -1,7 +1,7 @@
1
1
  import { buttonRecipe as o } from "../button/button-recipe.js";
2
2
  import { ThemeColorToken as e, ThemeRadiusToken as n, ThemeFontToken as a, ThemeFontSizeToken as t } from "../../theme/theme-tokens.js";
3
3
  import { defineSlotRecipe as i } from "@chakra-ui/react";
4
- import { dialogAnatomy as r } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
4
+ import { dialogAnatomy as r } from "@chakra-ui/react/anatomy";
5
5
  const x = i({
6
6
  className: "modal",
7
7
  slots: r.keys(),
@@ -1,6 +1,6 @@
1
1
  import { ThemeSpaceToken as e, ThemeColorToken as o, ThemeRadiusToken as c, ThemeFontSizeToken as n, ThemeFontToken as t } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as d } from "@chakra-ui/react";
3
- import { radioGroupAnatomy as a } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { radioGroupAnatomy as a } from "@chakra-ui/react/anatomy";
4
4
  import { ThemeColorVariable as r } from "../../theme/theme-types.js";
5
5
  const m = d({
6
6
  className: "radio",
@@ -1,7 +1,7 @@
1
1
  import { inputRecipe as l } from "../input/input-recipe.js";
2
2
  import { ThemeSpaceToken as e, ThemeFontSizeToken as t, ThemeColorToken as i } from "../../theme/theme-tokens.js";
3
3
  import { defineSlotRecipe as a } from "@chakra-ui/react";
4
- import { nativeSelectAnatomy as n } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
4
+ import { nativeSelectAnatomy as n } from "@chakra-ui/react/anatomy";
5
5
  import { ThemeIconSizeVariable as o } from "../../theme/theme-types.js";
6
6
  const S = a({
7
7
  className: "select",
@@ -1,6 +1,6 @@
1
1
  import { ThemeColorToken as e } from "../../theme/theme-tokens.js";
2
2
  import { defineSlotRecipe as c } from "@chakra-ui/react";
3
- import { switchAnatomy as h } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { switchAnatomy as h } from "@chakra-ui/react/anatomy";
4
4
  const t = {
5
5
  background: e.Surface,
6
6
  borderColor: e.OnSurfaceSubdued,
@@ -1,7 +1,7 @@
1
1
  import { ThemeFontSizeToken as r, ThemeColorToken as e, ThemeRadiusToken as n, ThemeBorderToken as a, ThemeFontToken as d } from "../../theme/theme-tokens.js";
2
2
  import { ThemeColorVariable as l, ThemeSpaceVariable as o } from "../../theme/theme-types.js";
3
3
  import { defineSlotRecipe as c } from "@chakra-ui/react";
4
- import { tabsAnatomy as g } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
4
+ import { tabsAnatomy as g } from "@chakra-ui/react/anatomy";
5
5
  const t = {
6
6
  _disabled: {
7
7
  _selected: {
@@ -1,6 +1,6 @@
1
1
  import { ThemeIconSizeVariable as i, ThemeFontSizeVariable as l, ThemeSpaceVariable as r, ThemeFontVariable as k, ThemeRadiusVariable as P, ThemeColorVariable as e } from "../../theme/theme-types.js";
2
2
  import { defineSlotRecipe as b } from "@chakra-ui/react";
3
- import { tagAnatomy as m } from "../../node_modules/@chakra-ui/react/dist/esm/anatomy.js";
3
+ import { tagAnatomy as m } from "@chakra-ui/react/anatomy";
4
4
  const n = "& .tag-icon", x = {
5
5
  neutral: {
6
6
  subtleBg: e.NeutralContainer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caspeco/casper-ui-library",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
4
4
  "prettier": "@caspeco/prettier-config",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -1,5 +0,0 @@
1
- import { anatomy as o } from "../../../../../@zag-js/checkbox/dist/checkbox.anatomy.js";
2
- const e = o.extendWith("group");
3
- export {
4
- e as checkboxAnatomy
5
- };
@@ -1,5 +0,0 @@
1
- import { anatomy as o } from "../../../../../@zag-js/color-picker/dist/color-picker.anatomy.js";
2
- const e = o.extendWith("view");
3
- export {
4
- e as colorPickerAnatomy
5
- };
@@ -1,5 +0,0 @@
1
- import { anatomy as o } from "../../../../../@zag-js/combobox/dist/combobox.anatomy.js";
2
- const m = o.extendWith("empty");
3
- export {
4
- m as comboboxAnatomy
5
- };
@@ -1,5 +0,0 @@
1
- import { anatomy as t } from "../../../../../@zag-js/date-picker/dist/date-picker.anatomy.js";
2
- const o = t.extendWith("view", "valueText");
3
- export {
4
- o as datePickerAnatomy
5
- };
@@ -1,15 +0,0 @@
1
- import { createAnatomy as e } from "../../../../../@zag-js/anatomy/dist/create-anatomy.js";
2
- const t = e("field").parts(
3
- "root",
4
- "errorText",
5
- "helperText",
6
- "input",
7
- "label",
8
- "select",
9
- "textarea",
10
- "requiredIndicator"
11
- );
12
- t.build();
13
- export {
14
- t as fieldAnatomy
15
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as e } from "../../../../../@zag-js/anatomy/dist/create-anatomy.js";
2
- const t = e("fieldset").parts("root", "errorText", "helperText", "legend");
3
- t.build();
4
- export {
5
- t as fieldsetAnatomy
6
- };
@@ -1,2 +0,0 @@
1
- import { anatomy as t } from "../../../../../@zag-js/listbox/dist/listbox.anatomy.js";
2
- t.extendWith("empty");
@@ -1,186 +0,0 @@
1
- import { anatomy as o } from "../../../../@zag-js/dialog/dist/dialog.anatomy.js";
2
- import { createAnatomy as t } from "../../../../@zag-js/anatomy/dist/create-anatomy.js";
3
- import { anatomy as e } from "../../../../@zag-js/menu/dist/menu.anatomy.js";
4
- import { anatomy as a } from "../../../../@zag-js/switch/dist/switch.anatomy.js";
5
- import { fieldsetAnatomy as r } from "../../../../@ark-ui/react/dist/components/fieldset/fieldset.anatomy.js";
6
- import { fieldAnatomy as n } from "../../../../@ark-ui/react/dist/components/field/field.anatomy.js";
7
- import { anatomy as i } from "../../../../@zag-js/radio-group/dist/radio-group.anatomy.js";
8
- import { anatomy as m } from "../../../../@zag-js/accordion/dist/accordion.anatomy.js";
9
- import { datePickerAnatomy as d } from "../../../../@ark-ui/react/dist/components/date-picker/date-picker.anatomy.js";
10
- import { anatomy as s } from "../../../../@zag-js/editable/dist/editable.anatomy.js";
11
- import { anatomy as c } from "../../../../@zag-js/file-upload/dist/file-upload.anatomy.js";
12
- import { anatomy as p } from "../../../../@zag-js/popover/dist/popover.anatomy.js";
13
- import { anatomy as y } from "../../../../@zag-js/rating-group/dist/rating-group.anatomy.js";
14
- import { anatomy as l } from "../../../../@zag-js/select/dist/select.anatomy.js";
15
- import { comboboxAnatomy as f } from "../../../../@ark-ui/react/dist/components/combobox/combobox.anatomy.js";
16
- import { anatomy as h } from "../../../../@zag-js/slider/dist/slider.anatomy.js";
17
- import { colorPickerAnatomy as x } from "../../../../@ark-ui/react/dist/components/color-picker/color-picker.anatomy.js";
18
- import { anatomy as b } from "../../../../@zag-js/splitter/dist/splitter.anatomy.js";
19
- import { anatomy as A } from "../../../../@zag-js/clipboard/dist/clipboard.anatomy.js";
20
- const U = m.extendWith("itemBody");
21
- t("action-bar").parts(
22
- "positioner",
23
- "content",
24
- "separator",
25
- "selectionTrigger",
26
- "closeTrigger"
27
- );
28
- t("alert").parts(
29
- "title",
30
- "description",
31
- "root",
32
- "indicator",
33
- "content"
34
- );
35
- t("breadcrumb").parts(
36
- "link",
37
- "currentLink",
38
- "item",
39
- "list",
40
- "root",
41
- "ellipsis",
42
- "separator"
43
- );
44
- t("blockquote").parts(
45
- "root",
46
- "icon",
47
- "content",
48
- "caption"
49
- );
50
- t("card").parts(
51
- "root",
52
- "header",
53
- "body",
54
- "footer",
55
- "title",
56
- "description"
57
- );
58
- t("data-list").parts(
59
- "root",
60
- "item",
61
- "itemLabel",
62
- "itemValue"
63
- );
64
- d.extendWith("indicatorGroup");
65
- const V = o.extendWith(
66
- "header",
67
- "body",
68
- "footer",
69
- "backdrop"
70
- ), j = o.extendWith(
71
- "header",
72
- "body",
73
- "footer",
74
- "backdrop"
75
- );
76
- s.extendWith("textarea");
77
- const F = n.extendWith("requiredIndicator"), J = r.extendWith("content");
78
- c.extendWith(
79
- "itemContent",
80
- "dropzoneContent",
81
- "fileText"
82
- );
83
- t("list").parts(
84
- "root",
85
- "item",
86
- "indicator"
87
- );
88
- const K = e.extendWith("itemCommand"), M = t("select").parts(
89
- "root",
90
- "field",
91
- "indicator"
92
- );
93
- p.extendWith(
94
- "header",
95
- "body",
96
- "footer"
97
- );
98
- const W = i.extendWith(
99
- "itemAddon",
100
- "itemIndicator"
101
- );
102
- W.extendWith(
103
- "itemContent",
104
- "itemDescription"
105
- );
106
- y.extendWith("itemIndicator");
107
- l.extendWith("indicatorGroup");
108
- f.extendWith(
109
- "indicatorGroup",
110
- "empty"
111
- );
112
- h.extendWith(
113
- "markerIndicator",
114
- "markerLabel"
115
- );
116
- t("stat").parts(
117
- "root",
118
- "label",
119
- "helpText",
120
- "valueText",
121
- "valueUnit",
122
- "indicator"
123
- );
124
- t("status").parts("root", "indicator");
125
- const N = a.extendWith("indicator");
126
- t("table").parts(
127
- "root",
128
- "header",
129
- "body",
130
- "row",
131
- "columnHeader",
132
- "cell",
133
- "footer",
134
- "caption"
135
- );
136
- t("toast").parts(
137
- "root",
138
- "title",
139
- "description",
140
- "indicator",
141
- "closeTrigger",
142
- "actionTrigger"
143
- );
144
- const O = t("tabs").parts(
145
- "root",
146
- "trigger",
147
- "list",
148
- "content",
149
- "contentGroup",
150
- "indicator"
151
- ), Q = t("tag").parts(
152
- "root",
153
- "label",
154
- "closeTrigger",
155
- "startElement",
156
- "endElement"
157
- );
158
- t("timeline").parts(
159
- "root",
160
- "item",
161
- "content",
162
- "separator",
163
- "indicator",
164
- "connector",
165
- "title",
166
- "description"
167
- );
168
- x.extendWith("channelText");
169
- b.extendWith(
170
- "resizeTriggerSeparator",
171
- "resizeTriggerIndicator"
172
- );
173
- A.extendWith("valueText");
174
- export {
175
- U as accordionAnatomy,
176
- V as dialogAnatomy,
177
- j as drawerAnatomy,
178
- F as fieldAnatomy,
179
- J as fieldsetAnatomy,
180
- K as menuAnatomy,
181
- M as nativeSelectAnatomy,
182
- W as radioGroupAnatomy,
183
- N as switchAnatomy,
184
- O as tabsAnatomy,
185
- Q as tagAnatomy
186
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var o = t("accordion").parts("root", "item", "itemTrigger", "itemContent", "itemIndicator");
3
- o.build();
4
- export {
5
- o as anatomy
6
- };
@@ -1,26 +0,0 @@
1
- var c = (e, a = []) => ({
2
- parts: (...t) => {
3
- if (d(a))
4
- return c(e, t);
5
- throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?");
6
- },
7
- extendWith: (...t) => c(e, [...a, ...t]),
8
- omit: (...t) => c(e, a.filter((o) => !t.includes(o))),
9
- rename: (t) => c(t, a),
10
- keys: () => a,
11
- build: () => [...new Set(a)].reduce(
12
- (t, o) => Object.assign(t, {
13
- [o]: {
14
- selector: [
15
- `&[data-scope="${r(e)}"][data-part="${r(o)}"]`,
16
- `& [data-scope="${r(e)}"][data-part="${r(o)}"]`
17
- ].join(", "),
18
- attrs: { "data-scope": r(e), "data-part": r(o) }
19
- }
20
- }),
21
- {}
22
- )
23
- }), r = (e) => e.replace(/([A-Z])([A-Z])/g, "$1-$2").replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase(), d = (e) => e.length === 0;
24
- export {
25
- c as createAnatomy
26
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as o } from "../../anatomy/dist/create-anatomy.js";
2
- var r = o("checkbox").parts("root", "label", "control", "indicator");
3
- r.build();
4
- export {
5
- r as anatomy
6
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var o = r("clipboard").parts("root", "control", "trigger", "indicator", "input", "label");
3
- o.build();
4
- export {
5
- o as anatomy
6
- };
@@ -1,31 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var e = r("color-picker", [
3
- "root",
4
- "label",
5
- "control",
6
- "trigger",
7
- "positioner",
8
- "content",
9
- "area",
10
- "areaThumb",
11
- "valueText",
12
- "areaBackground",
13
- "channelSlider",
14
- "channelSliderLabel",
15
- "channelSliderTrack",
16
- "channelSliderThumb",
17
- "channelSliderValueText",
18
- "channelInput",
19
- "transparencyGrid",
20
- "swatchGroup",
21
- "swatchTrigger",
22
- "swatchIndicator",
23
- "swatch",
24
- "eyeDropperTrigger",
25
- "formatTrigger",
26
- "formatSelect"
27
- ]);
28
- e.build();
29
- export {
30
- e as anatomy
31
- };
@@ -1,21 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var o = t("combobox").parts(
3
- "root",
4
- "clearTrigger",
5
- "content",
6
- "control",
7
- "input",
8
- "item",
9
- "itemGroup",
10
- "itemGroupLabel",
11
- "itemIndicator",
12
- "itemText",
13
- "label",
14
- "list",
15
- "positioner",
16
- "trigger"
17
- );
18
- o.build();
19
- export {
20
- o as anatomy
21
- };
@@ -1,31 +0,0 @@
1
- import { createAnatomy as e } from "../../anatomy/dist/create-anatomy.js";
2
- var r = e("date-picker").parts(
3
- "clearTrigger",
4
- "content",
5
- "control",
6
- "input",
7
- "label",
8
- "monthSelect",
9
- "nextTrigger",
10
- "positioner",
11
- "presetTrigger",
12
- "prevTrigger",
13
- "rangeText",
14
- "root",
15
- "table",
16
- "tableBody",
17
- "tableCell",
18
- "tableCellTrigger",
19
- "tableHead",
20
- "tableHeader",
21
- "tableRow",
22
- "trigger",
23
- "view",
24
- "viewControl",
25
- "viewTrigger",
26
- "yearSelect"
27
- );
28
- r.build();
29
- export {
30
- r as anatomy
31
- };
@@ -1,14 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var t = r("dialog").parts(
3
- "trigger",
4
- "backdrop",
5
- "positioner",
6
- "content",
7
- "title",
8
- "description",
9
- "closeTrigger"
10
- );
11
- t.build();
12
- export {
13
- t as anatomy
14
- };
@@ -1,16 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var e = r("editable").parts(
3
- "root",
4
- "area",
5
- "label",
6
- "preview",
7
- "input",
8
- "editTrigger",
9
- "submitTrigger",
10
- "cancelTrigger",
11
- "control"
12
- );
13
- e.build();
14
- export {
15
- e as anatomy
16
- };
@@ -1,19 +0,0 @@
1
- import { createAnatomy as e } from "../../anatomy/dist/create-anatomy.js";
2
- var r = e("file-upload").parts(
3
- "root",
4
- "dropzone",
5
- "item",
6
- "itemDeleteTrigger",
7
- "itemGroup",
8
- "itemName",
9
- "itemPreview",
10
- "itemPreviewImage",
11
- "itemSizeText",
12
- "label",
13
- "trigger",
14
- "clearTrigger"
15
- );
16
- r.build();
17
- export {
18
- r as anatomy
19
- };
@@ -1,17 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var e = t("listbox").parts(
3
- "label",
4
- "input",
5
- "item",
6
- "itemText",
7
- "itemIndicator",
8
- "itemGroup",
9
- "itemGroupLabel",
10
- "content",
11
- "root",
12
- "valueText"
13
- );
14
- e.build();
15
- export {
16
- e as anatomy
17
- };
@@ -1,21 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var t = r("menu").parts(
3
- "arrow",
4
- "arrowTip",
5
- "content",
6
- "contextTrigger",
7
- "indicator",
8
- "item",
9
- "itemGroup",
10
- "itemGroupLabel",
11
- "itemIndicator",
12
- "itemText",
13
- "positioner",
14
- "separator",
15
- "trigger",
16
- "triggerItem"
17
- );
18
- t.build();
19
- export {
20
- t as anatomy
21
- };
@@ -1,17 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var o = r("popover").parts(
3
- "arrow",
4
- "arrowTip",
5
- "anchor",
6
- "trigger",
7
- "indicator",
8
- "positioner",
9
- "content",
10
- "title",
11
- "description",
12
- "closeTrigger"
13
- );
14
- o.build();
15
- export {
16
- o as anatomy
17
- };
@@ -1,13 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var o = t("radio-group").parts(
3
- "root",
4
- "label",
5
- "item",
6
- "itemText",
7
- "itemControl",
8
- "indicator"
9
- );
10
- o.build();
11
- export {
12
- o as anatomy
13
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as o } from "../../anatomy/dist/create-anatomy.js";
2
- var r = o("rating-group").parts("root", "label", "item", "control");
3
- r.build();
4
- export {
5
- r as anatomy
6
- };
@@ -1,22 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var e = t("select").parts(
3
- "label",
4
- "positioner",
5
- "trigger",
6
- "indicator",
7
- "clearTrigger",
8
- "item",
9
- "itemText",
10
- "itemIndicator",
11
- "itemGroup",
12
- "itemGroupLabel",
13
- "list",
14
- "content",
15
- "root",
16
- "control",
17
- "valueText"
18
- );
19
- e.build();
20
- export {
21
- e as anatomy
22
- };
@@ -1,17 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var a = r("slider").parts(
3
- "root",
4
- "label",
5
- "thumb",
6
- "valueText",
7
- "track",
8
- "range",
9
- "control",
10
- "markerGroup",
11
- "marker",
12
- "draggingIndicator"
13
- );
14
- a.build();
15
- export {
16
- a as anatomy
17
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as r } from "../../anatomy/dist/create-anatomy.js";
2
- var e = r("splitter").parts("root", "panel", "resizeTrigger", "resizeTriggerIndicator");
3
- e.build();
4
- export {
5
- e as anatomy
6
- };
@@ -1,6 +0,0 @@
1
- import { createAnatomy as t } from "../../anatomy/dist/create-anatomy.js";
2
- var o = t("switch").parts("root", "label", "control", "thumb");
3
- o.build();
4
- export {
5
- o as anatomy
6
- };