keystone-design-bootstrap 1.0.83 → 1.0.84

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": "keystone-design-bootstrap",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "Keystone Design Bootstrap - Sections, Elements, and Theme System for customer websites",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -316,7 +316,7 @@ export function LoginForm({ onSuccess, onClose }: LoginFormProps) {
316
316
  return `${mins}:${secs.toString().padStart(2, '0')}`;
317
317
  };
318
318
 
319
- const headerTitle = step === 'identifier' ? 'Pricing & Booking Portal' : step === 'verify' ? 'Verify your phone' : 'Complete your profile';
319
+ const headerTitle = step === 'identifier' ? 'Welcome' : step === 'verify' ? 'Verify your phone' : 'Last step';
320
320
  const headerSubtitle =
321
321
  step === 'identifier'
322
322
  ? 'Enter your phone number to get started.'