@techfides/ui-library-design 0.2.0 → 0.3.1

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/README.md CHANGED
@@ -37,6 +37,8 @@ cn('bg-tf-panel p-6', props.class)
37
37
 
38
38
  **Brand** — four accents, switched by a `data-brand` attribute on the root. Every accent role in the system derives from the one the brand names.
39
39
 
40
+ **Words** — every string a component says on its own behalf, as a `Language`. `english` and `czech` ship; the framework binding hands one to `provideLanguage`. Words live here rather than in the binding so both bindings say the same thing ([ADR 0004](https://github.com/TechFides/ui-library/blob/main/docs/adr/0004-words-live-in-the-framework-free-package.md)).
41
+
40
42
  ## The one thing to know about surfaces
41
43
 
42
44
  Depth is carried by lightness, not by shadow: on a dark screen a black shadow has almost nothing to fall on. There are five surface steps and each is measurably lighter than the one below it. A shadow means something different — that a thing has left the page altogether.
@@ -0,0 +1,6 @@
1
+ import { Language } from "./words.js";
2
+ //#region src/czech.d.ts
3
+ declare const czech: Language;
4
+ //#endregion
5
+ export { czech };
6
+ //# sourceMappingURL=czech.d.ts.map
package/dist/czech.js ADDED
@@ -0,0 +1,100 @@
1
+ //#region src/czech.ts
2
+ const SINGLE = 1;
3
+ const FEW_FIRST = 2;
4
+ const FEW_LAST = 4;
5
+ const results = (count, written) => {
6
+ if (count === SINGLE) return "1 výsledek";
7
+ if (count >= FEW_FIRST && count <= FEW_LAST) return `${written} výsledky`;
8
+ return `${written} výsledků`;
9
+ };
10
+ const czech = {
11
+ locale: "cs-CZ",
12
+ words: {
13
+ datePicker: {
14
+ calendar: "Kalendář",
15
+ choose: (day) => `Vybrat ${day}`,
16
+ chosen: (day) => `Vybráno, ${day}`,
17
+ clear: "Smazat data",
18
+ close: "Zavřít kalendář",
19
+ nextDecade: "Další dekáda",
20
+ nextMonth: "Další měsíc",
21
+ nextYear: "Další rok",
22
+ open: "Otevřít kalendář",
23
+ patternDay: "dd",
24
+ patternMonth: "mm",
25
+ patternYear: "rrrr",
26
+ pickMonth: "Vyberte měsíc",
27
+ pickYear: "Vyberte rok",
28
+ preset: (span) => `Vybrat ${span}`,
29
+ previousDecade: "Předchozí dekáda",
30
+ previousMonth: "Předchozí měsíc",
31
+ previousYear: "Předchozí rok",
32
+ rangeFrom: (day) => `Začít rozsah na ${day}`,
33
+ rangeTo: (day) => `Ukončit rozsah na ${day}`,
34
+ showDays: "Zobrazit dny",
35
+ showMonths: "Zobrazit měsíce",
36
+ showYears: "Zobrazit roky",
37
+ unavailable: (day) => `Nedostupné, ${day}`,
38
+ week: "Týd.",
39
+ weekNumber: (week) => `${week}. týden`
40
+ },
41
+ dialog: { close: "Zavřít" },
42
+ listbox: { empty: "Není z čeho vybírat" },
43
+ queue: { label: "Fronta" },
44
+ search: {
45
+ dismiss: "Esc zavře",
46
+ nothing: "Tomu nic neodpovídá",
47
+ results
48
+ },
49
+ select: { clear: "Zrušit výběr" },
50
+ sidebar: {
51
+ collapse: "Sbalit panel",
52
+ expand: "Rozbalit panel",
53
+ openMenu: "Otevřít menu"
54
+ },
55
+ stat: {
56
+ change: "Změna",
57
+ fell: "dolů",
58
+ rose: "nahoru"
59
+ },
60
+ table: {
61
+ actions: "Akce",
62
+ anything: "Cokoli",
63
+ clear: "Zrušit",
64
+ clearAll: "Zrušit filtry",
65
+ clearFilter: (column) => `Zrušit filtr na ${column}`,
66
+ clearSelection: "Zrušit označení",
67
+ done: "Hotovo",
68
+ emptyHint: "Až tu něco bude, uvidíte to zde.",
69
+ emptyTitle: "Zatím tu nic není",
70
+ expandRow: (row) => `Zobrazit více o řádku ${row}`,
71
+ filterBy: (column) => `Filtrovat ${column}`,
72
+ filterPick: (column) => `Vyberte z ${column}`,
73
+ filterRange: (column) => `Rozsah ${column}`,
74
+ filterSearch: (column) => `Hledat v ${column}`,
75
+ from: "Od",
76
+ nextPage: "Další stránka",
77
+ noRows: "Žádné řádky",
78
+ nothingHint: "Zrušte jednu z podmínek, nebo smažte hledání.",
79
+ nothingTitle: "Těmto filtrům nic neodpovídá",
80
+ pages: "Stránky",
81
+ previousPage: "Předchozí stránka",
82
+ rowsPerPage: "Řádků na stránku",
83
+ selectAll: "Označit řádky na této stránce",
84
+ selectRow: (row) => `Označit řádek ${row}`,
85
+ selected: (_count, written) => `${written} označeno`,
86
+ shown: (from, to, total) => `${from}–${to} z ${total}`,
87
+ sortAscending: (column) => `Řadit ${column} od nejmenšího`,
88
+ sortBy: (column) => `Řadit podle ${column}`,
89
+ sortClear: (column) => `Přestat řadit podle ${column}`,
90
+ sortDescending: (column) => `Řadit ${column} od největšího`,
91
+ to: "Do"
92
+ },
93
+ tail: { empty: "Žádné řádky logu" },
94
+ userMenu: { account: "účet" }
95
+ }
96
+ };
97
+ //#endregion
98
+ export { czech };
99
+
100
+ //# sourceMappingURL=czech.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"czech.js","names":[],"sources":["../src/czech.ts"],"sourcesContent":["import type { Language } from './words'\n\nconst SINGLE = 1\n\nconst FEW_FIRST = 2\n\nconst FEW_LAST = 4\n\nconst results = (count: number, written: string): string => {\n if (count === SINGLE) {\n return '1 výsledek'\n }\n if (count >= FEW_FIRST && count <= FEW_LAST) {\n return `${written} výsledky`\n }\n return `${written} výsledků`\n}\n\nconst czech: Language = {\n locale: 'cs-CZ',\n\n words: {\n datePicker: {\n calendar: 'Kalendář',\n choose: (day) => `Vybrat ${day}`,\n chosen: (day) => `Vybráno, ${day}`,\n clear: 'Smazat data',\n close: 'Zavřít kalendář',\n nextDecade: 'Další dekáda',\n nextMonth: 'Další měsíc',\n nextYear: 'Další rok',\n open: 'Otevřít kalendář',\n patternDay: 'dd',\n patternMonth: 'mm',\n patternYear: 'rrrr',\n pickMonth: 'Vyberte měsíc',\n pickYear: 'Vyberte rok',\n preset: (span) => `Vybrat ${span}`,\n previousDecade: 'Předchozí dekáda',\n previousMonth: 'Předchozí měsíc',\n previousYear: 'Předchozí rok',\n rangeFrom: (day) => `Začít rozsah na ${day}`,\n rangeTo: (day) => `Ukončit rozsah na ${day}`,\n showDays: 'Zobrazit dny',\n showMonths: 'Zobrazit měsíce',\n showYears: 'Zobrazit roky',\n unavailable: (day) => `Nedostupné, ${day}`,\n week: 'Týd.',\n weekNumber: (week) => `${week}. týden`,\n },\n\n dialog: {\n close: 'Zavřít',\n },\n\n listbox: {\n empty: 'Není z čeho vybírat',\n },\n\n queue: {\n label: 'Fronta',\n },\n\n search: {\n dismiss: 'Esc zavře',\n nothing: 'Tomu nic neodpovídá',\n results,\n },\n\n select: {\n clear: 'Zrušit výběr',\n },\n\n sidebar: {\n collapse: 'Sbalit panel',\n expand: 'Rozbalit panel',\n openMenu: 'Otevřít menu',\n },\n\n stat: {\n change: 'Změna',\n fell: 'dolů',\n rose: 'nahoru',\n },\n\n table: {\n actions: 'Akce',\n anything: 'Cokoli',\n clear: 'Zrušit',\n clearAll: 'Zrušit filtry',\n clearFilter: (column) => `Zrušit filtr na ${column}`,\n clearSelection: 'Zrušit označení',\n done: 'Hotovo',\n emptyHint: 'Až tu něco bude, uvidíte to zde.',\n emptyTitle: 'Zatím tu nic není',\n expandRow: (row) => `Zobrazit více o řádku ${row}`,\n filterBy: (column) => `Filtrovat ${column}`,\n filterPick: (column) => `Vyberte z ${column}`,\n filterRange: (column) => `Rozsah ${column}`,\n filterSearch: (column) => `Hledat v ${column}`,\n from: 'Od',\n nextPage: 'Další stránka',\n noRows: 'Žádné řádky',\n nothingHint: 'Zrušte jednu z podmínek, nebo smažte hledání.',\n nothingTitle: 'Těmto filtrům nic neodpovídá',\n pages: 'Stránky',\n previousPage: 'Předchozí stránka',\n rowsPerPage: 'Řádků na stránku',\n selectAll: 'Označit řádky na této stránce',\n selectRow: (row) => `Označit řádek ${row}`,\n selected: (_count, written) => `${written} označeno`,\n shown: (from, to, total) => `${from}–${to} z ${total}`,\n sortAscending: (column) => `Řadit ${column} od nejmenšího`,\n sortBy: (column) => `Řadit podle ${column}`,\n sortClear: (column) => `Přestat řadit podle ${column}`,\n sortDescending: (column) => `Řadit ${column} od největšího`,\n to: 'Do',\n },\n\n tail: {\n empty: 'Žádné řádky logu',\n },\n\n userMenu: {\n account: 'účet',\n },\n },\n}\n\nexport { czech }\n"],"mappings":";AAEA,MAAM,SAAS;AAEf,MAAM,YAAY;AAElB,MAAM,WAAW;AAEjB,MAAM,WAAW,OAAe,YAA4B;CAC1D,IAAI,UAAU,QACZ,OAAO;CAET,IAAI,SAAS,aAAa,SAAS,UACjC,OAAO,GAAG,QAAQ;CAEpB,OAAO,GAAG,QAAQ;AACpB;AAEA,MAAM,QAAkB;CACtB,QAAQ;CAER,OAAO;EACL,YAAY;GACV,UAAU;GACV,SAAS,QAAQ,UAAU;GAC3B,SAAS,QAAQ,YAAY;GAC7B,OAAO;GACP,OAAO;GACP,YAAY;GACZ,WAAW;GACX,UAAU;GACV,MAAM;GACN,YAAY;GACZ,cAAc;GACd,aAAa;GACb,WAAW;GACX,UAAU;GACV,SAAS,SAAS,UAAU;GAC5B,gBAAgB;GAChB,eAAe;GACf,cAAc;GACd,YAAY,QAAQ,mBAAmB;GACvC,UAAU,QAAQ,qBAAqB;GACvC,UAAU;GACV,YAAY;GACZ,WAAW;GACX,cAAc,QAAQ,eAAe;GACrC,MAAM;GACN,aAAa,SAAS,GAAG,KAAK;EAChC;EAEA,QAAQ,EACN,OAAO,SACT;EAEA,SAAS,EACP,OAAO,sBACT;EAEA,OAAO,EACL,OAAO,SACT;EAEA,QAAQ;GACN,SAAS;GACT,SAAS;GACT;EACF;EAEA,QAAQ,EACN,OAAO,eACT;EAEA,SAAS;GACP,UAAU;GACV,QAAQ;GACR,UAAU;EACZ;EAEA,MAAM;GACJ,QAAQ;GACR,MAAM;GACN,MAAM;EACR;EAEA,OAAO;GACL,SAAS;GACT,UAAU;GACV,OAAO;GACP,UAAU;GACV,cAAc,WAAW,mBAAmB;GAC5C,gBAAgB;GAChB,MAAM;GACN,WAAW;GACX,YAAY;GACZ,YAAY,QAAQ,yBAAyB;GAC7C,WAAW,WAAW,aAAa;GACnC,aAAa,WAAW,aAAa;GACrC,cAAc,WAAW,UAAU;GACnC,eAAe,WAAW,YAAY;GACtC,MAAM;GACN,UAAU;GACV,QAAQ;GACR,aAAa;GACb,cAAc;GACd,OAAO;GACP,cAAc;GACd,aAAa;GACb,WAAW;GACX,YAAY,QAAQ,iBAAiB;GACrC,WAAW,QAAQ,YAAY,GAAG,QAAQ;GAC1C,QAAQ,MAAM,IAAI,UAAU,GAAG,KAAK,GAAG,GAAG,KAAK;GAC/C,gBAAgB,WAAW,SAAS,OAAO;GAC3C,SAAS,WAAW,eAAe;GACnC,YAAY,WAAW,uBAAuB;GAC9C,iBAAiB,WAAW,SAAS,OAAO;GAC5C,IAAI;EACN;EAEA,MAAM,EACJ,OAAO,mBACT;EAEA,UAAU,EACR,SAAS,OACX;CACF;AACF"}
package/dist/index.d.ts CHANGED
@@ -4,10 +4,11 @@ import { GroupedBarsOptionInput, GroupedBarsSeries, groupedBarsOption } from "./
4
4
  import { SparkAccent, SparkOptionInput, SparkShape, sparkOption } from "./charts/spark.js";
5
5
  import { cn } from "./cn.js";
6
6
  import { ButtonSize, ControlSize, FieldSize, controlIcon, defaultControlSize, defaultFieldSize } from "./control.js";
7
+ import { DatePickerWords, DialogWords, Language, SearchWords, SelectWords, SidebarWords, StatWords, TableWords, TailWords, UserMenuWords, Words, english } from "./words.js";
8
+ import { czech } from "./czech.js";
7
9
  import { MarkPlate, defaultMarkPlate, markPlates } from "./mark.js";
8
10
  import { Tally, WHOLE, tallyAt, tallyOf } from "./tally.js";
9
11
  import { Tone, toneBlend, toneText, toneTint } from "./tone.js";
10
- import { DatePickerWords, DialogWords, Language, SearchWords, SelectWords, SidebarWords, StatWords, TableWords, TailWords, UserMenuWords, Words, english } from "./words.js";
11
12
  import { accordionBodyRecipe, accordionContentRecipe, accordionIndicatorRecipe, accordionItemRecipe, accordionLabelRecipe, accordionMetaRecipe, accordionRecipe, accordionRuleRecipe, accordionTriggerRecipe } from "./recipes/accordion.js";
12
13
  import { AlertVariant, alertActionRecipe, alertBannerRecipe, alertBannerTextRecipe, alertDetailRecipe, alertInlineMarkRecipe, alertInlineRecipe, alertInlineTextRecipe, alertVariants, defaultAlertVariant } from "./recipes/alert.js";
13
14
  import { bandRecipe } from "./recipes/band.js";
@@ -62,4 +63,4 @@ import { tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe,
62
63
  import { tableFootRecipe, tableGapRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tableRangeRecipe } from "./recipes/tablePaging.js";
63
64
  import { SwitchAccent, defaultSwitchAccent, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe } from "./recipes/switch.js";
64
65
  import { TextareaReach, textareaCountRecipe, textareaRecipe, textareaShellRecipe } from "./recipes/textarea.js";
65
- export { type AlertVariant, type BarsAccent, type BarsOptionInput, type BarsPoint, type Brand, type BrandSlug, type ButtonAccent, type ButtonSize, type ButtonVariant, type CardHeaderRank, type CheckboxAccent, type ChipAccent, type ChipSize, type ChipTone, type Cloud, type ControlSize, type DatePickerMode, type DatePickerRangePreset, type DatePickerWords, type DialogLayout, type DialogSize, type DialogWords, type FeatureLevel, type FieldSize, type GroupedBarsOptionInput, type GroupedBarsSeries, HEADING_DEFAULT_TAG, type HeadingLevel, type HeartbeatState, type InputType, type Language, type ListboxMark, type MarkPlate, type MarqueeItem, type MenuPlacement, type MenuTone, type MetaRowEmphasis, type MetaRowLayout, type MetaRowPairedLayout, type MeterPartEdge, type MeterVariant, type NebulaOrigin, type PaperInset, type PaperVariant, type RadioAccent, type ScrollAreaSurface, type SearchWords, type SectionHeaderEyebrow, type SectionHeaderSize, type SelectWords, type SeparatorOrientation, type SeparatorVariant, type SidebarWords, type SparkAccent, type SparkOptionInput, type SparkShape, type StarLayer, type StatAccent, type StatDirection, type StatSparkShape, type StatSurface, type StatWords, type SwitchAccent, TRAILING_INSET, type TableAlign, type TableFilterKind, type TableWords, type TailSeverity, type TailWords, type Tally, type TextFamily, type TextSize, type TextTone, type TextWeight, type TextareaReach, type TileRest, type TileTone, type Tone, type TooltipPlacement, type TopBarLevel, type TrailFlow, type TrailState, type UserMenuWords, WHOLE, type Words, accordionBodyRecipe, accordionContentRecipe, accordionIndicatorRecipe, accordionItemRecipe, accordionLabelRecipe, accordionMetaRecipe, accordionRecipe, accordionRuleRecipe, accordionTriggerRecipe, alertActionRecipe, alertBannerRecipe, alertBannerTextRecipe, alertDetailRecipe, alertInlineMarkRecipe, alertInlineRecipe, alertInlineTextRecipe, alertVariants, bandRecipe, barsChartRecipe, barsFootRecipe, barsHeadRecipe, barsHintRecipe, barsLabelRecipe, barsLegendDotRecipe, barsLegendListRecipe, barsLegendRecipe, barsOption, barsRecipe, barsSummaryRecipe, barsTextRecipe, brandMarkRecipe, brandTitle, brands, buttonAccents, buttonRecipe, buttonSizes, buttonSpinnerRecipe, buttonVariants, buttonWordsRecipe, cardHeaderActionRecipe, cardHeaderRanks, cardHeaderRecipe, cardHeaderStackRecipe, checkboxAccents, checkboxControlRecipe, checkboxDashRecipe, checkboxHintRecipe, checkboxIndicatorRecipe, checkboxLabelRecipe, checkboxMarkRecipe, checkboxRecipe, checkboxTitleRecipe, chipAccents, chipCloseRecipe, chipCountRecipe, chipDotRecipe, chipLabelRecipe, chipRecipe, chipSizes, chipTextRecipe, chipTones, cloudDrift, cn, codeEditorRecipe, codeEditorTheme, codeSyntaxColors, collapseMotion, contentRecipe, controlIcon, datePickerBodyRecipe, datePickerContentRecipe, datePickerDashRecipe, datePickerDayRecipe, datePickerEndRecipe, datePickerFootRecipe, datePickerGridRecipe, datePickerHeadRecipe, datePickerModes, datePickerNavRecipe, datePickerPresetRecipe, datePickerRangePresets, datePickerRangeTextRecipe, datePickerRowRecipe, datePickerRuleRecipe, datePickerStartRecipe, datePickerTriggerRecipe, datePickerValueRecipe, datePickerViewRecipe, datePickerViewTriggerRecipe, datePickerViewsRecipe, datePickerWeekCellRecipe, defaultAlertVariant, defaultBrand, defaultCardHeaderRank, defaultCheckboxAccent, defaultChipAccent, defaultChipSize, defaultChipTone, defaultControlSize, defaultDatePickerMode, defaultDialogLayout, defaultDialogSize, defaultFeatureLevel, defaultFieldSize, defaultHeadingLevel, defaultHeartbeatState, defaultMarkPlate, defaultMenuPlacement, defaultMenuTone, defaultMetaRowEmphasis, defaultMetaRowLayout, defaultMeterVariant, defaultNebulaTone, defaultPaperInset, defaultPaperTone, defaultPaperVariant, defaultRadioAccent, defaultScrollAreaSurface, defaultSectionHeaderSize, defaultSeparatorOrientation, defaultSeparatorTone, defaultSeparatorVariant, defaultStatAccent, defaultStatSparkShape, defaultStatSurface, defaultSwitchAccent, defaultTailSeverity, defaultTextFamily, defaultTextSize, defaultTextTone, defaultTextWeight, defaultTileRest, defaultTileTone, defaultTooltipPlacement, defaultTopBarLevel, defaultTrailFlow, defaultTrailState, dialogBackdropRecipe, dialogBodyRecipe, dialogCloseRecipe, dialogDescriptionRecipe, dialogFooterRecipe, dialogHeadRecipe, dialogHeadingsRecipe, dialogHeldRecipe, dialogLayouts, dialogNoteRecipe, dialogPositionerRecipe, dialogRecipe, dialogRowRecipe, dialogRowValueRecipe, dialogSizes, dialogTitleRecipe, driftRecipe, english, featureBodyRecipe, featureFootRecipe, featureLevels, featureLinkRecipe, featureRecipe, featureTileRecipe, featureTitleRecipe, fieldErrorRecipe, fieldFootRecipe, fieldHintRecipe, fieldLabelRecipe, fieldRecipe, fieldRowRecipe, fieldUnitRecipe, findingIconRecipe, findingMessageRecipe, findingPathRecipe, findingRecipe, findingTextRecipe, findingsRecipe, findingsSummaryRecipe, groupedBarsOption, headingLevels, headingRecipe, heartbeatBeatRecipe, heartbeatBeatsRecipe, heartbeatDotRecipe, heartbeatHintRecipe, heartbeatLabelRecipe, heartbeatMarkRecipe, heartbeatRecipe, heartbeatRingRecipe, heartbeatRowRecipe, heartbeatStates, heartbeatTextRecipe, inputRecipe, inputTypes, labelRoom, leadingRecipe, listItemRecipe, listItemStackRecipe, listboxEmptyRecipe, listboxItemRecipe, listboxLabelRecipe, listboxMarkRecipe, listboxRecipe, markPlates, marqueeCopyRecipe, marqueeItemRecipe, marqueeMarkRecipe, marqueeNameRecipe, marqueeRecipe, marqueeRuleRecipe, marqueeSpacing, marqueeStageRecipe, marqueeViewportRecipe, menuArrowRecipe, menuArrowTipRecipe, menuGroupRecipe, menuItemRecipe, menuLabelRecipe, menuListRecipe, menuMarkRecipe, menuPlacements, menuSeparatorRecipe, menuShortcutRecipe, menuSurfaceRecipe, menuTextRecipe, menuTones, metaRowEmphases, metaRowLayouts, metaRowRecipe, metaRowTones, meterCaptionRecipe, meterHeadRecipe, meterLegendDotRecipe, meterLegendItemRecipe, meterLegendRecipe, meterPartRecipe, meterPartsRecipe, meterRangeRecipe, meterReadingRecipe, meterRecipe, meterTrackRecipe, meterVariants, nebulaCloudLowRecipe, nebulaCloudRecipe, nebulaCloudWideRecipe, nebulaOrigins, nebulaRecipe, nebulaTones, nebulaVeilRecipe, numberRangeDashRecipe, numberRangeHalfRecipe, numberRangeRecipe, overlayMotion, paperActionRecipe, paperBadgeRecipe, paperBodyRecipe, paperHeaderRecipe, paperInsets, paperRecipe, paperRuleRecipe, paperTones, paperVariants, progressBarRangeRecipe, progressBarTones, progressBarTrackRecipe, queueAgeFillRecipe, queueAgeLabelRecipe, queueAgeRecipe, queueAgeTrackRecipe, queueDotRecipe, queueHintRecipe, queueLeadRecipe, queueRecipe, queueRowRecipe, queueTextRecipe, radioAccents, radioAsideRecipe, radioControlRecipe, radioDotRecipe, radioErrorRecipe, radioGroupLabelRecipe, radioGroupRecipe, radioHintRecipe, radioIndicatorRecipe, radioLabelRecipe, radioLeadRecipe, radioRecipe, radioTitleRecipe, restingEyebrow, restingWeight, scopeSwitcherBadgeRecipe, scopeSwitcherChevronsRecipe, scopeSwitcherCodeRecipe, scopeSwitcherDotRecipe, scopeSwitcherEyebrowRecipe, scopeSwitcherIconRecipe, scopeSwitcherListRecipe, scopeSwitcherMarkRecipe, scopeSwitcherPillIconRecipe, scopeSwitcherPillRecipe, scopeSwitcherRecipe, scopeSwitcherRowMetaRecipe, scopeSwitcherRowNameRecipe, scopeSwitcherRowRecipe, scopeSwitcherRowTextRecipe, scopeSwitcherTextRecipe, scopeSwitcherValueRecipe, scopeSwitcherWarningRecipe, scrollAreaRecipe, scrollAreaSurfaces, scrollBarRecipe, scrollContentRecipe, scrollCornerRecipe, scrollThumbRecipe, scrollViewportRecipe, searchEmptyRecipe, searchFieldRecipe, searchFootRecipe, searchHitMetaRecipe, searchHitRecipe, searchHitTextRecipe, searchInputRecipe, searchKeyRecipe, searchLabelRecipe, searchListRecipe, searchMarkRecipe, searchPanelRecipe, searchPositionerRecipe, searchRuleRecipe, searchTriggerRecipe, sectionHeaderEyebrows, sectionHeaderLabelStackRecipe, sectionHeaderRecipe, sectionHeaderSizes, sectionHeaderTones, segmentedControlIndicatorRecipe, segmentedControlItemRecipe, segmentedControlRecipe, selectEmptyRecipe, selectIndicatorRecipe, selectRowRecipe, selectTriggerRecipe, selectValueRecipe, separatorOrientations, separatorRecipe, separatorTones, separatorVariants, sidebarBrandRecipe, sidebarBrandStackRecipe, sidebarBrandSubtitleRecipe, sidebarChevronRecipe, sidebarDotRecipe, sidebarFootRecipe, sidebarGroupRecipe, sidebarHeadRecipe, sidebarIconRecipe, sidebarItemRecipe, sidebarLabelRecipe, sidebarMarkRecipe, sidebarMobileBarRecipe, sidebarMobileEyebrowRecipe, sidebarMobileHeadingsRecipe, sidebarMobileTitleRecipe, sidebarNavRecipe, sidebarOverlayBackdropRecipe, sidebarOverlayBodyRecipe, sidebarOverlayBrandRecipe, sidebarOverlayHeadRecipe, sidebarOverlayItemActive, sidebarOverlayNavRecipe, sidebarOverlayPanelRecipe, sidebarOverlayPositionerRecipe, sidebarOverlayScopeRecipe, sidebarOverlaySeparatorRecipe, sidebarRecipe, sidebarScopeRecipe, sidebarSubRecipe, sidebarSwitchRecipe, sidebarToggleRecipe, sidebarTravel, sidebarWordmarkRecipe, skyRecipe, sliderBoundsRecipe, sliderControlRecipe, sliderFootRecipe, sliderHeadRecipe, sliderHintRecipe, sliderKnobSize, sliderLabelRecipe, sliderNotchRecipe, sliderNotchesRecipe, sliderRangeRecipe, sliderRecipe, sliderThumbRecipe, sliderTrackRecipe, sliderValueRecipe, sparkOption, starLayers, starRecipe, statAccents, statChangeRecipe, statDirections, statFigureRecipe, statHintRecipe, statLabelRecipe, statRecipe, statSparkRecipe, statSparkShapes, statStackRecipe, statSurfaces, statTermRecipe, statUnitRecipe, statValueRecipe, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe, tableActionsCellRecipe, tableActionsWidth, tableAppliedRecipe, tableBodyRecipe, tableCardRecipe, tableCellRecipe, tableDetailBodyRecipe, tableDetailRecipe, tableEmptyHintRecipe, tableEmptyRecipe, tableEmptyTitleRecipe, tableExpandIconRecipe, tableExpandRecipe, tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe, tableFilterMarkRecipe, tableFilterOptionRecipe, tableFilterOptionsRecipe, tableFilterPanelRecipe, tableFilterRecipe, tableFilterRuleRecipe, tableFilterTitleRecipe, tableFootRecipe, tableGapRecipe, tableGridRecipe, tableGroupRecipe, tableHeadCellRecipe, tableHeadRowRecipe, tableHeadingRecipe, tableMarkRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tablePinWidth, tableRangeRecipe, tableRankRecipe, tableRecipe, tableRowRecipe, tableRuleRecipe, tableScrollRecipe, tableSearchRecipe, tableSelectCellRecipe, tableSelectionActionsRecipe, tableSelectionCountRecipe, tableSelectionRecipe, tableSkeletonBarRecipe, tableSkeletonMarkRecipe, tableSortIconRecipe, tableSortLabelRecipe, tableSortMarkRecipe, tableSortRecipe, tableStepRecipe, tableToolbarRecipe, tableValueRecipe, tailAtRecipe, tailEmptyRecipe, tailGutterRecipe, tailLineRecipe, tailRecipe, tailScrollRecipe, tailSeverities, tailTextRecipe, tallyAt, tallyOf, textFamilies, textRecipe, textSizes, textTones, textWeights, textareaCountRecipe, textareaRecipe, textareaShellRecipe, tileCloudRecipe, tileGlyphRecipe, tileRecipe, tileRests, tileTones, toneBlend, toneText, toneTint, tooltipArrowRecipe, tooltipArrowTipRecipe, tooltipCloseToken, tooltipOpenToken, tooltipPlacements, tooltipRecipe, topBarActionsRecipe, topBarContentRecipe, topBarEdgeRecipe, topBarEyebrowRecipe, topBarHeadingsRecipe, topBarLevels, topBarRecipe, topBarRuleRecipe, topBarTitleRecipe, trailBadgeRecipe, trailCaptionRecipe, trailConnectorRecipe, trailFlows, trailHintRecipe, trailLabelRecipe, trailRecipe, trailSpinRecipe, trailStates, trailStepRecipe, trailingActionRecipe, trailingRecipe, userAvatarRecipe, userChevronRecipe, userIdentityRecipe, userNameRecipe, userPortraitRecipe, userRoleRecipe, userTriggerRecipe };
66
+ export { type AlertVariant, type BarsAccent, type BarsOptionInput, type BarsPoint, type Brand, type BrandSlug, type ButtonAccent, type ButtonSize, type ButtonVariant, type CardHeaderRank, type CheckboxAccent, type ChipAccent, type ChipSize, type ChipTone, type Cloud, type ControlSize, type DatePickerMode, type DatePickerRangePreset, type DatePickerWords, type DialogLayout, type DialogSize, type DialogWords, type FeatureLevel, type FieldSize, type GroupedBarsOptionInput, type GroupedBarsSeries, HEADING_DEFAULT_TAG, type HeadingLevel, type HeartbeatState, type InputType, type Language, type ListboxMark, type MarkPlate, type MarqueeItem, type MenuPlacement, type MenuTone, type MetaRowEmphasis, type MetaRowLayout, type MetaRowPairedLayout, type MeterPartEdge, type MeterVariant, type NebulaOrigin, type PaperInset, type PaperVariant, type RadioAccent, type ScrollAreaSurface, type SearchWords, type SectionHeaderEyebrow, type SectionHeaderSize, type SelectWords, type SeparatorOrientation, type SeparatorVariant, type SidebarWords, type SparkAccent, type SparkOptionInput, type SparkShape, type StarLayer, type StatAccent, type StatDirection, type StatSparkShape, type StatSurface, type StatWords, type SwitchAccent, TRAILING_INSET, type TableAlign, type TableFilterKind, type TableWords, type TailSeverity, type TailWords, type Tally, type TextFamily, type TextSize, type TextTone, type TextWeight, type TextareaReach, type TileRest, type TileTone, type Tone, type TooltipPlacement, type TopBarLevel, type TrailFlow, type TrailState, type UserMenuWords, WHOLE, type Words, accordionBodyRecipe, accordionContentRecipe, accordionIndicatorRecipe, accordionItemRecipe, accordionLabelRecipe, accordionMetaRecipe, accordionRecipe, accordionRuleRecipe, accordionTriggerRecipe, alertActionRecipe, alertBannerRecipe, alertBannerTextRecipe, alertDetailRecipe, alertInlineMarkRecipe, alertInlineRecipe, alertInlineTextRecipe, alertVariants, bandRecipe, barsChartRecipe, barsFootRecipe, barsHeadRecipe, barsHintRecipe, barsLabelRecipe, barsLegendDotRecipe, barsLegendListRecipe, barsLegendRecipe, barsOption, barsRecipe, barsSummaryRecipe, barsTextRecipe, brandMarkRecipe, brandTitle, brands, buttonAccents, buttonRecipe, buttonSizes, buttonSpinnerRecipe, buttonVariants, buttonWordsRecipe, cardHeaderActionRecipe, cardHeaderRanks, cardHeaderRecipe, cardHeaderStackRecipe, checkboxAccents, checkboxControlRecipe, checkboxDashRecipe, checkboxHintRecipe, checkboxIndicatorRecipe, checkboxLabelRecipe, checkboxMarkRecipe, checkboxRecipe, checkboxTitleRecipe, chipAccents, chipCloseRecipe, chipCountRecipe, chipDotRecipe, chipLabelRecipe, chipRecipe, chipSizes, chipTextRecipe, chipTones, cloudDrift, cn, codeEditorRecipe, codeEditorTheme, codeSyntaxColors, collapseMotion, contentRecipe, controlIcon, czech, datePickerBodyRecipe, datePickerContentRecipe, datePickerDashRecipe, datePickerDayRecipe, datePickerEndRecipe, datePickerFootRecipe, datePickerGridRecipe, datePickerHeadRecipe, datePickerModes, datePickerNavRecipe, datePickerPresetRecipe, datePickerRangePresets, datePickerRangeTextRecipe, datePickerRowRecipe, datePickerRuleRecipe, datePickerStartRecipe, datePickerTriggerRecipe, datePickerValueRecipe, datePickerViewRecipe, datePickerViewTriggerRecipe, datePickerViewsRecipe, datePickerWeekCellRecipe, defaultAlertVariant, defaultBrand, defaultCardHeaderRank, defaultCheckboxAccent, defaultChipAccent, defaultChipSize, defaultChipTone, defaultControlSize, defaultDatePickerMode, defaultDialogLayout, defaultDialogSize, defaultFeatureLevel, defaultFieldSize, defaultHeadingLevel, defaultHeartbeatState, defaultMarkPlate, defaultMenuPlacement, defaultMenuTone, defaultMetaRowEmphasis, defaultMetaRowLayout, defaultMeterVariant, defaultNebulaTone, defaultPaperInset, defaultPaperTone, defaultPaperVariant, defaultRadioAccent, defaultScrollAreaSurface, defaultSectionHeaderSize, defaultSeparatorOrientation, defaultSeparatorTone, defaultSeparatorVariant, defaultStatAccent, defaultStatSparkShape, defaultStatSurface, defaultSwitchAccent, defaultTailSeverity, defaultTextFamily, defaultTextSize, defaultTextTone, defaultTextWeight, defaultTileRest, defaultTileTone, defaultTooltipPlacement, defaultTopBarLevel, defaultTrailFlow, defaultTrailState, dialogBackdropRecipe, dialogBodyRecipe, dialogCloseRecipe, dialogDescriptionRecipe, dialogFooterRecipe, dialogHeadRecipe, dialogHeadingsRecipe, dialogHeldRecipe, dialogLayouts, dialogNoteRecipe, dialogPositionerRecipe, dialogRecipe, dialogRowRecipe, dialogRowValueRecipe, dialogSizes, dialogTitleRecipe, driftRecipe, english, featureBodyRecipe, featureFootRecipe, featureLevels, featureLinkRecipe, featureRecipe, featureTileRecipe, featureTitleRecipe, fieldErrorRecipe, fieldFootRecipe, fieldHintRecipe, fieldLabelRecipe, fieldRecipe, fieldRowRecipe, fieldUnitRecipe, findingIconRecipe, findingMessageRecipe, findingPathRecipe, findingRecipe, findingTextRecipe, findingsRecipe, findingsSummaryRecipe, groupedBarsOption, headingLevels, headingRecipe, heartbeatBeatRecipe, heartbeatBeatsRecipe, heartbeatDotRecipe, heartbeatHintRecipe, heartbeatLabelRecipe, heartbeatMarkRecipe, heartbeatRecipe, heartbeatRingRecipe, heartbeatRowRecipe, heartbeatStates, heartbeatTextRecipe, inputRecipe, inputTypes, labelRoom, leadingRecipe, listItemRecipe, listItemStackRecipe, listboxEmptyRecipe, listboxItemRecipe, listboxLabelRecipe, listboxMarkRecipe, listboxRecipe, markPlates, marqueeCopyRecipe, marqueeItemRecipe, marqueeMarkRecipe, marqueeNameRecipe, marqueeRecipe, marqueeRuleRecipe, marqueeSpacing, marqueeStageRecipe, marqueeViewportRecipe, menuArrowRecipe, menuArrowTipRecipe, menuGroupRecipe, menuItemRecipe, menuLabelRecipe, menuListRecipe, menuMarkRecipe, menuPlacements, menuSeparatorRecipe, menuShortcutRecipe, menuSurfaceRecipe, menuTextRecipe, menuTones, metaRowEmphases, metaRowLayouts, metaRowRecipe, metaRowTones, meterCaptionRecipe, meterHeadRecipe, meterLegendDotRecipe, meterLegendItemRecipe, meterLegendRecipe, meterPartRecipe, meterPartsRecipe, meterRangeRecipe, meterReadingRecipe, meterRecipe, meterTrackRecipe, meterVariants, nebulaCloudLowRecipe, nebulaCloudRecipe, nebulaCloudWideRecipe, nebulaOrigins, nebulaRecipe, nebulaTones, nebulaVeilRecipe, numberRangeDashRecipe, numberRangeHalfRecipe, numberRangeRecipe, overlayMotion, paperActionRecipe, paperBadgeRecipe, paperBodyRecipe, paperHeaderRecipe, paperInsets, paperRecipe, paperRuleRecipe, paperTones, paperVariants, progressBarRangeRecipe, progressBarTones, progressBarTrackRecipe, queueAgeFillRecipe, queueAgeLabelRecipe, queueAgeRecipe, queueAgeTrackRecipe, queueDotRecipe, queueHintRecipe, queueLeadRecipe, queueRecipe, queueRowRecipe, queueTextRecipe, radioAccents, radioAsideRecipe, radioControlRecipe, radioDotRecipe, radioErrorRecipe, radioGroupLabelRecipe, radioGroupRecipe, radioHintRecipe, radioIndicatorRecipe, radioLabelRecipe, radioLeadRecipe, radioRecipe, radioTitleRecipe, restingEyebrow, restingWeight, scopeSwitcherBadgeRecipe, scopeSwitcherChevronsRecipe, scopeSwitcherCodeRecipe, scopeSwitcherDotRecipe, scopeSwitcherEyebrowRecipe, scopeSwitcherIconRecipe, scopeSwitcherListRecipe, scopeSwitcherMarkRecipe, scopeSwitcherPillIconRecipe, scopeSwitcherPillRecipe, scopeSwitcherRecipe, scopeSwitcherRowMetaRecipe, scopeSwitcherRowNameRecipe, scopeSwitcherRowRecipe, scopeSwitcherRowTextRecipe, scopeSwitcherTextRecipe, scopeSwitcherValueRecipe, scopeSwitcherWarningRecipe, scrollAreaRecipe, scrollAreaSurfaces, scrollBarRecipe, scrollContentRecipe, scrollCornerRecipe, scrollThumbRecipe, scrollViewportRecipe, searchEmptyRecipe, searchFieldRecipe, searchFootRecipe, searchHitMetaRecipe, searchHitRecipe, searchHitTextRecipe, searchInputRecipe, searchKeyRecipe, searchLabelRecipe, searchListRecipe, searchMarkRecipe, searchPanelRecipe, searchPositionerRecipe, searchRuleRecipe, searchTriggerRecipe, sectionHeaderEyebrows, sectionHeaderLabelStackRecipe, sectionHeaderRecipe, sectionHeaderSizes, sectionHeaderTones, segmentedControlIndicatorRecipe, segmentedControlItemRecipe, segmentedControlRecipe, selectEmptyRecipe, selectIndicatorRecipe, selectRowRecipe, selectTriggerRecipe, selectValueRecipe, separatorOrientations, separatorRecipe, separatorTones, separatorVariants, sidebarBrandRecipe, sidebarBrandStackRecipe, sidebarBrandSubtitleRecipe, sidebarChevronRecipe, sidebarDotRecipe, sidebarFootRecipe, sidebarGroupRecipe, sidebarHeadRecipe, sidebarIconRecipe, sidebarItemRecipe, sidebarLabelRecipe, sidebarMarkRecipe, sidebarMobileBarRecipe, sidebarMobileEyebrowRecipe, sidebarMobileHeadingsRecipe, sidebarMobileTitleRecipe, sidebarNavRecipe, sidebarOverlayBackdropRecipe, sidebarOverlayBodyRecipe, sidebarOverlayBrandRecipe, sidebarOverlayHeadRecipe, sidebarOverlayItemActive, sidebarOverlayNavRecipe, sidebarOverlayPanelRecipe, sidebarOverlayPositionerRecipe, sidebarOverlayScopeRecipe, sidebarOverlaySeparatorRecipe, sidebarRecipe, sidebarScopeRecipe, sidebarSubRecipe, sidebarSwitchRecipe, sidebarToggleRecipe, sidebarTravel, sidebarWordmarkRecipe, skyRecipe, sliderBoundsRecipe, sliderControlRecipe, sliderFootRecipe, sliderHeadRecipe, sliderHintRecipe, sliderKnobSize, sliderLabelRecipe, sliderNotchRecipe, sliderNotchesRecipe, sliderRangeRecipe, sliderRecipe, sliderThumbRecipe, sliderTrackRecipe, sliderValueRecipe, sparkOption, starLayers, starRecipe, statAccents, statChangeRecipe, statDirections, statFigureRecipe, statHintRecipe, statLabelRecipe, statRecipe, statSparkRecipe, statSparkShapes, statStackRecipe, statSurfaces, statTermRecipe, statUnitRecipe, statValueRecipe, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe, tableActionsCellRecipe, tableActionsWidth, tableAppliedRecipe, tableBodyRecipe, tableCardRecipe, tableCellRecipe, tableDetailBodyRecipe, tableDetailRecipe, tableEmptyHintRecipe, tableEmptyRecipe, tableEmptyTitleRecipe, tableExpandIconRecipe, tableExpandRecipe, tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe, tableFilterMarkRecipe, tableFilterOptionRecipe, tableFilterOptionsRecipe, tableFilterPanelRecipe, tableFilterRecipe, tableFilterRuleRecipe, tableFilterTitleRecipe, tableFootRecipe, tableGapRecipe, tableGridRecipe, tableGroupRecipe, tableHeadCellRecipe, tableHeadRowRecipe, tableHeadingRecipe, tableMarkRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tablePinWidth, tableRangeRecipe, tableRankRecipe, tableRecipe, tableRowRecipe, tableRuleRecipe, tableScrollRecipe, tableSearchRecipe, tableSelectCellRecipe, tableSelectionActionsRecipe, tableSelectionCountRecipe, tableSelectionRecipe, tableSkeletonBarRecipe, tableSkeletonMarkRecipe, tableSortIconRecipe, tableSortLabelRecipe, tableSortMarkRecipe, tableSortRecipe, tableStepRecipe, tableToolbarRecipe, tableValueRecipe, tailAtRecipe, tailEmptyRecipe, tailGutterRecipe, tailLineRecipe, tailRecipe, tailScrollRecipe, tailSeverities, tailTextRecipe, tallyAt, tallyOf, textFamilies, textRecipe, textSizes, textTones, textWeights, textareaCountRecipe, textareaRecipe, textareaShellRecipe, tileCloudRecipe, tileGlyphRecipe, tileRecipe, tileRests, tileTones, toneBlend, toneText, toneTint, tooltipArrowRecipe, tooltipArrowTipRecipe, tooltipCloseToken, tooltipOpenToken, tooltipPlacements, tooltipRecipe, topBarActionsRecipe, topBarContentRecipe, topBarEdgeRecipe, topBarEyebrowRecipe, topBarHeadingsRecipe, topBarLevels, topBarRecipe, topBarRuleRecipe, topBarTitleRecipe, trailBadgeRecipe, trailCaptionRecipe, trailConnectorRecipe, trailFlows, trailHintRecipe, trailLabelRecipe, trailRecipe, trailSpinRecipe, trailStates, trailStepRecipe, trailingActionRecipe, trailingRecipe, userAvatarRecipe, userChevronRecipe, userIdentityRecipe, userNameRecipe, userPortraitRecipe, userRoleRecipe, userTriggerRecipe };
package/dist/index.js CHANGED
@@ -4,6 +4,7 @@ import { groupedBarsOption } from "./charts/groupedBars.js";
4
4
  import { sparkOption } from "./charts/spark.js";
5
5
  import { cn } from "./cn.js";
6
6
  import { controlIcon, defaultControlSize, defaultFieldSize } from "./control.js";
7
+ import { czech } from "./czech.js";
7
8
  import { defaultMarkPlate, markPlates } from "./mark.js";
8
9
  import { WHOLE, tallyAt, tallyOf } from "./tally.js";
9
10
  import { toneBlend, toneText, toneTint } from "./tone.js";
@@ -62,4 +63,4 @@ import { tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe,
62
63
  import { tableFootRecipe, tableGapRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tableRangeRecipe } from "./recipes/tablePaging.js";
63
64
  import { defaultSwitchAccent, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe } from "./recipes/switch.js";
64
65
  import { textareaCountRecipe, textareaRecipe, textareaShellRecipe } from "./recipes/textarea.js";
65
- export { HEADING_DEFAULT_TAG, TRAILING_INSET, WHOLE, accordionBodyRecipe, accordionContentRecipe, accordionIndicatorRecipe, accordionItemRecipe, accordionLabelRecipe, accordionMetaRecipe, accordionRecipe, accordionRuleRecipe, accordionTriggerRecipe, alertActionRecipe, alertBannerRecipe, alertBannerTextRecipe, alertDetailRecipe, alertInlineMarkRecipe, alertInlineRecipe, alertInlineTextRecipe, alertVariants, bandRecipe, barsChartRecipe, barsFootRecipe, barsHeadRecipe, barsHintRecipe, barsLabelRecipe, barsLegendDotRecipe, barsLegendListRecipe, barsLegendRecipe, barsOption, barsRecipe, barsSummaryRecipe, barsTextRecipe, brandMarkRecipe, brandTitle, brands, buttonAccents, buttonRecipe, buttonSizes, buttonSpinnerRecipe, buttonVariants, buttonWordsRecipe, cardHeaderActionRecipe, cardHeaderRanks, cardHeaderRecipe, cardHeaderStackRecipe, checkboxAccents, checkboxControlRecipe, checkboxDashRecipe, checkboxHintRecipe, checkboxIndicatorRecipe, checkboxLabelRecipe, checkboxMarkRecipe, checkboxRecipe, checkboxTitleRecipe, chipAccents, chipCloseRecipe, chipCountRecipe, chipDotRecipe, chipLabelRecipe, chipRecipe, chipSizes, chipTextRecipe, chipTones, cloudDrift, cn, codeEditorRecipe, codeEditorTheme, codeSyntaxColors, collapseMotion, contentRecipe, controlIcon, datePickerBodyRecipe, datePickerContentRecipe, datePickerDashRecipe, datePickerDayRecipe, datePickerEndRecipe, datePickerFootRecipe, datePickerGridRecipe, datePickerHeadRecipe, datePickerModes, datePickerNavRecipe, datePickerPresetRecipe, datePickerRangePresets, datePickerRangeTextRecipe, datePickerRowRecipe, datePickerRuleRecipe, datePickerStartRecipe, datePickerTriggerRecipe, datePickerValueRecipe, datePickerViewRecipe, datePickerViewTriggerRecipe, datePickerViewsRecipe, datePickerWeekCellRecipe, defaultAlertVariant, defaultBrand, defaultCardHeaderRank, defaultCheckboxAccent, defaultChipAccent, defaultChipSize, defaultChipTone, defaultControlSize, defaultDatePickerMode, defaultDialogLayout, defaultDialogSize, defaultFeatureLevel, defaultFieldSize, defaultHeadingLevel, defaultHeartbeatState, defaultMarkPlate, defaultMenuPlacement, defaultMenuTone, defaultMetaRowEmphasis, defaultMetaRowLayout, defaultMeterVariant, defaultNebulaTone, defaultPaperInset, defaultPaperTone, defaultPaperVariant, defaultRadioAccent, defaultScrollAreaSurface, defaultSectionHeaderSize, defaultSeparatorOrientation, defaultSeparatorTone, defaultSeparatorVariant, defaultStatAccent, defaultStatSparkShape, defaultStatSurface, defaultSwitchAccent, defaultTailSeverity, defaultTextFamily, defaultTextSize, defaultTextTone, defaultTextWeight, defaultTileRest, defaultTileTone, defaultTooltipPlacement, defaultTopBarLevel, defaultTrailFlow, defaultTrailState, dialogBackdropRecipe, dialogBodyRecipe, dialogCloseRecipe, dialogDescriptionRecipe, dialogFooterRecipe, dialogHeadRecipe, dialogHeadingsRecipe, dialogHeldRecipe, dialogLayouts, dialogNoteRecipe, dialogPositionerRecipe, dialogRecipe, dialogRowRecipe, dialogRowValueRecipe, dialogSizes, dialogTitleRecipe, driftRecipe, english, featureBodyRecipe, featureFootRecipe, featureLevels, featureLinkRecipe, featureRecipe, featureTileRecipe, featureTitleRecipe, fieldErrorRecipe, fieldFootRecipe, fieldHintRecipe, fieldLabelRecipe, fieldRecipe, fieldRowRecipe, fieldUnitRecipe, findingIconRecipe, findingMessageRecipe, findingPathRecipe, findingRecipe, findingTextRecipe, findingsRecipe, findingsSummaryRecipe, groupedBarsOption, headingLevels, headingRecipe, heartbeatBeatRecipe, heartbeatBeatsRecipe, heartbeatDotRecipe, heartbeatHintRecipe, heartbeatLabelRecipe, heartbeatMarkRecipe, heartbeatRecipe, heartbeatRingRecipe, heartbeatRowRecipe, heartbeatStates, heartbeatTextRecipe, inputRecipe, inputTypes, labelRoom, leadingRecipe, listItemRecipe, listItemStackRecipe, listboxEmptyRecipe, listboxItemRecipe, listboxLabelRecipe, listboxMarkRecipe, listboxRecipe, markPlates, marqueeCopyRecipe, marqueeItemRecipe, marqueeMarkRecipe, marqueeNameRecipe, marqueeRecipe, marqueeRuleRecipe, marqueeSpacing, marqueeStageRecipe, marqueeViewportRecipe, menuArrowRecipe, menuArrowTipRecipe, menuGroupRecipe, menuItemRecipe, menuLabelRecipe, menuListRecipe, menuMarkRecipe, menuPlacements, menuSeparatorRecipe, menuShortcutRecipe, menuSurfaceRecipe, menuTextRecipe, menuTones, metaRowEmphases, metaRowLayouts, metaRowRecipe, metaRowTones, meterCaptionRecipe, meterHeadRecipe, meterLegendDotRecipe, meterLegendItemRecipe, meterLegendRecipe, meterPartRecipe, meterPartsRecipe, meterRangeRecipe, meterReadingRecipe, meterRecipe, meterTrackRecipe, meterVariants, nebulaCloudLowRecipe, nebulaCloudRecipe, nebulaCloudWideRecipe, nebulaOrigins, nebulaRecipe, nebulaTones, nebulaVeilRecipe, numberRangeDashRecipe, numberRangeHalfRecipe, numberRangeRecipe, overlayMotion, paperActionRecipe, paperBadgeRecipe, paperBodyRecipe, paperHeaderRecipe, paperInsets, paperRecipe, paperRuleRecipe, paperTones, paperVariants, progressBarRangeRecipe, progressBarTones, progressBarTrackRecipe, queueAgeFillRecipe, queueAgeLabelRecipe, queueAgeRecipe, queueAgeTrackRecipe, queueDotRecipe, queueHintRecipe, queueLeadRecipe, queueRecipe, queueRowRecipe, queueTextRecipe, radioAccents, radioAsideRecipe, radioControlRecipe, radioDotRecipe, radioErrorRecipe, radioGroupLabelRecipe, radioGroupRecipe, radioHintRecipe, radioIndicatorRecipe, radioLabelRecipe, radioLeadRecipe, radioRecipe, radioTitleRecipe, restingEyebrow, restingWeight, scopeSwitcherBadgeRecipe, scopeSwitcherChevronsRecipe, scopeSwitcherCodeRecipe, scopeSwitcherDotRecipe, scopeSwitcherEyebrowRecipe, scopeSwitcherIconRecipe, scopeSwitcherListRecipe, scopeSwitcherMarkRecipe, scopeSwitcherPillIconRecipe, scopeSwitcherPillRecipe, scopeSwitcherRecipe, scopeSwitcherRowMetaRecipe, scopeSwitcherRowNameRecipe, scopeSwitcherRowRecipe, scopeSwitcherRowTextRecipe, scopeSwitcherTextRecipe, scopeSwitcherValueRecipe, scopeSwitcherWarningRecipe, scrollAreaRecipe, scrollAreaSurfaces, scrollBarRecipe, scrollContentRecipe, scrollCornerRecipe, scrollThumbRecipe, scrollViewportRecipe, searchEmptyRecipe, searchFieldRecipe, searchFootRecipe, searchHitMetaRecipe, searchHitRecipe, searchHitTextRecipe, searchInputRecipe, searchKeyRecipe, searchLabelRecipe, searchListRecipe, searchMarkRecipe, searchPanelRecipe, searchPositionerRecipe, searchRuleRecipe, searchTriggerRecipe, sectionHeaderEyebrows, sectionHeaderLabelStackRecipe, sectionHeaderRecipe, sectionHeaderSizes, sectionHeaderTones, segmentedControlIndicatorRecipe, segmentedControlItemRecipe, segmentedControlRecipe, selectEmptyRecipe, selectIndicatorRecipe, selectRowRecipe, selectTriggerRecipe, selectValueRecipe, separatorOrientations, separatorRecipe, separatorTones, separatorVariants, sidebarBrandRecipe, sidebarBrandStackRecipe, sidebarBrandSubtitleRecipe, sidebarChevronRecipe, sidebarDotRecipe, sidebarFootRecipe, sidebarGroupRecipe, sidebarHeadRecipe, sidebarIconRecipe, sidebarItemRecipe, sidebarLabelRecipe, sidebarMarkRecipe, sidebarMobileBarRecipe, sidebarMobileEyebrowRecipe, sidebarMobileHeadingsRecipe, sidebarMobileTitleRecipe, sidebarNavRecipe, sidebarOverlayBackdropRecipe, sidebarOverlayBodyRecipe, sidebarOverlayBrandRecipe, sidebarOverlayHeadRecipe, sidebarOverlayItemActive, sidebarOverlayNavRecipe, sidebarOverlayPanelRecipe, sidebarOverlayPositionerRecipe, sidebarOverlayScopeRecipe, sidebarOverlaySeparatorRecipe, sidebarRecipe, sidebarScopeRecipe, sidebarSubRecipe, sidebarSwitchRecipe, sidebarToggleRecipe, sidebarTravel, sidebarWordmarkRecipe, skyRecipe, sliderBoundsRecipe, sliderControlRecipe, sliderFootRecipe, sliderHeadRecipe, sliderHintRecipe, sliderKnobSize, sliderLabelRecipe, sliderNotchRecipe, sliderNotchesRecipe, sliderRangeRecipe, sliderRecipe, sliderThumbRecipe, sliderTrackRecipe, sliderValueRecipe, sparkOption, starLayers, starRecipe, statAccents, statChangeRecipe, statDirections, statFigureRecipe, statHintRecipe, statLabelRecipe, statRecipe, statSparkRecipe, statSparkShapes, statStackRecipe, statSurfaces, statTermRecipe, statUnitRecipe, statValueRecipe, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe, tableActionsCellRecipe, tableActionsWidth, tableAppliedRecipe, tableBodyRecipe, tableCardRecipe, tableCellRecipe, tableDetailBodyRecipe, tableDetailRecipe, tableEmptyHintRecipe, tableEmptyRecipe, tableEmptyTitleRecipe, tableExpandIconRecipe, tableExpandRecipe, tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe, tableFilterMarkRecipe, tableFilterOptionRecipe, tableFilterOptionsRecipe, tableFilterPanelRecipe, tableFilterRecipe, tableFilterRuleRecipe, tableFilterTitleRecipe, tableFootRecipe, tableGapRecipe, tableGridRecipe, tableGroupRecipe, tableHeadCellRecipe, tableHeadRowRecipe, tableHeadingRecipe, tableMarkRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tablePinWidth, tableRangeRecipe, tableRankRecipe, tableRecipe, tableRowRecipe, tableRuleRecipe, tableScrollRecipe, tableSearchRecipe, tableSelectCellRecipe, tableSelectionActionsRecipe, tableSelectionCountRecipe, tableSelectionRecipe, tableSkeletonBarRecipe, tableSkeletonMarkRecipe, tableSortIconRecipe, tableSortLabelRecipe, tableSortMarkRecipe, tableSortRecipe, tableStepRecipe, tableToolbarRecipe, tableValueRecipe, tailAtRecipe, tailEmptyRecipe, tailGutterRecipe, tailLineRecipe, tailRecipe, tailScrollRecipe, tailSeverities, tailTextRecipe, tallyAt, tallyOf, textFamilies, textRecipe, textSizes, textTones, textWeights, textareaCountRecipe, textareaRecipe, textareaShellRecipe, tileCloudRecipe, tileGlyphRecipe, tileRecipe, tileRests, tileTones, toneBlend, toneText, toneTint, tooltipArrowRecipe, tooltipArrowTipRecipe, tooltipCloseToken, tooltipOpenToken, tooltipPlacements, tooltipRecipe, topBarActionsRecipe, topBarContentRecipe, topBarEdgeRecipe, topBarEyebrowRecipe, topBarHeadingsRecipe, topBarLevels, topBarRecipe, topBarRuleRecipe, topBarTitleRecipe, trailBadgeRecipe, trailCaptionRecipe, trailConnectorRecipe, trailFlows, trailHintRecipe, trailLabelRecipe, trailRecipe, trailSpinRecipe, trailStates, trailStepRecipe, trailingActionRecipe, trailingRecipe, userAvatarRecipe, userChevronRecipe, userIdentityRecipe, userNameRecipe, userPortraitRecipe, userRoleRecipe, userTriggerRecipe };
66
+ export { HEADING_DEFAULT_TAG, TRAILING_INSET, WHOLE, accordionBodyRecipe, accordionContentRecipe, accordionIndicatorRecipe, accordionItemRecipe, accordionLabelRecipe, accordionMetaRecipe, accordionRecipe, accordionRuleRecipe, accordionTriggerRecipe, alertActionRecipe, alertBannerRecipe, alertBannerTextRecipe, alertDetailRecipe, alertInlineMarkRecipe, alertInlineRecipe, alertInlineTextRecipe, alertVariants, bandRecipe, barsChartRecipe, barsFootRecipe, barsHeadRecipe, barsHintRecipe, barsLabelRecipe, barsLegendDotRecipe, barsLegendListRecipe, barsLegendRecipe, barsOption, barsRecipe, barsSummaryRecipe, barsTextRecipe, brandMarkRecipe, brandTitle, brands, buttonAccents, buttonRecipe, buttonSizes, buttonSpinnerRecipe, buttonVariants, buttonWordsRecipe, cardHeaderActionRecipe, cardHeaderRanks, cardHeaderRecipe, cardHeaderStackRecipe, checkboxAccents, checkboxControlRecipe, checkboxDashRecipe, checkboxHintRecipe, checkboxIndicatorRecipe, checkboxLabelRecipe, checkboxMarkRecipe, checkboxRecipe, checkboxTitleRecipe, chipAccents, chipCloseRecipe, chipCountRecipe, chipDotRecipe, chipLabelRecipe, chipRecipe, chipSizes, chipTextRecipe, chipTones, cloudDrift, cn, codeEditorRecipe, codeEditorTheme, codeSyntaxColors, collapseMotion, contentRecipe, controlIcon, czech, datePickerBodyRecipe, datePickerContentRecipe, datePickerDashRecipe, datePickerDayRecipe, datePickerEndRecipe, datePickerFootRecipe, datePickerGridRecipe, datePickerHeadRecipe, datePickerModes, datePickerNavRecipe, datePickerPresetRecipe, datePickerRangePresets, datePickerRangeTextRecipe, datePickerRowRecipe, datePickerRuleRecipe, datePickerStartRecipe, datePickerTriggerRecipe, datePickerValueRecipe, datePickerViewRecipe, datePickerViewTriggerRecipe, datePickerViewsRecipe, datePickerWeekCellRecipe, defaultAlertVariant, defaultBrand, defaultCardHeaderRank, defaultCheckboxAccent, defaultChipAccent, defaultChipSize, defaultChipTone, defaultControlSize, defaultDatePickerMode, defaultDialogLayout, defaultDialogSize, defaultFeatureLevel, defaultFieldSize, defaultHeadingLevel, defaultHeartbeatState, defaultMarkPlate, defaultMenuPlacement, defaultMenuTone, defaultMetaRowEmphasis, defaultMetaRowLayout, defaultMeterVariant, defaultNebulaTone, defaultPaperInset, defaultPaperTone, defaultPaperVariant, defaultRadioAccent, defaultScrollAreaSurface, defaultSectionHeaderSize, defaultSeparatorOrientation, defaultSeparatorTone, defaultSeparatorVariant, defaultStatAccent, defaultStatSparkShape, defaultStatSurface, defaultSwitchAccent, defaultTailSeverity, defaultTextFamily, defaultTextSize, defaultTextTone, defaultTextWeight, defaultTileRest, defaultTileTone, defaultTooltipPlacement, defaultTopBarLevel, defaultTrailFlow, defaultTrailState, dialogBackdropRecipe, dialogBodyRecipe, dialogCloseRecipe, dialogDescriptionRecipe, dialogFooterRecipe, dialogHeadRecipe, dialogHeadingsRecipe, dialogHeldRecipe, dialogLayouts, dialogNoteRecipe, dialogPositionerRecipe, dialogRecipe, dialogRowRecipe, dialogRowValueRecipe, dialogSizes, dialogTitleRecipe, driftRecipe, english, featureBodyRecipe, featureFootRecipe, featureLevels, featureLinkRecipe, featureRecipe, featureTileRecipe, featureTitleRecipe, fieldErrorRecipe, fieldFootRecipe, fieldHintRecipe, fieldLabelRecipe, fieldRecipe, fieldRowRecipe, fieldUnitRecipe, findingIconRecipe, findingMessageRecipe, findingPathRecipe, findingRecipe, findingTextRecipe, findingsRecipe, findingsSummaryRecipe, groupedBarsOption, headingLevels, headingRecipe, heartbeatBeatRecipe, heartbeatBeatsRecipe, heartbeatDotRecipe, heartbeatHintRecipe, heartbeatLabelRecipe, heartbeatMarkRecipe, heartbeatRecipe, heartbeatRingRecipe, heartbeatRowRecipe, heartbeatStates, heartbeatTextRecipe, inputRecipe, inputTypes, labelRoom, leadingRecipe, listItemRecipe, listItemStackRecipe, listboxEmptyRecipe, listboxItemRecipe, listboxLabelRecipe, listboxMarkRecipe, listboxRecipe, markPlates, marqueeCopyRecipe, marqueeItemRecipe, marqueeMarkRecipe, marqueeNameRecipe, marqueeRecipe, marqueeRuleRecipe, marqueeSpacing, marqueeStageRecipe, marqueeViewportRecipe, menuArrowRecipe, menuArrowTipRecipe, menuGroupRecipe, menuItemRecipe, menuLabelRecipe, menuListRecipe, menuMarkRecipe, menuPlacements, menuSeparatorRecipe, menuShortcutRecipe, menuSurfaceRecipe, menuTextRecipe, menuTones, metaRowEmphases, metaRowLayouts, metaRowRecipe, metaRowTones, meterCaptionRecipe, meterHeadRecipe, meterLegendDotRecipe, meterLegendItemRecipe, meterLegendRecipe, meterPartRecipe, meterPartsRecipe, meterRangeRecipe, meterReadingRecipe, meterRecipe, meterTrackRecipe, meterVariants, nebulaCloudLowRecipe, nebulaCloudRecipe, nebulaCloudWideRecipe, nebulaOrigins, nebulaRecipe, nebulaTones, nebulaVeilRecipe, numberRangeDashRecipe, numberRangeHalfRecipe, numberRangeRecipe, overlayMotion, paperActionRecipe, paperBadgeRecipe, paperBodyRecipe, paperHeaderRecipe, paperInsets, paperRecipe, paperRuleRecipe, paperTones, paperVariants, progressBarRangeRecipe, progressBarTones, progressBarTrackRecipe, queueAgeFillRecipe, queueAgeLabelRecipe, queueAgeRecipe, queueAgeTrackRecipe, queueDotRecipe, queueHintRecipe, queueLeadRecipe, queueRecipe, queueRowRecipe, queueTextRecipe, radioAccents, radioAsideRecipe, radioControlRecipe, radioDotRecipe, radioErrorRecipe, radioGroupLabelRecipe, radioGroupRecipe, radioHintRecipe, radioIndicatorRecipe, radioLabelRecipe, radioLeadRecipe, radioRecipe, radioTitleRecipe, restingEyebrow, restingWeight, scopeSwitcherBadgeRecipe, scopeSwitcherChevronsRecipe, scopeSwitcherCodeRecipe, scopeSwitcherDotRecipe, scopeSwitcherEyebrowRecipe, scopeSwitcherIconRecipe, scopeSwitcherListRecipe, scopeSwitcherMarkRecipe, scopeSwitcherPillIconRecipe, scopeSwitcherPillRecipe, scopeSwitcherRecipe, scopeSwitcherRowMetaRecipe, scopeSwitcherRowNameRecipe, scopeSwitcherRowRecipe, scopeSwitcherRowTextRecipe, scopeSwitcherTextRecipe, scopeSwitcherValueRecipe, scopeSwitcherWarningRecipe, scrollAreaRecipe, scrollAreaSurfaces, scrollBarRecipe, scrollContentRecipe, scrollCornerRecipe, scrollThumbRecipe, scrollViewportRecipe, searchEmptyRecipe, searchFieldRecipe, searchFootRecipe, searchHitMetaRecipe, searchHitRecipe, searchHitTextRecipe, searchInputRecipe, searchKeyRecipe, searchLabelRecipe, searchListRecipe, searchMarkRecipe, searchPanelRecipe, searchPositionerRecipe, searchRuleRecipe, searchTriggerRecipe, sectionHeaderEyebrows, sectionHeaderLabelStackRecipe, sectionHeaderRecipe, sectionHeaderSizes, sectionHeaderTones, segmentedControlIndicatorRecipe, segmentedControlItemRecipe, segmentedControlRecipe, selectEmptyRecipe, selectIndicatorRecipe, selectRowRecipe, selectTriggerRecipe, selectValueRecipe, separatorOrientations, separatorRecipe, separatorTones, separatorVariants, sidebarBrandRecipe, sidebarBrandStackRecipe, sidebarBrandSubtitleRecipe, sidebarChevronRecipe, sidebarDotRecipe, sidebarFootRecipe, sidebarGroupRecipe, sidebarHeadRecipe, sidebarIconRecipe, sidebarItemRecipe, sidebarLabelRecipe, sidebarMarkRecipe, sidebarMobileBarRecipe, sidebarMobileEyebrowRecipe, sidebarMobileHeadingsRecipe, sidebarMobileTitleRecipe, sidebarNavRecipe, sidebarOverlayBackdropRecipe, sidebarOverlayBodyRecipe, sidebarOverlayBrandRecipe, sidebarOverlayHeadRecipe, sidebarOverlayItemActive, sidebarOverlayNavRecipe, sidebarOverlayPanelRecipe, sidebarOverlayPositionerRecipe, sidebarOverlayScopeRecipe, sidebarOverlaySeparatorRecipe, sidebarRecipe, sidebarScopeRecipe, sidebarSubRecipe, sidebarSwitchRecipe, sidebarToggleRecipe, sidebarTravel, sidebarWordmarkRecipe, skyRecipe, sliderBoundsRecipe, sliderControlRecipe, sliderFootRecipe, sliderHeadRecipe, sliderHintRecipe, sliderKnobSize, sliderLabelRecipe, sliderNotchRecipe, sliderNotchesRecipe, sliderRangeRecipe, sliderRecipe, sliderThumbRecipe, sliderTrackRecipe, sliderValueRecipe, sparkOption, starLayers, starRecipe, statAccents, statChangeRecipe, statDirections, statFigureRecipe, statHintRecipe, statLabelRecipe, statRecipe, statSparkRecipe, statSparkShapes, statStackRecipe, statSurfaces, statTermRecipe, statUnitRecipe, statValueRecipe, switchAccents, switchControlRecipe, switchHintRecipe, switchLabelRecipe, switchRecipe, switchThumbRecipe, switchTitleRecipe, tableActionsCellRecipe, tableActionsWidth, tableAppliedRecipe, tableBodyRecipe, tableCardRecipe, tableCellRecipe, tableDetailBodyRecipe, tableDetailRecipe, tableEmptyHintRecipe, tableEmptyRecipe, tableEmptyTitleRecipe, tableExpandIconRecipe, tableExpandRecipe, tableFilterCountRecipe, tableFilterFieldRecipe, tableFilterFootRecipe, tableFilterMarkRecipe, tableFilterOptionRecipe, tableFilterOptionsRecipe, tableFilterPanelRecipe, tableFilterRecipe, tableFilterRuleRecipe, tableFilterTitleRecipe, tableFootRecipe, tableGapRecipe, tableGridRecipe, tableGroupRecipe, tableHeadCellRecipe, tableHeadRowRecipe, tableHeadingRecipe, tableMarkRecipe, tablePageMarkRecipe, tablePageRecipe, tablePageSizeMarkRecipe, tablePageSizeRecipe, tablePageSizeStripRecipe, tablePageSizesRecipe, tablePagesRecipe, tablePagingRecipe, tablePinWidth, tableRangeRecipe, tableRankRecipe, tableRecipe, tableRowRecipe, tableRuleRecipe, tableScrollRecipe, tableSearchRecipe, tableSelectCellRecipe, tableSelectionActionsRecipe, tableSelectionCountRecipe, tableSelectionRecipe, tableSkeletonBarRecipe, tableSkeletonMarkRecipe, tableSortIconRecipe, tableSortLabelRecipe, tableSortMarkRecipe, tableSortRecipe, tableStepRecipe, tableToolbarRecipe, tableValueRecipe, tailAtRecipe, tailEmptyRecipe, tailGutterRecipe, tailLineRecipe, tailRecipe, tailScrollRecipe, tailSeverities, tailTextRecipe, tallyAt, tallyOf, textFamilies, textRecipe, textSizes, textTones, textWeights, textareaCountRecipe, textareaRecipe, textareaShellRecipe, tileCloudRecipe, tileGlyphRecipe, tileRecipe, tileRests, tileTones, toneBlend, toneText, toneTint, tooltipArrowRecipe, tooltipArrowTipRecipe, tooltipCloseToken, tooltipOpenToken, tooltipPlacements, tooltipRecipe, topBarActionsRecipe, topBarContentRecipe, topBarEdgeRecipe, topBarEyebrowRecipe, topBarHeadingsRecipe, topBarLevels, topBarRecipe, topBarRuleRecipe, topBarTitleRecipe, trailBadgeRecipe, trailCaptionRecipe, trailConnectorRecipe, trailFlows, trailHintRecipe, trailLabelRecipe, trailRecipe, trailSpinRecipe, trailStates, trailStepRecipe, trailingActionRecipe, trailingRecipe, userAvatarRecipe, userChevronRecipe, userIdentityRecipe, userNameRecipe, userPortraitRecipe, userRoleRecipe, userTriggerRecipe };
package/dist/words.js CHANGED
@@ -1,92 +1,95 @@
1
1
  //#region src/words.ts
2
2
  const SINGLE = 1;
3
- const english = { words: {
4
- datePicker: {
5
- calendar: "Calendar",
6
- choose: (day) => `Choose ${day}`,
7
- chosen: (day) => `Chosen, ${day}`,
8
- clear: "Clear the dates",
9
- close: "Close the calendar",
10
- nextDecade: "Next decade",
11
- nextMonth: "Next month",
12
- nextYear: "Next year",
13
- open: "Open the calendar",
14
- patternDay: "dd",
15
- patternMonth: "mm",
16
- patternYear: "yyyy",
17
- pickMonth: "Pick a month",
18
- pickYear: "Pick a year",
19
- preset: (span) => `Choose ${span}`,
20
- previousDecade: "Previous decade",
21
- previousMonth: "Previous month",
22
- previousYear: "Previous year",
23
- rangeFrom: (day) => `Start the range at ${day}`,
24
- rangeTo: (day) => `End the range at ${day}`,
25
- showDays: "Show the days",
26
- showMonths: "Show the months",
27
- showYears: "Show the years",
28
- unavailable: (day) => `Not available, ${day}`,
29
- week: "Wk",
30
- weekNumber: (week) => `Week ${week}`
31
- },
32
- dialog: { close: "Close" },
33
- listbox: { empty: "Nothing to choose from" },
34
- queue: { label: "Queue" },
35
- search: {
36
- dismiss: "Esc closes",
37
- nothing: "Nothing matches that",
38
- results: (count, written) => {
39
- if (count === SINGLE) return "1 result";
40
- return `${written} results`;
41
- }
42
- },
43
- select: { clear: "Clear" },
44
- sidebar: {
45
- collapse: "Collapse the sidebar",
46
- expand: "Expand the sidebar",
47
- openMenu: "Open menu"
48
- },
49
- stat: {
50
- change: "Change",
51
- fell: "down",
52
- rose: "up"
53
- },
54
- table: {
55
- actions: "Actions",
56
- anything: "Anything",
57
- clear: "Clear",
58
- clearAll: "Clear the filters",
59
- clearFilter: (column) => `Remove the filter on ${column}`,
60
- clearSelection: "Clear selection",
61
- done: "Done",
62
- emptyHint: "Items will show up here once there are some.",
63
- emptyTitle: "No items yet",
64
- expandRow: (row) => `Show more about row ${row}`,
65
- filterBy: (column) => `Filter ${column}`,
66
- filterPick: (column) => `Pick from ${column}`,
67
- filterRange: (column) => `Range of ${column}`,
68
- filterSearch: (column) => `Search in ${column}`,
69
- from: "From",
70
- nextPage: "Next page",
71
- noRows: "No rows",
72
- nothingHint: "Drop one of the conditions, or clear the search.",
73
- nothingTitle: "Nothing matches those filters",
74
- pages: "Pages",
75
- previousPage: "Previous page",
76
- rowsPerPage: "Rows per page",
77
- selectAll: "Select the rows on this page",
78
- selectRow: (row) => `Select row ${row}`,
79
- selected: (_count, written) => `${written} selected`,
80
- shown: (from, to, total) => `${from}–${to} of ${total}`,
81
- sortAscending: (column) => `Sort ${column} smallest first`,
82
- sortBy: (column) => `Sort by ${column}`,
83
- sortClear: (column) => `Stop sorting by ${column}`,
84
- sortDescending: (column) => `Sort ${column} largest first`,
85
- to: "To"
86
- },
87
- tail: { empty: "No log lines" },
88
- userMenu: { account: "account" }
89
- } };
3
+ const english = {
4
+ locale: "en-US",
5
+ words: {
6
+ datePicker: {
7
+ calendar: "Calendar",
8
+ choose: (day) => `Choose ${day}`,
9
+ chosen: (day) => `Chosen, ${day}`,
10
+ clear: "Clear the dates",
11
+ close: "Close the calendar",
12
+ nextDecade: "Next decade",
13
+ nextMonth: "Next month",
14
+ nextYear: "Next year",
15
+ open: "Open the calendar",
16
+ patternDay: "dd",
17
+ patternMonth: "mm",
18
+ patternYear: "yyyy",
19
+ pickMonth: "Pick a month",
20
+ pickYear: "Pick a year",
21
+ preset: (span) => `Choose ${span}`,
22
+ previousDecade: "Previous decade",
23
+ previousMonth: "Previous month",
24
+ previousYear: "Previous year",
25
+ rangeFrom: (day) => `Start the range at ${day}`,
26
+ rangeTo: (day) => `End the range at ${day}`,
27
+ showDays: "Show the days",
28
+ showMonths: "Show the months",
29
+ showYears: "Show the years",
30
+ unavailable: (day) => `Not available, ${day}`,
31
+ week: "Wk",
32
+ weekNumber: (week) => `Week ${week}`
33
+ },
34
+ dialog: { close: "Close" },
35
+ listbox: { empty: "Nothing to choose from" },
36
+ queue: { label: "Queue" },
37
+ search: {
38
+ dismiss: "Esc closes",
39
+ nothing: "Nothing matches that",
40
+ results: (count, written) => {
41
+ if (count === SINGLE) return "1 result";
42
+ return `${written} results`;
43
+ }
44
+ },
45
+ select: { clear: "Clear" },
46
+ sidebar: {
47
+ collapse: "Collapse the sidebar",
48
+ expand: "Expand the sidebar",
49
+ openMenu: "Open menu"
50
+ },
51
+ stat: {
52
+ change: "Change",
53
+ fell: "down",
54
+ rose: "up"
55
+ },
56
+ table: {
57
+ actions: "Actions",
58
+ anything: "Anything",
59
+ clear: "Clear",
60
+ clearAll: "Clear the filters",
61
+ clearFilter: (column) => `Remove the filter on ${column}`,
62
+ clearSelection: "Clear selection",
63
+ done: "Done",
64
+ emptyHint: "Items will show up here once there are some.",
65
+ emptyTitle: "No items yet",
66
+ expandRow: (row) => `Show more about row ${row}`,
67
+ filterBy: (column) => `Filter ${column}`,
68
+ filterPick: (column) => `Pick from ${column}`,
69
+ filterRange: (column) => `Range of ${column}`,
70
+ filterSearch: (column) => `Search in ${column}`,
71
+ from: "From",
72
+ nextPage: "Next page",
73
+ noRows: "No rows",
74
+ nothingHint: "Drop one of the conditions, or clear the search.",
75
+ nothingTitle: "Nothing matches those filters",
76
+ pages: "Pages",
77
+ previousPage: "Previous page",
78
+ rowsPerPage: "Rows per page",
79
+ selectAll: "Select the rows on this page",
80
+ selectRow: (row) => `Select row ${row}`,
81
+ selected: (_count, written) => `${written} selected`,
82
+ shown: (from, to, total) => `${from}–${to} of ${total}`,
83
+ sortAscending: (column) => `Sort ${column} smallest first`,
84
+ sortBy: (column) => `Sort by ${column}`,
85
+ sortClear: (column) => `Stop sorting by ${column}`,
86
+ sortDescending: (column) => `Sort ${column} largest first`,
87
+ to: "To"
88
+ },
89
+ tail: { empty: "No log lines" },
90
+ userMenu: { account: "account" }
91
+ }
92
+ };
90
93
  //#endregion
91
94
  export { english };
92
95
 
package/dist/words.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"words.js","names":[],"sources":["../src/words.ts"],"sourcesContent":["const SINGLE = 1\n\ninterface TableWords {\n actions: string\n anything: string\n clear: string\n clearAll: string\n clearFilter: (column: string) => string\n clearSelection: string\n done: string\n emptyHint: string\n emptyTitle: string\n expandRow: (row: string) => string\n filterBy: (column: string) => string\n filterPick: (column: string) => string\n filterRange: (column: string) => string\n filterSearch: (column: string) => string\n from: string\n nextPage: string\n noRows: string\n pages: string\n nothingHint: string\n nothingTitle: string\n previousPage: string\n rowsPerPage: string\n selectAll: string\n selectRow: (row: string) => string\n selected: (count: number, written: string) => string\n shown: (from: string, to: string, total: string) => string\n sortAscending: (column: string) => string\n sortBy: (column: string) => string\n sortClear: (column: string) => string\n sortDescending: (column: string) => string\n to: string\n}\n\ninterface DatePickerWords {\n calendar: string\n choose: (day: string) => string\n chosen: (day: string) => string\n clear: string\n close: string\n nextDecade: string\n nextMonth: string\n nextYear: string\n open: string\n patternDay: string\n patternMonth: string\n patternYear: string\n pickMonth: string\n pickYear: string\n preset: (span: string) => string\n previousDecade: string\n previousMonth: string\n previousYear: string\n rangeFrom: (day: string) => string\n rangeTo: (day: string) => string\n showDays: string\n showMonths: string\n showYears: string\n unavailable: (day: string) => string\n week: string\n weekNumber: (week: string) => string\n}\n\ninterface DialogWords {\n close: string\n}\n\ninterface SidebarWords {\n collapse: string\n expand: string\n openMenu: string\n}\n\ninterface StatWords {\n change: string\n fell: string\n rose: string\n}\n\ninterface SearchWords {\n dismiss: string\n nothing: string\n results: (count: number, written: string) => string\n}\n\ninterface ListboxWords {\n empty: string\n}\n\ninterface QueueWords {\n label: string\n}\n\ninterface SelectWords {\n clear: string\n}\n\ninterface TailWords {\n empty: string\n}\n\ninterface UserMenuWords {\n account: string\n}\n\ninterface Words {\n datePicker: DatePickerWords\n dialog: DialogWords\n listbox: ListboxWords\n queue: QueueWords\n search: SearchWords\n select: SelectWords\n sidebar: SidebarWords\n stat: StatWords\n table: TableWords\n tail: TailWords\n userMenu: UserMenuWords\n}\n\ninterface Language {\n locale?: string\n words: Words\n}\n\nconst english: Language = {\n words: {\n datePicker: {\n calendar: 'Calendar',\n choose: (day) => `Choose ${day}`,\n chosen: (day) => `Chosen, ${day}`,\n clear: 'Clear the dates',\n close: 'Close the calendar',\n nextDecade: 'Next decade',\n nextMonth: 'Next month',\n nextYear: 'Next year',\n open: 'Open the calendar',\n patternDay: 'dd',\n patternMonth: 'mm',\n patternYear: 'yyyy',\n pickMonth: 'Pick a month',\n pickYear: 'Pick a year',\n preset: (span) => `Choose ${span}`,\n previousDecade: 'Previous decade',\n previousMonth: 'Previous month',\n previousYear: 'Previous year',\n rangeFrom: (day) => `Start the range at ${day}`,\n rangeTo: (day) => `End the range at ${day}`,\n showDays: 'Show the days',\n showMonths: 'Show the months',\n showYears: 'Show the years',\n unavailable: (day) => `Not available, ${day}`,\n week: 'Wk',\n weekNumber: (week) => `Week ${week}`,\n },\n\n dialog: {\n close: 'Close',\n },\n\n listbox: {\n empty: 'Nothing to choose from',\n },\n\n queue: {\n label: 'Queue',\n },\n\n search: {\n dismiss: 'Esc closes',\n nothing: 'Nothing matches that',\n results: (count, written) => {\n if (count === SINGLE) {\n return '1 result'\n }\n return `${written} results`\n },\n },\n\n select: {\n clear: 'Clear',\n },\n\n sidebar: {\n collapse: 'Collapse the sidebar',\n expand: 'Expand the sidebar',\n openMenu: 'Open menu',\n },\n\n stat: {\n change: 'Change',\n fell: 'down',\n rose: 'up',\n },\n\n table: {\n actions: 'Actions',\n anything: 'Anything',\n clear: 'Clear',\n clearAll: 'Clear the filters',\n clearFilter: (column) => `Remove the filter on ${column}`,\n clearSelection: 'Clear selection',\n done: 'Done',\n emptyHint: 'Items will show up here once there are some.',\n emptyTitle: 'No items yet',\n expandRow: (row) => `Show more about row ${row}`,\n filterBy: (column) => `Filter ${column}`,\n filterPick: (column) => `Pick from ${column}`,\n filterRange: (column) => `Range of ${column}`,\n filterSearch: (column) => `Search in ${column}`,\n from: 'From',\n nextPage: 'Next page',\n noRows: 'No rows',\n nothingHint: 'Drop one of the conditions, or clear the search.',\n nothingTitle: 'Nothing matches those filters',\n pages: 'Pages',\n previousPage: 'Previous page',\n rowsPerPage: 'Rows per page',\n selectAll: 'Select the rows on this page',\n selectRow: (row) => `Select row ${row}`,\n selected: (_count, written) => `${written} selected`,\n shown: (from, to, total) => `${from}–${to} of ${total}`,\n sortAscending: (column) => `Sort ${column} smallest first`,\n sortBy: (column) => `Sort by ${column}`,\n sortClear: (column) => `Stop sorting by ${column}`,\n sortDescending: (column) => `Sort ${column} largest first`,\n to: 'To',\n },\n\n tail: {\n empty: 'No log lines',\n },\n\n userMenu: {\n account: 'account',\n },\n },\n}\n\nexport type {\n DatePickerWords,\n DialogWords,\n Language,\n SearchWords,\n SelectWords,\n SidebarWords,\n StatWords,\n TableWords,\n TailWords,\n UserMenuWords,\n Words,\n}\nexport { english }\n"],"mappings":";AAAA,MAAM,SAAS;AA8Hf,MAAM,UAAoB,EACxB,OAAO;CACL,YAAY;EACV,UAAU;EACV,SAAS,QAAQ,UAAU;EAC3B,SAAS,QAAQ,WAAW;EAC5B,OAAO;EACP,OAAO;EACP,YAAY;EACZ,WAAW;EACX,UAAU;EACV,MAAM;EACN,YAAY;EACZ,cAAc;EACd,aAAa;EACb,WAAW;EACX,UAAU;EACV,SAAS,SAAS,UAAU;EAC5B,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,YAAY,QAAQ,sBAAsB;EAC1C,UAAU,QAAQ,oBAAoB;EACtC,UAAU;EACV,YAAY;EACZ,WAAW;EACX,cAAc,QAAQ,kBAAkB;EACxC,MAAM;EACN,aAAa,SAAS,QAAQ;CAChC;CAEA,QAAQ,EACN,OAAO,QACT;CAEA,SAAS,EACP,OAAO,yBACT;CAEA,OAAO,EACL,OAAO,QACT;CAEA,QAAQ;EACN,SAAS;EACT,SAAS;EACT,UAAU,OAAO,YAAY;GAC3B,IAAI,UAAU,QACZ,OAAO;GAET,OAAO,GAAG,QAAQ;EACpB;CACF;CAEA,QAAQ,EACN,OAAO,QACT;CAEA,SAAS;EACP,UAAU;EACV,QAAQ;EACR,UAAU;CACZ;CAEA,MAAM;EACJ,QAAQ;EACR,MAAM;EACN,MAAM;CACR;CAEA,OAAO;EACL,SAAS;EACT,UAAU;EACV,OAAO;EACP,UAAU;EACV,cAAc,WAAW,wBAAwB;EACjD,gBAAgB;EAChB,MAAM;EACN,WAAW;EACX,YAAY;EACZ,YAAY,QAAQ,uBAAuB;EAC3C,WAAW,WAAW,UAAU;EAChC,aAAa,WAAW,aAAa;EACrC,cAAc,WAAW,YAAY;EACrC,eAAe,WAAW,aAAa;EACvC,MAAM;EACN,UAAU;EACV,QAAQ;EACR,aAAa;EACb,cAAc;EACd,OAAO;EACP,cAAc;EACd,aAAa;EACb,WAAW;EACX,YAAY,QAAQ,cAAc;EAClC,WAAW,QAAQ,YAAY,GAAG,QAAQ;EAC1C,QAAQ,MAAM,IAAI,UAAU,GAAG,KAAK,GAAG,GAAG,MAAM;EAChD,gBAAgB,WAAW,QAAQ,OAAO;EAC1C,SAAS,WAAW,WAAW;EAC/B,YAAY,WAAW,mBAAmB;EAC1C,iBAAiB,WAAW,QAAQ,OAAO;EAC3C,IAAI;CACN;CAEA,MAAM,EACJ,OAAO,eACT;CAEA,UAAU,EACR,SAAS,UACX;AACF,EACF"}
1
+ {"version":3,"file":"words.js","names":[],"sources":["../src/words.ts"],"sourcesContent":["const SINGLE = 1\n\ninterface TableWords {\n actions: string\n anything: string\n clear: string\n clearAll: string\n clearFilter: (column: string) => string\n clearSelection: string\n done: string\n emptyHint: string\n emptyTitle: string\n expandRow: (row: string) => string\n filterBy: (column: string) => string\n filterPick: (column: string) => string\n filterRange: (column: string) => string\n filterSearch: (column: string) => string\n from: string\n nextPage: string\n noRows: string\n pages: string\n nothingHint: string\n nothingTitle: string\n previousPage: string\n rowsPerPage: string\n selectAll: string\n selectRow: (row: string) => string\n selected: (count: number, written: string) => string\n shown: (from: string, to: string, total: string) => string\n sortAscending: (column: string) => string\n sortBy: (column: string) => string\n sortClear: (column: string) => string\n sortDescending: (column: string) => string\n to: string\n}\n\ninterface DatePickerWords {\n calendar: string\n choose: (day: string) => string\n chosen: (day: string) => string\n clear: string\n close: string\n nextDecade: string\n nextMonth: string\n nextYear: string\n open: string\n patternDay: string\n patternMonth: string\n patternYear: string\n pickMonth: string\n pickYear: string\n preset: (span: string) => string\n previousDecade: string\n previousMonth: string\n previousYear: string\n rangeFrom: (day: string) => string\n rangeTo: (day: string) => string\n showDays: string\n showMonths: string\n showYears: string\n unavailable: (day: string) => string\n week: string\n weekNumber: (week: string) => string\n}\n\ninterface DialogWords {\n close: string\n}\n\ninterface SidebarWords {\n collapse: string\n expand: string\n openMenu: string\n}\n\ninterface StatWords {\n change: string\n fell: string\n rose: string\n}\n\ninterface SearchWords {\n dismiss: string\n nothing: string\n results: (count: number, written: string) => string\n}\n\ninterface ListboxWords {\n empty: string\n}\n\ninterface QueueWords {\n label: string\n}\n\ninterface SelectWords {\n clear: string\n}\n\ninterface TailWords {\n empty: string\n}\n\ninterface UserMenuWords {\n account: string\n}\n\ninterface Words {\n datePicker: DatePickerWords\n dialog: DialogWords\n listbox: ListboxWords\n queue: QueueWords\n search: SearchWords\n select: SelectWords\n sidebar: SidebarWords\n stat: StatWords\n table: TableWords\n tail: TailWords\n userMenu: UserMenuWords\n}\n\ninterface Language {\n locale?: string\n words: Words\n}\n\nconst english: Language = {\n locale: 'en-US',\n\n words: {\n datePicker: {\n calendar: 'Calendar',\n choose: (day) => `Choose ${day}`,\n chosen: (day) => `Chosen, ${day}`,\n clear: 'Clear the dates',\n close: 'Close the calendar',\n nextDecade: 'Next decade',\n nextMonth: 'Next month',\n nextYear: 'Next year',\n open: 'Open the calendar',\n patternDay: 'dd',\n patternMonth: 'mm',\n patternYear: 'yyyy',\n pickMonth: 'Pick a month',\n pickYear: 'Pick a year',\n preset: (span) => `Choose ${span}`,\n previousDecade: 'Previous decade',\n previousMonth: 'Previous month',\n previousYear: 'Previous year',\n rangeFrom: (day) => `Start the range at ${day}`,\n rangeTo: (day) => `End the range at ${day}`,\n showDays: 'Show the days',\n showMonths: 'Show the months',\n showYears: 'Show the years',\n unavailable: (day) => `Not available, ${day}`,\n week: 'Wk',\n weekNumber: (week) => `Week ${week}`,\n },\n\n dialog: {\n close: 'Close',\n },\n\n listbox: {\n empty: 'Nothing to choose from',\n },\n\n queue: {\n label: 'Queue',\n },\n\n search: {\n dismiss: 'Esc closes',\n nothing: 'Nothing matches that',\n results: (count, written) => {\n if (count === SINGLE) {\n return '1 result'\n }\n return `${written} results`\n },\n },\n\n select: {\n clear: 'Clear',\n },\n\n sidebar: {\n collapse: 'Collapse the sidebar',\n expand: 'Expand the sidebar',\n openMenu: 'Open menu',\n },\n\n stat: {\n change: 'Change',\n fell: 'down',\n rose: 'up',\n },\n\n table: {\n actions: 'Actions',\n anything: 'Anything',\n clear: 'Clear',\n clearAll: 'Clear the filters',\n clearFilter: (column) => `Remove the filter on ${column}`,\n clearSelection: 'Clear selection',\n done: 'Done',\n emptyHint: 'Items will show up here once there are some.',\n emptyTitle: 'No items yet',\n expandRow: (row) => `Show more about row ${row}`,\n filterBy: (column) => `Filter ${column}`,\n filterPick: (column) => `Pick from ${column}`,\n filterRange: (column) => `Range of ${column}`,\n filterSearch: (column) => `Search in ${column}`,\n from: 'From',\n nextPage: 'Next page',\n noRows: 'No rows',\n nothingHint: 'Drop one of the conditions, or clear the search.',\n nothingTitle: 'Nothing matches those filters',\n pages: 'Pages',\n previousPage: 'Previous page',\n rowsPerPage: 'Rows per page',\n selectAll: 'Select the rows on this page',\n selectRow: (row) => `Select row ${row}`,\n selected: (_count, written) => `${written} selected`,\n shown: (from, to, total) => `${from}–${to} of ${total}`,\n sortAscending: (column) => `Sort ${column} smallest first`,\n sortBy: (column) => `Sort by ${column}`,\n sortClear: (column) => `Stop sorting by ${column}`,\n sortDescending: (column) => `Sort ${column} largest first`,\n to: 'To',\n },\n\n tail: {\n empty: 'No log lines',\n },\n\n userMenu: {\n account: 'account',\n },\n },\n}\n\nexport type {\n DatePickerWords,\n DialogWords,\n Language,\n SearchWords,\n SelectWords,\n SidebarWords,\n StatWords,\n TableWords,\n TailWords,\n UserMenuWords,\n Words,\n}\nexport { english }\n"],"mappings":";AAAA,MAAM,SAAS;AA8Hf,MAAM,UAAoB;CACxB,QAAQ;CAER,OAAO;EACL,YAAY;GACV,UAAU;GACV,SAAS,QAAQ,UAAU;GAC3B,SAAS,QAAQ,WAAW;GAC5B,OAAO;GACP,OAAO;GACP,YAAY;GACZ,WAAW;GACX,UAAU;GACV,MAAM;GACN,YAAY;GACZ,cAAc;GACd,aAAa;GACb,WAAW;GACX,UAAU;GACV,SAAS,SAAS,UAAU;GAC5B,gBAAgB;GAChB,eAAe;GACf,cAAc;GACd,YAAY,QAAQ,sBAAsB;GAC1C,UAAU,QAAQ,oBAAoB;GACtC,UAAU;GACV,YAAY;GACZ,WAAW;GACX,cAAc,QAAQ,kBAAkB;GACxC,MAAM;GACN,aAAa,SAAS,QAAQ;EAChC;EAEA,QAAQ,EACN,OAAO,QACT;EAEA,SAAS,EACP,OAAO,yBACT;EAEA,OAAO,EACL,OAAO,QACT;EAEA,QAAQ;GACN,SAAS;GACT,SAAS;GACT,UAAU,OAAO,YAAY;IAC3B,IAAI,UAAU,QACZ,OAAO;IAET,OAAO,GAAG,QAAQ;GACpB;EACF;EAEA,QAAQ,EACN,OAAO,QACT;EAEA,SAAS;GACP,UAAU;GACV,QAAQ;GACR,UAAU;EACZ;EAEA,MAAM;GACJ,QAAQ;GACR,MAAM;GACN,MAAM;EACR;EAEA,OAAO;GACL,SAAS;GACT,UAAU;GACV,OAAO;GACP,UAAU;GACV,cAAc,WAAW,wBAAwB;GACjD,gBAAgB;GAChB,MAAM;GACN,WAAW;GACX,YAAY;GACZ,YAAY,QAAQ,uBAAuB;GAC3C,WAAW,WAAW,UAAU;GAChC,aAAa,WAAW,aAAa;GACrC,cAAc,WAAW,YAAY;GACrC,eAAe,WAAW,aAAa;GACvC,MAAM;GACN,UAAU;GACV,QAAQ;GACR,aAAa;GACb,cAAc;GACd,OAAO;GACP,cAAc;GACd,aAAa;GACb,WAAW;GACX,YAAY,QAAQ,cAAc;GAClC,WAAW,QAAQ,YAAY,GAAG,QAAQ;GAC1C,QAAQ,MAAM,IAAI,UAAU,GAAG,KAAK,GAAG,GAAG,MAAM;GAChD,gBAAgB,WAAW,QAAQ,OAAO;GAC1C,SAAS,WAAW,WAAW;GAC/B,YAAY,WAAW,mBAAmB;GAC1C,iBAAiB,WAAW,QAAQ,OAAO;GAC3C,IAAI;EACN;EAEA,MAAM,EACJ,OAAO,eACT;EAEA,UAAU,EACR,SAAS,UACX;CACF;AACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techfides/ui-library-design",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Framework-agnostic design core for the TechFides UI library: Tailwind design tokens and component variant recipes",
5
5
  "keywords": [
6
6
  "cva",
@@ -52,12 +52,6 @@
52
52
  "typescript": "~6.0.3",
53
53
  "@techfides/tsconfig": "0.0.0"
54
54
  },
55
- "browserslist": [
56
- "last 1 chrome version",
57
- "last 1 edge version",
58
- "last 1 firefox version",
59
- "last 1 safari version"
60
- ],
61
55
  "engines": {
62
56
  "node": ">=24"
63
57
  },