@loadsmart/miranda-react 3.0.0-beta.7 → 3.0.0-beta.8
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.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1227,7 +1227,7 @@ const WiredTooltip = createComponent({
|
|
|
1227
1227
|
let counter = 0;
|
|
1228
1228
|
/**
|
|
1229
1229
|
* Generates a unique id for our elements, prepending the given `prefix`.
|
|
1230
|
-
* @param prefix - Id prefix. Defaults to '
|
|
1230
|
+
* @param prefix - Id prefix. Defaults to 'tt-anchor'
|
|
1231
1231
|
*/
|
|
1232
1232
|
function generateId(prefix = 'tt-anchor') {
|
|
1233
1233
|
counter += 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
44
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.8",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.8",
|
|
46
46
|
"@lit/react": "^1.0.5",
|
|
47
47
|
"react-is": "^18.3.1"
|
|
48
48
|
},
|