uikit-react-public 0.44.3 → 0.44.4

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.
@@ -74,9 +74,7 @@ const Accordion: React.FC<AccordionProps> & {
74
74
  };
75
75
 
76
76
  const baseStyle = css`
77
- width: 660px;
78
- min-width: 288px;
79
- max-width: 660px;
77
+ width: 100%;
80
78
  box-sizing: border-box;
81
79
  border-top: 1px solid ${theme.colour.border.default};
82
80
  border-bottom: 1px solid ${theme.colour.border.default};
@@ -3,7 +3,7 @@
3
3
  exports[`Accordion > snapshot: no props 1`] = `
4
4
  <div
5
5
  aria-disabled="false"
6
- class="ucl-uikit-accordion css-1pwsm43"
6
+ class="ucl-uikit-accordion css-yx27fx"
7
7
  data-testid="ucl-uikit-accordion"
8
8
  >
9
9
  <h6
@@ -39,7 +39,7 @@ exports[`Accordion > snapshot: no props 1`] = `
39
39
  exports[`Accordion > snapshot: testId prop 1`] = `
40
40
  <div
41
41
  aria-disabled="false"
42
- class="ucl-uikit-accordion css-1pwsm43"
42
+ class="ucl-uikit-accordion css-yx27fx"
43
43
  data-testid="abc"
44
44
  >
45
45
  <h6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "uikit-react-public",
3
3
  "private": false,
4
4
  "license": "UNLICENSED",
5
- "version": "0.44.3",
5
+ "version": "0.44.4",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",