@public-ui/solid 3.0.0-rc.1 → 3.0.0-rc.3

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/index.cjs CHANGED
@@ -38,7 +38,6 @@ const KolAvatar = /* @__PURE__ */ createSolidComponent("kol-avatar");
38
38
  const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
39
39
  const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
40
40
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
41
- const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
42
41
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
43
42
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
44
43
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
@@ -48,7 +47,6 @@ const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
48
47
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
49
48
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
50
49
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
51
- const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
52
50
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
53
51
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
54
52
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -62,8 +60,6 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
62
60
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
63
61
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
64
62
  const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
65
- const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
66
- const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
67
63
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
68
64
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
69
65
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
@@ -75,7 +71,6 @@ const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
75
71
  const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
76
72
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
77
73
  const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
78
- const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
79
74
  const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
80
75
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
81
76
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
@@ -94,7 +89,6 @@ exports.KolAvatar = KolAvatar;
94
89
  exports.KolBadge = KolBadge;
95
90
  exports.KolBreadcrumb = KolBreadcrumb;
96
91
  exports.KolButton = KolButton;
97
- exports.KolButtonGroup = KolButtonGroup;
98
92
  exports.KolButtonLink = KolButtonLink;
99
93
  exports.KolCard = KolCard;
100
94
  exports.KolCombobox = KolCombobox;
@@ -104,7 +98,6 @@ exports.KolForm = KolForm;
104
98
  exports.KolHeading = KolHeading;
105
99
  exports.KolIcon = KolIcon;
106
100
  exports.KolImage = KolImage;
107
- exports.KolIndentedText = KolIndentedText;
108
101
  exports.KolInputCheckbox = KolInputCheckbox;
109
102
  exports.KolInputColor = KolInputColor;
110
103
  exports.KolInputDate = KolInputDate;
@@ -118,8 +111,6 @@ exports.KolInputText = KolInputText;
118
111
  exports.KolKolibri = KolKolibri;
119
112
  exports.KolLink = KolLink;
120
113
  exports.KolLinkButton = KolLinkButton;
121
- exports.KolLinkGroup = KolLinkGroup;
122
- exports.KolLogo = KolLogo;
123
114
  exports.KolModal = KolModal;
124
115
  exports.KolNav = KolNav;
125
116
  exports.KolPagination = KolPagination;
@@ -131,7 +122,6 @@ exports.KolSkipNav = KolSkipNav;
131
122
  exports.KolSpin = KolSpin;
132
123
  exports.KolSplitButton = KolSplitButton;
133
124
  exports.KolSymbol = KolSymbol;
134
- exports.KolTable = KolTable;
135
125
  exports.KolTableStateful = KolTableStateful;
136
126
  exports.KolTableStateless = KolTableStateless;
137
127
  exports.KolTabs = KolTabs;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ declare const KolAvatar: (props: solid_js.PropsWithChildren<JSX.KolAvatar & soli
11
11
  declare const KolBadge: (props: solid_js.PropsWithChildren<JSX.KolBadge & solid_js.JSX.HTMLAttributes<HTMLKolBadgeElement>>) => HTMLKolBadgeElement;
12
12
  declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrumb & solid_js.JSX.HTMLAttributes<HTMLKolBreadcrumbElement>>) => HTMLKolBreadcrumbElement;
13
13
  declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
14
- declare const KolButtonGroup: (props: solid_js.PropsWithChildren<JSX.KolButtonGroup & solid_js.JSX.HTMLAttributes<HTMLKolButtonGroupElement>>) => HTMLKolButtonGroupElement;
15
14
  declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
16
15
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
17
16
  declare const KolCombobox: (props: solid_js.PropsWithChildren<JSX.KolCombobox & solid_js.JSX.HTMLAttributes<HTMLKolComboboxElement>>) => HTMLKolComboboxElement;
@@ -21,7 +20,6 @@ declare const KolForm: (props: solid_js.PropsWithChildren<JSX.KolForm & solid_js
21
20
  declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & solid_js.JSX.HTMLAttributes<HTMLKolHeadingElement>>) => HTMLKolHeadingElement;
22
21
  declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
23
22
  declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
24
- declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
25
23
  declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
26
24
  declare const KolInputColor: (props: solid_js.PropsWithChildren<JSX.KolInputColor & solid_js.JSX.HTMLAttributes<HTMLKolInputColorElement>>) => HTMLKolInputColorElement;
27
25
  declare const KolInputDate: (props: solid_js.PropsWithChildren<JSX.KolInputDate & solid_js.JSX.HTMLAttributes<HTMLKolInputDateElement>>) => HTMLKolInputDateElement;
@@ -35,8 +33,6 @@ declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText
35
33
  declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
36
34
  declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
37
35
  declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
38
- declare const KolLinkGroup: (props: solid_js.PropsWithChildren<JSX.KolLinkGroup & solid_js.JSX.HTMLAttributes<HTMLKolLinkGroupElement>>) => HTMLKolLinkGroupElement;
39
- declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js.JSX.HTMLAttributes<HTMLKolLogoElement>>) => HTMLKolLogoElement;
40
36
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
41
37
  declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
42
38
  declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
@@ -48,7 +44,6 @@ declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & so
48
44
  declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
49
45
  declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
50
46
  declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
51
- declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
52
47
  declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableStateful & solid_js.JSX.HTMLAttributes<HTMLKolTableStatefulElement>>) => HTMLKolTableStatefulElement;
53
48
  declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
54
49
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
@@ -60,4 +55,4 @@ declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem &
60
55
  declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
61
56
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
62
57
 
63
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
58
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -36,7 +36,6 @@ const KolAvatar = /* @__PURE__ */ createSolidComponent("kol-avatar");
36
36
  const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
37
37
  const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
38
38
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
39
- const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
40
39
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
41
40
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
42
41
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
@@ -46,7 +45,6 @@ const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
46
45
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
47
46
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
48
47
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
49
- const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
50
48
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
51
49
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
52
50
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -60,8 +58,6 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
60
58
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
61
59
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
62
60
  const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
63
- const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
64
- const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
65
61
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
66
62
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
67
63
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
@@ -73,7 +69,6 @@ const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
73
69
  const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
74
70
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
75
71
  const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
76
- const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
77
72
  const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
78
73
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
79
74
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
@@ -85,4 +80,4 @@ const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
85
80
  const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
86
81
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
87
82
 
88
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
83
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "3.0.0-rc.1",
3
+ "version": "3.0.0-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -48,14 +48,14 @@
48
48
  "@types/minimatch": "5.1.2",
49
49
  "@types/minimist": "1.2.5",
50
50
  "@types/normalize-package-data": "2.4.4",
51
- "solid-js": "1.9.3",
52
- "typescript": "5.6.3",
51
+ "solid-js": "1.9.4",
52
+ "typescript": "5.7.3",
53
53
  "unbuild": "1.2.1",
54
- "@public-ui/components": "3.0.0-rc.1"
54
+ "@public-ui/components": "3.0.0-rc.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "solid-js": ">=1.9.3",
58
- "@public-ui/components": "3.0.0-rc.1"
57
+ "solid-js": ">=1.9.4",
58
+ "@public-ui/components": "3.0.0-rc.3"
59
59
  },
60
60
  "sideEffects": false,
61
61
  "type": "module",