@norges-domstoler/dds-components 0.0.0-dev-20240805100404 → 0.0.0-dev-20240819080131
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.css +0 -5
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -6175,8 +6175,7 @@ var import_react53 = require("react");
|
|
|
6175
6175
|
var InputMessage_default = {
|
|
6176
6176
|
container: "InputMessage_container",
|
|
6177
6177
|
"container--error": "InputMessage_container--error",
|
|
6178
|
-
icon: "InputMessage_icon"
|
|
6179
|
-
"container--tip": "InputMessage_container--tip"
|
|
6178
|
+
icon: "InputMessage_icon"
|
|
6180
6179
|
};
|
|
6181
6180
|
|
|
6182
6181
|
// src/components/InputMessage/InputMessage.tsx
|
|
@@ -6190,7 +6189,11 @@ var InputMessage = (0, import_react53.forwardRef)(
|
|
|
6190
6189
|
{
|
|
6191
6190
|
...getBaseHTMLProps(
|
|
6192
6191
|
id,
|
|
6193
|
-
cn(
|
|
6192
|
+
cn(
|
|
6193
|
+
className,
|
|
6194
|
+
InputMessage_default.container,
|
|
6195
|
+
messageType === "error" && InputMessage_default["container--error"]
|
|
6196
|
+
),
|
|
6194
6197
|
htmlProps,
|
|
6195
6198
|
rest
|
|
6196
6199
|
),
|