Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/bloom-theme-variant.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/native-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @polprog/native-ui

## 1.7.0

### Minor Changes

- ba99bda: Add the Bloom theme variant and a `theme` config key.

`NativeUIProvider` now accepts `theme: 'default' | 'bloom' | ThemeVariant`. A theme variant bundles a complete visual identity (colour palette, corner radii, elevation, type density, and default fonts) behind one name and restyles every component. The new **Bloom** variant is a soft, rounded look: violet/pink accents, rounded corners, purple-tinted neutrals, and Outfit + Plus Jakarta Sans typography. The original look ships unchanged as the **Aurora** (`'default'`) variant, so existing apps are unaffected.

`FontFamilies` gains an optional `display` group so a variant can pair a heading family with a separate body family. New exports: `THEME_VARIANTS`, `defaultThemeVariant`, `bloomThemeVariant`, `resolveThemeVariant`, `defaultColorPalette`, `bloomColorPalette`, `BLOOM_PRESETS`, `bloomFontFamilies`, and the types `ThemeVariant`, `ThemeVariantName`, `ColorPalette`, `TextRamp`, `SemanticRamp`, `NeutralRamp`, `BloomPreset`, `BorderRadiusScale`.

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polprog/native-ui",
"version": "1.6.0",
"version": "1.7.0",
"description": "Production-grade React Native design system and component library - native-feeling components on iOS and Android",
"source": "src/index.ts",
"main": "./dist/index.js",
Expand Down