@hellobetterdigitalnz/selwynui 0.0.1-109 → 0.0.1-110

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": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-109",
3
+ "version": "0.0.1-110",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -13,7 +13,7 @@ type Story = StoryObj<typeof CallToActionBlock>
13
13
 
14
14
  const CheckOutActionTemplate: Story = {
15
15
  render : () => {
16
- return <ElementHolder paddingTop="sm" paddingBottom="sm" pillar="visit" level="primary">
16
+ return <ElementHolder paddingTop="sm" paddingBottom="sm" pillar="taste" level="light">
17
17
  <CallToActionBlock
18
18
  title={'Check out the action'}
19
19
  cards={[
@@ -136,6 +136,7 @@
136
136
  h4 {
137
137
  font-size: var(--font-size-h4);
138
138
  line-height: var(--line-height-h4);
139
+ letter-spacing: var(--letter-spacing-h4);
139
140
  }
140
141
  }
141
142