Skip to content

Commit a11c63f

Browse files
committed
feat: release 7
1 parent fbccfa1 commit a11c63f

25 files changed

+1485
-1231
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

content/component/fixedHero.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ parameters:
6767
childrenParams:
6868
- primaryButtonText
6969
- primaryButtonLink
70+
- primaryButtonTextColor
7071
- id: primaryButtonText
7172
name: Button Text
7273
type: text
@@ -80,6 +81,12 @@ parameters:
8081
helpText: Select type and target link to set the button's link.
8182
typeConfig: null
8283
localizable: true
84+
- id: primaryButtonTextColor
85+
name: Button Text Color
86+
type: dex-color-palette-parameter
87+
typeConfig:
88+
allowColors: []
89+
selectedGroup: text
8390
- id: 9f8178c3-539f-4a1e-8a4e-71bfcedfe223
8491
name: Presentation Settings
8592
type: group
@@ -151,8 +158,8 @@ useTeamPermissions: true
151158
slots: []
152159
titleParameter: displayName
153160
canBeComposition: false
154-
created: '2025-06-26T12:10:50.382836+00:00'
155-
updated: '2025-07-04T13:55:28.365833+00:00'
161+
created: '2025-01-29T10:47:01.402162+00:00'
162+
updated: '2025-07-16T09:45:02.482662+00:00'
156163
variants:
157164
- id: columns
158165
name: Columns

content/component/flexibleHero.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
- imageObjectFit
3232
- imageWidth
3333
- imageHeight
34-
- fill
34+
- imageFill
3535
- imageUnoptimized
3636
- imagePriority
3737
- imageOverlayColor
@@ -62,7 +62,7 @@ parameters:
6262
name: Height
6363
type: number
6464
typeConfig: null
65-
- id: fill
65+
- id: imageFill
6666
name: Fill
6767
type: checkbox
6868
helpText: Fills the parent container

content/composition/852664d7-7d35-4eb5-97ad-e1c23ce940ca.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@ composition:
134134
primaryButtonText:
135135
type: text
136136
value: Docs
137+
primaryButtonTextColor:
138+
type: dex-color-palette-parameter
139+
value: text-secondary
137140
_locales:
138141
- en
139142
_pattern: f9c058ea-c40d-4435-ac5a-53423cf654dc
140143
created: '2025-01-29T10:47:10.496403+00:00'
141-
modified: '2025-06-12T08:05:55.451205+00:00'
144+
modified: '2025-07-16T09:51:50.510562+00:00'
142145
pattern: false

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NextConfig } from 'next';
2-
import { withUniformConfig } from '@uniformdev/canvas-next-rsc/config';
2+
import { withUniformConfig } from '@uniformdev/canvas-next-rsc-v2/config';
33

44
/** @type {NextConfig} */
55
const nextConfig: NextConfig = {

0 commit comments

Comments
 (0)