@limetech/lime-elements 38.19.3 → 38.19.4
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 +8 -0
- package/README.md +96 -18
- package/dist/cjs/limel-form.cjs.entry.js +15 -7
- package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-popover_2.cjs.entry.js +2 -1
- package/dist/cjs/limel-popover_2.cjs.entry.js.map +1 -1
- package/dist/collection/components/popover-surface/popover-surface.js +2 -1
- package/dist/collection/components/popover-surface/popover-surface.js.map +1 -1
- package/dist/esm/limel-form.entry.js +15 -7
- package/dist/esm/limel-form.entry.js.map +1 -1
- package/dist/esm/limel-popover_2.entry.js +2 -1
- package/dist/esm/limel-popover_2.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-6a48a888.entry.js → p-09423276.entry.js} +5 -5
- package/dist/lime-elements/p-09423276.entry.js.map +1 -0
- package/dist/lime-elements/{p-54a2d5bc.entry.js → p-eac0220e.entry.js} +2 -2
- package/dist/lime-elements/p-eac0220e.entry.js.map +1 -0
- package/dist/types/components/form/adapters/widget-adapter.d.ts +1 -3
- package/dist/types/components/form/fields/object-field.d.ts +1 -3
- package/package.json +4 -4
- package/dist/lime-elements/p-54a2d5bc.entry.js.map +0 -1
- package/dist/lime-elements/p-6a48a888.entry.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [38.19.4](https://github.com/Lundalogik/lime-elements/compare/v38.19.3...v38.19.4) (2025-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **popover:** ensure content is added to portal container ([ed9071c](https://github.com/Lundalogik/lime-elements/commit/ed9071c2cf10cfd99b1c9c21b54eae3ddb137cd9)), closes [Lundalogik/crm-client#184](https://github.com/Lundalogik/crm-client/issues/184)
|
|
8
|
+
|
|
1
9
|
## [38.19.3](https://github.com/Lundalogik/lime-elements/compare/v38.19.2...v38.19.3) (2025-07-14)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -1,24 +1,67 @@
|
|
|
1
|
-
# Lime Elements
|
|
1
|
+
# <img src="https://raw.githubusercontent.com/Lundalogik/lime-elements/main/icon.png" alt="Lime Elements Logo" style="width: 2.5rem; vertical-align: middle;"> Lime Elements
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Modern Web Components for Enterprise Applications**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_A comprehensive design system and component library built with Stencil_
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Why Lime Elements?
|
|
10
|
+
|
|
11
|
+
- 🚀 **Enterprise-Ready** - Battle-tested components used in production applications
|
|
12
|
+
- 🎨 **Design System** - Consistent UX/UI design with comprehensive usage guidelines
|
|
13
|
+
- ⚡ **Web Standards** - Built with Stencil, works with any framework
|
|
14
|
+
- 👾 **TypeScript** - Full type safety and excellent developer experience
|
|
15
|
+
- ♿ **Accessible** - Built with accessibility in mind
|
|
16
|
+
- ⚙️ **Customizable** - Extensive styling options
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
Sponsored by <img src="https://www.lime-technologies.com/wp-content/uploads/2024/04/cropped-favicon-lime-192x192.png" alt="Lime Technologies Logo" style="width: 1rem; vertical-align: middle;"> [Lime Technologies](https://www.lime-technologies.com/), Lime Elements is a production-ready component library and design system built with Stencil. Our enterprise-grade components help you create consistent, scalable, and accessible web applications faster.
|
|
21
|
+
|
|
22
|
+
Whether you're building from scratch or enhancing existing applications, Lime Elements provides the building blocks for exceptional user experiences that work across all modern frameworks.
|
|
23
|
+
|
|
24
|
+
Visit our [📚 **Documentation**](https://lundalogik.github.io/lime-elements/) for comprehensive guides and examples, or install directly from [📦 **NPM**](https://www.npmjs.com/package/@limetech/lime-elements).
|
|
25
|
+
|
|
26
|
+
### Project Status
|
|
8
27
|
|
|
9
|
-
|
|
28
|
+
[](https://www.npmjs.com/package/@limetech/lime-elements) [](https://github.com/semantic-release/semantic-release) [](https://www.npmjs.com/package/@limetech/lime-elements)
|
|
10
29
|
|
|
11
|
-
|
|
30
|
+
### Quality & Reliability
|
|
12
31
|
|
|
13
|
-
|
|
32
|
+
[](https://github.com/Lundalogik/lime-elements/actions) [](https://sonarcloud.io/summary/new_code?id=Lundalogik_lime-elements) [](https://packagephobia.com/result?p=@limetech/lime-elements) [](https://snyk.io/test/github/Lundalogik/lime-elements) [](https://libraries.io/github/Lundalogik/lime-elements)
|
|
14
33
|
|
|
15
|
-
|
|
34
|
+
### Technology & Standards
|
|
35
|
+
|
|
36
|
+
[](https://www.typescriptlang.org/) [](https://stenciljs.com/) [](https://www.webcomponents.org/) [](https://opensource.org/licenses/Apache-2.0)
|
|
37
|
+
|
|
38
|
+
### Community & Activity
|
|
39
|
+
|
|
40
|
+
[](https://github.com/Lundalogik/lime-elements) [](https://github.com/Lundalogik/lime-elements/issues) [](https://github.com/Lundalogik/lime-elements/pulls) [](https://github.com/Lundalogik/lime-elements/graphs/commit-activity)
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## Quick Start
|
|
45
|
+
|
|
46
|
+
```html
|
|
47
|
+
<!-- Load the package -->
|
|
48
|
+
<script type="module" src="https://cdn.jsdelivr.net/npm/@limetech/lime-elements@latest/dist/lime-elements/lime-elements.esm.js"></script>
|
|
49
|
+
|
|
50
|
+
<!-- Use components in your HTML -->
|
|
51
|
+
<limel-input-field
|
|
52
|
+
label="Name"
|
|
53
|
+
placeholder="Enter your full name"
|
|
54
|
+
></limel-input-field>
|
|
55
|
+
<limel-button primary label="Submit"></limel-button>
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**[Try it live in our playground](https://lundalogik.github.io/lime-elements/versions/latest/#/)**
|
|
16
59
|
|
|
17
60
|
---
|
|
18
61
|
|
|
19
62
|
## Getting Started
|
|
20
63
|
|
|
21
|
-
-
|
|
64
|
+
- To install, run `npm install @limetech/lime-elements`.
|
|
22
65
|
|
|
23
66
|
### Requirements
|
|
24
67
|
|
|
@@ -46,7 +89,7 @@ font-family: 'Roboto', Arial, Verdana, sans-serif;
|
|
|
46
89
|
|
|
47
90
|
#### 2. Icons
|
|
48
91
|
|
|
49
|
-
At Lime, we utilize the [_Windows
|
|
92
|
+
At Lime, we utilize the [_Windows 11 Outline_ icon set from **Icons8**](https://icons8.com/icons/fluency-systems-regular). You may notice these icons in our components, such as the magnifying glass icon displayed as a leading icon on an input field.
|
|
50
93
|
|
|
51
94
|
If you're using Lime Elements in a non-Lime product, you'll need to provide your own icons. We're unable to redistribute Icons8's assets with our package due to licensing restrictions.
|
|
52
95
|
|
|
@@ -54,11 +97,11 @@ Providing your own icons is crucial as many of our components use an `Icon` inte
|
|
|
54
97
|
|
|
55
98
|
##### How to Set Up Your Icons Folder
|
|
56
99
|
|
|
57
|
-
-
|
|
100
|
+
- **For _Lime_ products:**
|
|
58
101
|
|
|
59
102
|
To use `@lundalogik/lime-icons8`, the `/assets` folder from `@lundalogik/lime-icons8` must be made available on the web-server.
|
|
60
103
|
|
|
61
|
-
-
|
|
104
|
+
- **For _non-Lime_ products:**
|
|
62
105
|
|
|
63
106
|
To use a different icon set, the icons must be placed in a folder structure that looks like this: `assets/icons/<name-of-icon>.svg`
|
|
64
107
|
|
|
@@ -78,7 +121,7 @@ Providing your own icons is crucial as many of our components use an `Icon` inte
|
|
|
78
121
|
|
|
79
122
|
---
|
|
80
123
|
|
|
81
|
-
## Using @beta
|
|
124
|
+
## Using @beta Components
|
|
82
125
|
|
|
83
126
|
Components marked as `@beta` are not yet stable. Here's what you need to know:
|
|
84
127
|
|
|
@@ -90,14 +133,49 @@ Remember: All components can change, but `@beta` components change more often an
|
|
|
90
133
|
|
|
91
134
|
---
|
|
92
135
|
|
|
93
|
-
##
|
|
136
|
+
## Community & Support
|
|
94
137
|
|
|
95
|
-
-
|
|
138
|
+
- 💬 **Questions?** [create an issue](https://github.com/Lundalogik/lime-elements/issues/new?template=03_question.md)
|
|
139
|
+
- 🐛 **Found a bug?** [Report it here](https://github.com/Lundalogik/lime-elements/issues/new?template=01_bug_report.md)
|
|
140
|
+
- 💡 **Feature request?** [Share your ideas](https://github.com/Lundalogik/lime-elements/issues/new?template=02_feature_request.md)
|
|
141
|
+
- 🆕 **What's new?** Check our [changelog](https://github.com/Lundalogik/lime-elements/blob/main/CHANGELOG.md) for the latest updates
|
|
96
142
|
|
|
97
143
|
---
|
|
98
144
|
|
|
99
145
|
## Contributing
|
|
100
146
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
-
|
|
147
|
+
We welcome contributions from the community! Here's how you can help:
|
|
148
|
+
|
|
149
|
+
- 🔍 **Found an issue?** Feel free to fix it and submit a PR
|
|
150
|
+
- 📝 **Improve docs?** Documentation improvements are always appreciated
|
|
151
|
+
- 🎨 **Design feedback?** Share your UX insights
|
|
152
|
+
- 🧪 **Testing?** Help us test new features and report bugs
|
|
153
|
+
|
|
154
|
+
**Quick Set Up**
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
git clone https://github.com/Lundalogik/lime-elements.git
|
|
158
|
+
cd lime-elements
|
|
159
|
+
npm install
|
|
160
|
+
npm start # Starts local development server
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
📋 **[Read our full contributing guidelines](https://github.com/Lundalogik/lime-elements/blob/main/CONTRIBUTING.md)**
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## 📄 License
|
|
168
|
+
|
|
169
|
+
Lime Elements is open source software licensed under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
<div align="center">
|
|
174
|
+
|
|
175
|
+
**Built with ❤️ by your friends at [Lime Technologies](https://www.lime-technologies.com/)**
|
|
176
|
+
|
|
177
|
+
_Empowering developers to create amazing user experiences_
|
|
178
|
+
|
|
179
|
+
[⭐ Star us on GitHub](https://github.com/Lundalogik/lime-elements) • [📚 Documentation](https://lundalogik.github.io/lime-elements/) • [📦 NPM](https://www.npmjs.com/package/@limetech/lime-elements)
|
|
180
|
+
|
|
181
|
+
</div>
|
|
@@ -507,7 +507,7 @@ pureComponentPrototype.constructor = PureComponent;
|
|
|
507
507
|
assign$2(pureComponentPrototype, Component.prototype);
|
|
508
508
|
pureComponentPrototype.isPureReactComponent = !0;
|
|
509
509
|
var isArrayImpl$1 = Array.isArray,
|
|
510
|
-
ReactSharedInternals$2 = { H: null, A: null, T: null, S: null },
|
|
510
|
+
ReactSharedInternals$2 = { H: null, A: null, T: null, S: null, V: null },
|
|
511
511
|
hasOwnProperty$h = Object.prototype.hasOwnProperty;
|
|
512
512
|
function ReactElement(type, key, self, source, owner, props) {
|
|
513
513
|
self = props.ref;
|
|
@@ -792,8 +792,11 @@ var StrictMode$1 = REACT_STRICT_MODE_TYPE$1;
|
|
|
792
792
|
var Suspense$1 = REACT_SUSPENSE_TYPE$1;
|
|
793
793
|
var __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
|
|
794
794
|
ReactSharedInternals$2;
|
|
795
|
-
var
|
|
796
|
-
|
|
795
|
+
var __COMPILER_RUNTIME = {
|
|
796
|
+
__proto__: null,
|
|
797
|
+
c: function (size) {
|
|
798
|
+
return ReactSharedInternals$2.H.useMemoCache(size);
|
|
799
|
+
}
|
|
797
800
|
};
|
|
798
801
|
var cache$1 = function (fn) {
|
|
799
802
|
return function () {
|
|
@@ -926,8 +929,13 @@ var useDebugValue = function () {};
|
|
|
926
929
|
var useDeferredValue = function (value, initialValue) {
|
|
927
930
|
return ReactSharedInternals$2.H.useDeferredValue(value, initialValue);
|
|
928
931
|
};
|
|
929
|
-
var useEffect = function (create,
|
|
930
|
-
|
|
932
|
+
var useEffect = function (create, createDeps, update) {
|
|
933
|
+
var dispatcher = ReactSharedInternals$2.H;
|
|
934
|
+
if ("function" === typeof update)
|
|
935
|
+
throw Error(
|
|
936
|
+
"useEffect CRUD overload is not enabled in this build of React."
|
|
937
|
+
);
|
|
938
|
+
return dispatcher.useEffect(create, createDeps);
|
|
931
939
|
};
|
|
932
940
|
var useId = function () {
|
|
933
941
|
return ReactSharedInternals$2.H.useId();
|
|
@@ -970,7 +978,7 @@ var useSyncExternalStore = function (
|
|
|
970
978
|
var useTransition = function () {
|
|
971
979
|
return ReactSharedInternals$2.H.useTransition();
|
|
972
980
|
};
|
|
973
|
-
var version$3 = "19.
|
|
981
|
+
var version$3 = "19.1.0";
|
|
974
982
|
|
|
975
983
|
var react_production = {
|
|
976
984
|
Children: Children,
|
|
@@ -981,7 +989,7 @@ var react_production = {
|
|
|
981
989
|
StrictMode: StrictMode$1,
|
|
982
990
|
Suspense: Suspense$1,
|
|
983
991
|
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE: __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
|
|
984
|
-
|
|
992
|
+
__COMPILER_RUNTIME: __COMPILER_RUNTIME,
|
|
985
993
|
cache: cache$1,
|
|
986
994
|
cloneElement: cloneElement,
|
|
987
995
|
createContext: createContext,
|