@tetjana/flowmakers-ds 0.1.8 → 0.1.10

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.
@@ -3,31 +3,43 @@
3
3
  All components are imported from `@tetjana/flowmakers-ds`.
4
4
  Always import the CSS too: `import '@tetjana/flowmakers-ds/styles'`
5
5
 
6
- ## Primitives
6
+ ## Primitives & Inputs
7
7
 
8
8
  | Component | Purpose | Guidelines |
9
9
  |-----------|---------|------------|
10
10
  | `Button` | All clickable actions (hero, secondary, ghost) | [button.md](components/button.md) |
11
11
  | `Input` | Text fields, email, password, search | [input.md](components/input.md) |
12
- | `Tag` | Labels, badges, status indicators | [tag.md](components/tag.md) |
12
+ | `Search` | Search input with built-in icon | [search.md](components/search.md) |
13
+ | `Dropdown` | List of selectable options rendered as a panel | [dropdown.md](components/dropdown.md) |
14
+ | `DatePicker` | Date input with label, helper text, and states | [datepicker.md](components/datepicker.md) |
15
+ | `TimePicker` | Time input with label, helper text, and states | [timepicker.md](components/timepicker.md) |
16
+ | `RadioButton` | Single radio input with custom styling | [radiobutton.md](components/radiobutton.md) |
17
+ | `Tag` | Small labels, badges, status indicators | [tag.md](components/tag.md) |
18
+ | `TagBig` | Large pill badge with sparkle icon (landing page use) | [tagbig.md](components/tagbig.md) |
13
19
  | `Toggle` | Boolean on/off switches | [toggle.md](components/toggle.md) |
14
20
  | `Checkbox` | Multi-select options, agreements | [checkbox.md](components/checkbox.md) |
15
21
  | `IconButton` | Icon-only action buttons (arrows, plus, pen) | [iconbutton.md](components/iconbutton.md) |
22
+ | `ListItem` | Checkmark feature list item with purple icon | [listitem.md](components/listitem.md) |
16
23
 
17
- ## Navigation
24
+ ## Navigation & Progress
18
25
 
19
26
  | Component | Purpose | Guidelines |
20
27
  |-----------|---------|------------|
21
28
  | `NavItem`, `NavBar` | Sidebar navigation menu | [navmenu.md](components/navmenu.md) |
22
29
  | `SegmentedControl` | Tab/filter switcher (2–5 options) | [segmentedcontrol.md](components/segmentedcontrol.md) |
23
30
  | `Pagination` | Prev/next navigation with dots or numbers | [pagination.md](components/pagination.md) |
31
+ | `Stepper` | Horizontal numbered step indicator for wizards | [stepper.md](components/stepper.md) |
32
+ | `StepperProgress` | Vertical progress tracker with checkmarks | [stepperprogress.md](components/stepperprogress.md) |
24
33
 
25
- ## Layout
34
+ ## Layout & Sections
26
35
 
27
36
  | Component | Purpose | Guidelines |
28
37
  |-----------|---------|------------|
29
38
  | `Header` | Widget/card header with title and subtitle | [header.md](components/header.md) |
30
39
  | `Footer` | Page footer with links, CTA, and copyright | [footer.md](components/footer.md) |
40
+ | `SectionTitle` | Landing page section heading (tag + title + subtitle) | [sectiontitle.md](components/sectiontitle.md) |
41
+ | `DashboardTitle` | Dashboard welcome heading with optional CTA | [dashboardtitle.md](components/dashboardtitle.md) |
42
+ | `ProcessStep` | Numbered "how it works" step card | [processstep.md](components/processstep.md) |
31
43
 
32
44
  ## Cards
33
45
 
@@ -35,8 +47,12 @@ Always import the CSS too: `import '@tetjana/flowmakers-ds/styles'`
35
47
  |-----------|---------|------------|
36
48
  | `CardTest` | Test/quiz card with state (available/in-progress/completed/unavailable) | [cardtest.md](components/cardtest.md) |
37
49
  | `CardCareer` | Accordion card showing career level + task progress | [cardcareer.md](components/cardcareer.md) |
50
+ | `Price` | Pricing plan card with features checklist | [price.md](components/price.md) |
51
+ | `PriceCard` | Simple pricing card — title + price + CTA only | [pricecard.md](components/pricecard.md) |
52
+ | `TestimonialCard` | User testimonial / review card with avatar | [testimonialcard.md](components/testimonialcard.md) |
53
+ | `Tariffs` | Plan selection card (radio + features, used in checkout) | [tariffs.md](components/tariffs.md) |
38
54
 
39
- ## Dashboard widgets
55
+ ## Dashboard Widgets
40
56
 
41
57
  | Component | Purpose | Guidelines |
42
58
  |-----------|---------|------------|
@@ -47,6 +63,14 @@ Always import the CSS too: `import '@tetjana/flowmakers-ds/styles'`
47
63
  | `NotesWidget` | Personal notes snippet | [widgetcard.md](components/widgetcard.md) |
48
64
  | `PersonalAdviceWidget` | AI-generated advice card | [widgetcard.md](components/widgetcard.md) |
49
65
  | `CalendarWidget` | Weekly calendar with event list | [widgetcard.md](components/widgetcard.md) |
66
+ | `TasksWidget` | Task list with completion status and time tags | [taskswidget.md](components/taskswidget.md) |
67
+
68
+ ## Interactive / Forms
69
+
70
+ | Component | Purpose | Guidelines |
71
+ |-----------|---------|------------|
72
+ | `Question` | FAQ accordion — expandable question + answer | [question.md](components/question.md) |
73
+ | `SignupForm` | Email CTA form with input + button | [signupform.md](components/signupform.md) |
50
74
 
51
75
  ---
52
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetjana/flowmakers-ds",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "FlowMakers UI Design System — React components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",