@kystverket/styrbord 1.3.21 → 1.3.23
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/main.js +268 -271
- package/dist/main.umd.cjs +4 -4
- package/dist/src/components/designsystemet/Checkbox/Checkbox.stories.d.ts +33 -33
- package/dist/style.css +1 -1
- package/package.json +60 -3
|
@@ -169,18 +169,18 @@ export declare const Disabled: {
|
|
|
169
169
|
onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
170
170
|
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
171
171
|
onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
172
|
-
onChange?: React.ChangeEventHandler<HTMLInputElement
|
|
173
|
-
onChangeCapture?: React.
|
|
172
|
+
onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
173
|
+
onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
174
174
|
onBeforeInput?: React.InputEventHandler<HTMLInputElement> | undefined;
|
|
175
|
-
onBeforeInputCapture?: React.
|
|
176
|
-
onInput?: React.
|
|
177
|
-
onInputCapture?: React.
|
|
178
|
-
onReset?: React.
|
|
179
|
-
onResetCapture?: React.
|
|
180
|
-
onSubmit?: React.
|
|
181
|
-
onSubmitCapture?: React.
|
|
182
|
-
onInvalid?: React.
|
|
183
|
-
onInvalidCapture?: React.
|
|
175
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
176
|
+
onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
177
|
+
onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
178
|
+
onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
179
|
+
onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
180
|
+
onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
181
|
+
onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
182
|
+
onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
183
|
+
onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
184
184
|
onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
185
185
|
onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
186
186
|
onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -484,18 +484,18 @@ export declare const Disabled: {
|
|
|
484
484
|
onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
485
485
|
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
486
486
|
onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
487
|
-
onChange?: React.ChangeEventHandler<HTMLInputElement
|
|
488
|
-
onChangeCapture?: React.
|
|
487
|
+
onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
488
|
+
onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
489
489
|
onBeforeInput?: React.InputEventHandler<HTMLInputElement> | undefined;
|
|
490
|
-
onBeforeInputCapture?: React.
|
|
491
|
-
onInput?: React.
|
|
492
|
-
onInputCapture?: React.
|
|
493
|
-
onReset?: React.
|
|
494
|
-
onResetCapture?: React.
|
|
495
|
-
onSubmit?: React.
|
|
496
|
-
onSubmitCapture?: React.
|
|
497
|
-
onInvalid?: React.
|
|
498
|
-
onInvalidCapture?: React.
|
|
490
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
491
|
+
onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
492
|
+
onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
493
|
+
onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
494
|
+
onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
495
|
+
onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
496
|
+
onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
497
|
+
onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
498
|
+
onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
499
499
|
onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
500
500
|
onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
501
501
|
onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
@@ -799,18 +799,18 @@ export declare const Disabled: {
|
|
|
799
799
|
onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
800
800
|
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
801
801
|
onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
802
|
-
onChange?: React.ChangeEventHandler<HTMLInputElement
|
|
803
|
-
onChangeCapture?: React.
|
|
802
|
+
onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
803
|
+
onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
804
804
|
onBeforeInput?: React.InputEventHandler<HTMLInputElement> | undefined;
|
|
805
|
-
onBeforeInputCapture?: React.
|
|
806
|
-
onInput?: React.
|
|
807
|
-
onInputCapture?: React.
|
|
808
|
-
onReset?: React.
|
|
809
|
-
onResetCapture?: React.
|
|
810
|
-
onSubmit?: React.
|
|
811
|
-
onSubmitCapture?: React.
|
|
812
|
-
onInvalid?: React.
|
|
813
|
-
onInvalidCapture?: React.
|
|
805
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
806
|
+
onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
807
|
+
onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
808
|
+
onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
809
|
+
onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
810
|
+
onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
811
|
+
onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
812
|
+
onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
813
|
+
onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
|
|
814
814
|
onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
815
815
|
onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
|
|
816
816
|
onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
|