@oslokommune/punkt-react 13.18.0 → 13.18.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "13.18.0",
3
+ "version": "13.18.2",
4
4
  "description": "React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@lit-labs/ssr-dom-shim": "^1.2.1",
41
41
  "@lit/react": "^1.0.7",
42
- "@oslokommune/punkt-elements": "^13.18.0",
42
+ "@oslokommune/punkt-elements": "^13.18.2",
43
43
  "classnames": "^2.5.1",
44
44
  "prettier": "^3.3.3",
45
45
  "react-hook-form": "^7.53.0"
@@ -47,7 +47,7 @@
47
47
  "devDependencies": {
48
48
  "@babel/plugin-transform-private-property-in-object": "^7.25.9",
49
49
  "@oslokommune/punkt-assets": "^13.16.0",
50
- "@oslokommune/punkt-css": "^13.18.0",
50
+ "@oslokommune/punkt-css": "^13.18.1",
51
51
  "@testing-library/jest-dom": "^6.5.0",
52
52
  "@testing-library/react": "^16.0.1",
53
53
  "@testing-library/user-event": "^14.5.2",
@@ -103,5 +103,5 @@
103
103
  "url": "https://github.com/oslokommune/punkt/issues"
104
104
  },
105
105
  "license": "MIT",
106
- "gitHead": "d1f7500eed274abde4ea0532a746a54d74a38877"
106
+ "gitHead": "7a161befee37835e0c0ffb91b0ea2cef51d27a1c"
107
107
  }
@@ -28,6 +28,7 @@ export interface IPktCombobox extends ExtendedCombobox {
28
28
  onFocus?: FocusEventHandler<HTMLSelectElement>
29
29
  onValueChange?: (e: CustomEvent) => void
30
30
  onToggleHelpText?: (e: CustomEvent) => void
31
+ useWrapper?: boolean
31
32
  }
32
33
 
33
34
  export const LitComponent = createComponent({