@limetech/lime-elements 37.1.0-next.26 → 37.1.0-next.28
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/cjs/limel-form.cjs.entry.js +4 -3
- package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
- package/dist/collection/components/form/form.js +4 -4
- package/dist/collection/components/form/form.js.map +1 -1
- package/dist/collection/global/shared-types/icon.types.js +2 -0
- package/dist/collection/global/shared-types/icon.types.js.map +1 -0
- package/dist/esm/limel-form.entry.js +4 -3
- package/dist/esm/limel-form.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-c1a681db.entry.js → p-9a6540ed.entry.js} +2 -2
- package/dist/lime-elements/{p-c1a681db.entry.js.map → p-9a6540ed.entry.js.map} +1 -1
- package/dist/types/global/shared-types/icon.types.d.ts +22 -0
- package/package.json +3 -3
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface Icon {
|
|
2
|
+
/**
|
|
3
|
+
* Name of the icon, refers to the icon's filename in lime-icons8 repository.
|
|
4
|
+
*/
|
|
5
|
+
name: string;
|
|
6
|
+
/**
|
|
7
|
+
* Color of the icon.
|
|
8
|
+
*/
|
|
9
|
+
color?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Background color of the icon.
|
|
12
|
+
*/
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The `title` attribute of the icon.
|
|
16
|
+
* Used primarily to improve accessibility for users who
|
|
17
|
+
* take advantage of assistive technologies; but also
|
|
18
|
+
* to clarify further what an icon tries to resemble
|
|
19
|
+
* for sighted users.
|
|
20
|
+
*/
|
|
21
|
+
title?: string;
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limetech/lime-elements",
|
|
3
|
-
"version": "37.1.0-next.
|
|
3
|
+
"version": "37.1.0-next.28",
|
|
4
4
|
"description": "Lime Elements",
|
|
5
5
|
"author": "Lime Technologies",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"eslint": "^8.49.0",
|
|
64
64
|
"eslint-config-prettier": "^9.0.0",
|
|
65
65
|
"eslint-plugin-ban": "^1.6.0",
|
|
66
|
-
"eslint-plugin-jsdoc": "^46.8.
|
|
66
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
|
67
67
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
68
68
|
"eslint-plugin-prettier": "^4.2.1",
|
|
69
69
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"jest-cli": "^27.5.1",
|
|
75
75
|
"jsonlint-mod": "^1.7.6",
|
|
76
76
|
"jsx-dom": "^8.0.7",
|
|
77
|
-
"kompendium": "^0.12.
|
|
77
|
+
"kompendium": "^0.12.5",
|
|
78
78
|
"lodash-es": "^4.17.21",
|
|
79
79
|
"material-components-web": "^13.0.0",
|
|
80
80
|
"moment": "^2.29.4",
|