@ndla/primitives 0.0.11 → 0.0.12

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/es/Combobox.js CHANGED
@@ -177,7 +177,6 @@ export const ComboboxItemGroupLabel = _ref2 => {
177
177
  asChild: true,
178
178
  children: /*#__PURE__*/_jsx(Text, {
179
179
  asChild: true,
180
- forwardCssProp: true,
181
180
  textStyle: textStyle,
182
181
  fontWeight: fontWeight,
183
182
  ...props,
package/lib/Combobox.js CHANGED
@@ -184,7 +184,6 @@ const ComboboxItemGroupLabel = _ref2 => {
184
184
  asChild: true,
185
185
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.Text, {
186
186
  asChild: true,
187
- forwardCssProp: true,
188
187
  textStyle: textStyle,
189
188
  fontWeight: fontWeight,
190
189
  ...props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/primitives",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Primitive components for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "2602fe18f18569373b94c85f01292d7026654595"
46
+ "gitHead": "cd39d6776c53f6ac8c00a723b25c96f28cf465c0"
47
47
  }