fluentglass 0.2.6
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/LICENSE +21 -0
- package/README.md +169 -0
- package/lib/commonjs/assets/fonts/Inter-Black.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter-ExtraBold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter-Regular.ttf +0 -0
- package/lib/commonjs/assets/fonts/Inter-SemiBold.ttf +0 -0
- package/lib/commonjs/components/FluentGlass.js +94 -0
- package/lib/commonjs/components/FluentGlass.js.map +1 -0
- package/lib/commonjs/components/FluentGlassAlert.js +126 -0
- package/lib/commonjs/components/FluentGlassAlert.js.map +1 -0
- package/lib/commonjs/components/FluentGlassBadge.js +124 -0
- package/lib/commonjs/components/FluentGlassBadge.js.map +1 -0
- package/lib/commonjs/components/FluentGlassBarChart.js +287 -0
- package/lib/commonjs/components/FluentGlassBarChart.js.map +1 -0
- package/lib/commonjs/components/FluentGlassBreadcrumb.js +155 -0
- package/lib/commonjs/components/FluentGlassBreadcrumb.js.map +1 -0
- package/lib/commonjs/components/FluentGlassButton.js +175 -0
- package/lib/commonjs/components/FluentGlassButton.js.map +1 -0
- package/lib/commonjs/components/FluentGlassCalendarWidget.js +73 -0
- package/lib/commonjs/components/FluentGlassCalendarWidget.js.map +1 -0
- package/lib/commonjs/components/FluentGlassCard.js +195 -0
- package/lib/commonjs/components/FluentGlassCard.js.map +1 -0
- package/lib/commonjs/components/FluentGlassCheckbox.js +121 -0
- package/lib/commonjs/components/FluentGlassCheckbox.js.map +1 -0
- package/lib/commonjs/components/FluentGlassClockWidget.js +80 -0
- package/lib/commonjs/components/FluentGlassClockWidget.js.map +1 -0
- package/lib/commonjs/components/FluentGlassCodeBlock.js +239 -0
- package/lib/commonjs/components/FluentGlassCodeBlock.js.map +1 -0
- package/lib/commonjs/components/FluentGlassContainer.js +52 -0
- package/lib/commonjs/components/FluentGlassContainer.js.map +1 -0
- package/lib/commonjs/components/FluentGlassCrossfade.js +118 -0
- package/lib/commonjs/components/FluentGlassCrossfade.js.map +1 -0
- package/lib/commonjs/components/FluentGlassDateInput.js +176 -0
- package/lib/commonjs/components/FluentGlassDateInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassDatePicker.js +271 -0
- package/lib/commonjs/components/FluentGlassDatePicker.js.map +1 -0
- package/lib/commonjs/components/FluentGlassDialog.js +169 -0
- package/lib/commonjs/components/FluentGlassDialog.js.map +1 -0
- package/lib/commonjs/components/FluentGlassDock.js +187 -0
- package/lib/commonjs/components/FluentGlassDock.js.map +1 -0
- package/lib/commonjs/components/FluentGlassDropdown.js +349 -0
- package/lib/commonjs/components/FluentGlassDropdown.js.map +1 -0
- package/lib/commonjs/components/FluentGlassEmailInput.js +43 -0
- package/lib/commonjs/components/FluentGlassEmailInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassInput.js +83 -0
- package/lib/commonjs/components/FluentGlassInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassLabeledInput.js +64 -0
- package/lib/commonjs/components/FluentGlassLabeledInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassLayout.js +106 -0
- package/lib/commonjs/components/FluentGlassLayout.js.map +1 -0
- package/lib/commonjs/components/FluentGlassPasswordInput.js +60 -0
- package/lib/commonjs/components/FluentGlassPasswordInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassPopover.js +75 -0
- package/lib/commonjs/components/FluentGlassPopover.js.map +1 -0
- package/lib/commonjs/components/FluentGlassResponsiveRow.js +74 -0
- package/lib/commonjs/components/FluentGlassResponsiveRow.js.map +1 -0
- package/lib/commonjs/components/FluentGlassScrollArea.js +101 -0
- package/lib/commonjs/components/FluentGlassScrollArea.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSegmentedControl.js +126 -0
- package/lib/commonjs/components/FluentGlassSegmentedControl.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSelect.js +155 -0
- package/lib/commonjs/components/FluentGlassSelect.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSeparator.js +62 -0
- package/lib/commonjs/components/FluentGlassSeparator.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSheet.js +189 -0
- package/lib/commonjs/components/FluentGlassSheet.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSidebar.js +358 -0
- package/lib/commonjs/components/FluentGlassSidebar.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSimpleCard.js +56 -0
- package/lib/commonjs/components/FluentGlassSimpleCard.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSkeleton.js +52 -0
- package/lib/commonjs/components/FluentGlassSkeleton.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSlider.js +197 -0
- package/lib/commonjs/components/FluentGlassSlider.js.map +1 -0
- package/lib/commonjs/components/FluentGlassStatWidget.js +133 -0
- package/lib/commonjs/components/FluentGlassStatWidget.js.map +1 -0
- package/lib/commonjs/components/FluentGlassStatusIndicator.js +89 -0
- package/lib/commonjs/components/FluentGlassStatusIndicator.js.map +1 -0
- package/lib/commonjs/components/FluentGlassSwitch.js +126 -0
- package/lib/commonjs/components/FluentGlassSwitch.js.map +1 -0
- package/lib/commonjs/components/FluentGlassTable.js +163 -0
- package/lib/commonjs/components/FluentGlassTable.js.map +1 -0
- package/lib/commonjs/components/FluentGlassTag.js +109 -0
- package/lib/commonjs/components/FluentGlassTag.js.map +1 -0
- package/lib/commonjs/components/FluentGlassTextInput.js +90 -0
- package/lib/commonjs/components/FluentGlassTextInput.js.map +1 -0
- package/lib/commonjs/components/FluentGlassTimeline.js +334 -0
- package/lib/commonjs/components/FluentGlassTimeline.js.map +1 -0
- package/lib/commonjs/components/FluentGlassWeatherWidget.js +72 -0
- package/lib/commonjs/components/FluentGlassWeatherWidget.js.map +1 -0
- package/lib/commonjs/components/index.js +308 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/fonts.js +33 -0
- package/lib/commonjs/fonts.js.map +1 -0
- package/lib/commonjs/hooks/useBreakpoint.js +57 -0
- package/lib/commonjs/hooks/useBreakpoint.js.map +1 -0
- package/lib/commonjs/index.js +462 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/theme/FluentGlassProvider.js +84 -0
- package/lib/commonjs/theme/FluentGlassProvider.js.map +1 -0
- package/lib/commonjs/theme/defaultTheme.js +55 -0
- package/lib/commonjs/theme/defaultTheme.js.map +1 -0
- package/lib/commonjs/theme/resolvers.js +118 -0
- package/lib/commonjs/theme/resolvers.js.map +1 -0
- package/lib/commonjs/theme/tokens.js +239 -0
- package/lib/commonjs/theme/tokens.js.map +1 -0
- package/lib/commonjs/theme/typography.js +50 -0
- package/lib/commonjs/theme/typography.js.map +1 -0
- package/lib/commonjs/theme/useTheme.js +22 -0
- package/lib/commonjs/theme/useTheme.js.map +1 -0
- package/lib/commonjs/types/components.js +6 -0
- package/lib/commonjs/types/components.js.map +1 -0
- package/lib/commonjs/types/theme.js +6 -0
- package/lib/commonjs/types/theme.js.map +1 -0
- package/lib/commonjs/utils/colors.js +59 -0
- package/lib/commonjs/utils/colors.js.map +1 -0
- package/lib/commonjs/utils/responsive.js +126 -0
- package/lib/commonjs/utils/responsive.js.map +1 -0
- package/lib/module/assets/fonts/Inter-Black.ttf +0 -0
- package/lib/module/assets/fonts/Inter-Bold.ttf +0 -0
- package/lib/module/assets/fonts/Inter-ExtraBold.ttf +0 -0
- package/lib/module/assets/fonts/Inter-Medium.ttf +0 -0
- package/lib/module/assets/fonts/Inter-Regular.ttf +0 -0
- package/lib/module/assets/fonts/Inter-SemiBold.ttf +0 -0
- package/lib/module/components/FluentGlass.js +89 -0
- package/lib/module/components/FluentGlass.js.map +1 -0
- package/lib/module/components/FluentGlassAlert.js +121 -0
- package/lib/module/components/FluentGlassAlert.js.map +1 -0
- package/lib/module/components/FluentGlassBadge.js +119 -0
- package/lib/module/components/FluentGlassBadge.js.map +1 -0
- package/lib/module/components/FluentGlassBarChart.js +281 -0
- package/lib/module/components/FluentGlassBarChart.js.map +1 -0
- package/lib/module/components/FluentGlassBreadcrumb.js +150 -0
- package/lib/module/components/FluentGlassBreadcrumb.js.map +1 -0
- package/lib/module/components/FluentGlassButton.js +169 -0
- package/lib/module/components/FluentGlassButton.js.map +1 -0
- package/lib/module/components/FluentGlassCalendarWidget.js +68 -0
- package/lib/module/components/FluentGlassCalendarWidget.js.map +1 -0
- package/lib/module/components/FluentGlassCard.js +190 -0
- package/lib/module/components/FluentGlassCard.js.map +1 -0
- package/lib/module/components/FluentGlassCheckbox.js +115 -0
- package/lib/module/components/FluentGlassCheckbox.js.map +1 -0
- package/lib/module/components/FluentGlassClockWidget.js +74 -0
- package/lib/module/components/FluentGlassClockWidget.js.map +1 -0
- package/lib/module/components/FluentGlassCodeBlock.js +233 -0
- package/lib/module/components/FluentGlassCodeBlock.js.map +1 -0
- package/lib/module/components/FluentGlassContainer.js +47 -0
- package/lib/module/components/FluentGlassContainer.js.map +1 -0
- package/lib/module/components/FluentGlassCrossfade.js +112 -0
- package/lib/module/components/FluentGlassCrossfade.js.map +1 -0
- package/lib/module/components/FluentGlassDateInput.js +170 -0
- package/lib/module/components/FluentGlassDateInput.js.map +1 -0
- package/lib/module/components/FluentGlassDatePicker.js +265 -0
- package/lib/module/components/FluentGlassDatePicker.js.map +1 -0
- package/lib/module/components/FluentGlassDialog.js +163 -0
- package/lib/module/components/FluentGlassDialog.js.map +1 -0
- package/lib/module/components/FluentGlassDock.js +181 -0
- package/lib/module/components/FluentGlassDock.js.map +1 -0
- package/lib/module/components/FluentGlassDropdown.js +343 -0
- package/lib/module/components/FluentGlassDropdown.js.map +1 -0
- package/lib/module/components/FluentGlassEmailInput.js +38 -0
- package/lib/module/components/FluentGlassEmailInput.js.map +1 -0
- package/lib/module/components/FluentGlassInput.js +78 -0
- package/lib/module/components/FluentGlassInput.js.map +1 -0
- package/lib/module/components/FluentGlassLabeledInput.js +59 -0
- package/lib/module/components/FluentGlassLabeledInput.js.map +1 -0
- package/lib/module/components/FluentGlassLayout.js +101 -0
- package/lib/module/components/FluentGlassLayout.js.map +1 -0
- package/lib/module/components/FluentGlassPasswordInput.js +54 -0
- package/lib/module/components/FluentGlassPasswordInput.js.map +1 -0
- package/lib/module/components/FluentGlassPopover.js +70 -0
- package/lib/module/components/FluentGlassPopover.js.map +1 -0
- package/lib/module/components/FluentGlassResponsiveRow.js +71 -0
- package/lib/module/components/FluentGlassResponsiveRow.js.map +1 -0
- package/lib/module/components/FluentGlassScrollArea.js +95 -0
- package/lib/module/components/FluentGlassScrollArea.js.map +1 -0
- package/lib/module/components/FluentGlassSegmentedControl.js +120 -0
- package/lib/module/components/FluentGlassSegmentedControl.js.map +1 -0
- package/lib/module/components/FluentGlassSelect.js +149 -0
- package/lib/module/components/FluentGlassSelect.js.map +1 -0
- package/lib/module/components/FluentGlassSeparator.js +57 -0
- package/lib/module/components/FluentGlassSeparator.js.map +1 -0
- package/lib/module/components/FluentGlassSheet.js +183 -0
- package/lib/module/components/FluentGlassSheet.js.map +1 -0
- package/lib/module/components/FluentGlassSidebar.js +351 -0
- package/lib/module/components/FluentGlassSidebar.js.map +1 -0
- package/lib/module/components/FluentGlassSimpleCard.js +51 -0
- package/lib/module/components/FluentGlassSimpleCard.js.map +1 -0
- package/lib/module/components/FluentGlassSkeleton.js +46 -0
- package/lib/module/components/FluentGlassSkeleton.js.map +1 -0
- package/lib/module/components/FluentGlassSlider.js +191 -0
- package/lib/module/components/FluentGlassSlider.js.map +1 -0
- package/lib/module/components/FluentGlassStatWidget.js +128 -0
- package/lib/module/components/FluentGlassStatWidget.js.map +1 -0
- package/lib/module/components/FluentGlassStatusIndicator.js +84 -0
- package/lib/module/components/FluentGlassStatusIndicator.js.map +1 -0
- package/lib/module/components/FluentGlassSwitch.js +122 -0
- package/lib/module/components/FluentGlassSwitch.js.map +1 -0
- package/lib/module/components/FluentGlassTable.js +158 -0
- package/lib/module/components/FluentGlassTable.js.map +1 -0
- package/lib/module/components/FluentGlassTag.js +103 -0
- package/lib/module/components/FluentGlassTag.js.map +1 -0
- package/lib/module/components/FluentGlassTextInput.js +85 -0
- package/lib/module/components/FluentGlassTextInput.js.map +1 -0
- package/lib/module/components/FluentGlassTimeline.js +327 -0
- package/lib/module/components/FluentGlassTimeline.js.map +1 -0
- package/lib/module/components/FluentGlassWeatherWidget.js +67 -0
- package/lib/module/components/FluentGlassWeatherWidget.js.map +1 -0
- package/lib/module/components/index.js +45 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/fonts.js +26 -0
- package/lib/module/fonts.js.map +1 -0
- package/lib/module/hooks/useBreakpoint.js +54 -0
- package/lib/module/hooks/useBreakpoint.js.map +1 -0
- package/lib/module/index.js +30 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/theme/FluentGlassProvider.js +77 -0
- package/lib/module/theme/FluentGlassProvider.js.map +1 -0
- package/lib/module/theme/defaultTheme.js +51 -0
- package/lib/module/theme/defaultTheme.js.map +1 -0
- package/lib/module/theme/resolvers.js +110 -0
- package/lib/module/theme/resolvers.js.map +1 -0
- package/lib/module/theme/tokens.js +235 -0
- package/lib/module/theme/tokens.js.map +1 -0
- package/lib/module/theme/typography.js +45 -0
- package/lib/module/theme/typography.js.map +1 -0
- package/lib/module/theme/useTheme.js +18 -0
- package/lib/module/theme/useTheme.js.map +1 -0
- package/lib/module/types/components.js +4 -0
- package/lib/module/types/components.js.map +1 -0
- package/lib/module/types/theme.js +4 -0
- package/lib/module/types/theme.js.map +1 -0
- package/lib/module/utils/colors.js +55 -0
- package/lib/module/utils/colors.js.map +1 -0
- package/lib/module/utils/responsive.js +116 -0
- package/lib/module/utils/responsive.js.map +1 -0
- package/lib/typescript/components/FluentGlass.d.ts +25 -0
- package/lib/typescript/components/FluentGlass.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassAlert.d.ts +13 -0
- package/lib/typescript/components/FluentGlassAlert.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassBadge.d.ts +22 -0
- package/lib/typescript/components/FluentGlassBadge.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassBarChart.d.ts +30 -0
- package/lib/typescript/components/FluentGlassBarChart.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassBreadcrumb.d.ts +22 -0
- package/lib/typescript/components/FluentGlassBreadcrumb.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassButton.d.ts +27 -0
- package/lib/typescript/components/FluentGlassButton.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassCalendarWidget.d.ts +13 -0
- package/lib/typescript/components/FluentGlassCalendarWidget.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassCard.d.ts +30 -0
- package/lib/typescript/components/FluentGlassCard.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassCheckbox.d.ts +14 -0
- package/lib/typescript/components/FluentGlassCheckbox.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassClockWidget.d.ts +11 -0
- package/lib/typescript/components/FluentGlassClockWidget.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassCodeBlock.d.ts +11 -0
- package/lib/typescript/components/FluentGlassCodeBlock.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassContainer.d.ts +22 -0
- package/lib/typescript/components/FluentGlassContainer.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassCrossfade.d.ts +24 -0
- package/lib/typescript/components/FluentGlassCrossfade.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassDateInput.d.ts +18 -0
- package/lib/typescript/components/FluentGlassDateInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassDatePicker.d.ts +9 -0
- package/lib/typescript/components/FluentGlassDatePicker.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassDialog.d.ts +18 -0
- package/lib/typescript/components/FluentGlassDialog.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassDock.d.ts +19 -0
- package/lib/typescript/components/FluentGlassDock.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassDropdown.d.ts +23 -0
- package/lib/typescript/components/FluentGlassDropdown.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassEmailInput.d.ts +17 -0
- package/lib/typescript/components/FluentGlassEmailInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassInput.d.ts +12 -0
- package/lib/typescript/components/FluentGlassInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassLabeledInput.d.ts +19 -0
- package/lib/typescript/components/FluentGlassLabeledInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassLayout.d.ts +11 -0
- package/lib/typescript/components/FluentGlassLayout.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassPasswordInput.d.ts +15 -0
- package/lib/typescript/components/FluentGlassPasswordInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassPopover.d.ts +17 -0
- package/lib/typescript/components/FluentGlassPopover.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassResponsiveRow.d.ts +25 -0
- package/lib/typescript/components/FluentGlassResponsiveRow.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassScrollArea.d.ts +16 -0
- package/lib/typescript/components/FluentGlassScrollArea.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSegmentedControl.d.ts +15 -0
- package/lib/typescript/components/FluentGlassSegmentedControl.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSelect.d.ts +23 -0
- package/lib/typescript/components/FluentGlassSelect.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSeparator.d.ts +13 -0
- package/lib/typescript/components/FluentGlassSeparator.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSheet.d.ts +11 -0
- package/lib/typescript/components/FluentGlassSheet.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSidebar.d.ts +44 -0
- package/lib/typescript/components/FluentGlassSidebar.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSimpleCard.d.ts +19 -0
- package/lib/typescript/components/FluentGlassSimpleCard.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSkeleton.d.ts +14 -0
- package/lib/typescript/components/FluentGlassSkeleton.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSlider.d.ts +31 -0
- package/lib/typescript/components/FluentGlassSlider.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassStatWidget.d.ts +17 -0
- package/lib/typescript/components/FluentGlassStatWidget.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassStatusIndicator.d.ts +16 -0
- package/lib/typescript/components/FluentGlassStatusIndicator.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassSwitch.d.ts +13 -0
- package/lib/typescript/components/FluentGlassSwitch.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassTable.d.ts +50 -0
- package/lib/typescript/components/FluentGlassTable.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassTag.d.ts +18 -0
- package/lib/typescript/components/FluentGlassTag.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassTextInput.d.ts +21 -0
- package/lib/typescript/components/FluentGlassTextInput.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassTimeline.d.ts +27 -0
- package/lib/typescript/components/FluentGlassTimeline.d.ts.map +1 -0
- package/lib/typescript/components/FluentGlassWeatherWidget.d.ts +13 -0
- package/lib/typescript/components/FluentGlassWeatherWidget.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +43 -0
- package/lib/typescript/components/index.d.ts.map +1 -0
- package/lib/typescript/fonts.d.ts +13 -0
- package/lib/typescript/fonts.d.ts.map +1 -0
- package/lib/typescript/hooks/useBreakpoint.d.ts +26 -0
- package/lib/typescript/hooks/useBreakpoint.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +18 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/theme/FluentGlassProvider.d.ts +21 -0
- package/lib/typescript/theme/FluentGlassProvider.d.ts.map +1 -0
- package/lib/typescript/theme/defaultTheme.d.ts +10 -0
- package/lib/typescript/theme/defaultTheme.d.ts.map +1 -0
- package/lib/typescript/theme/resolvers.d.ts +55 -0
- package/lib/typescript/theme/resolvers.d.ts.map +1 -0
- package/lib/typescript/theme/tokens.d.ts +27 -0
- package/lib/typescript/theme/tokens.d.ts.map +1 -0
- package/lib/typescript/theme/typography.d.ts +27 -0
- package/lib/typescript/theme/typography.d.ts.map +1 -0
- package/lib/typescript/theme/useTheme.d.ts +12 -0
- package/lib/typescript/theme/useTheme.d.ts.map +1 -0
- package/lib/typescript/types/components.d.ts +32 -0
- package/lib/typescript/types/components.d.ts.map +1 -0
- package/lib/typescript/types/theme.d.ts +79 -0
- package/lib/typescript/types/theme.d.ts.map +1 -0
- package/lib/typescript/utils/colors.d.ts +3 -0
- package/lib/typescript/utils/colors.d.ts.map +1 -0
- package/lib/typescript/utils/responsive.d.ts +62 -0
- package/lib/typescript/utils/responsive.d.ts.map +1 -0
- package/package.json +90 -0
- package/src/assets/fonts/Inter-Black.ttf +0 -0
- package/src/assets/fonts/Inter-Bold.ttf +0 -0
- package/src/assets/fonts/Inter-ExtraBold.ttf +0 -0
- package/src/assets/fonts/Inter-Medium.ttf +0 -0
- package/src/assets/fonts/Inter-Regular.ttf +0 -0
- package/src/assets/fonts/Inter-SemiBold.ttf +0 -0
- package/src/components/FluentGlass.tsx +103 -0
- package/src/components/FluentGlassAlert.tsx +126 -0
- package/src/components/FluentGlassBadge.tsx +109 -0
- package/src/components/FluentGlassBarChart.tsx +295 -0
- package/src/components/FluentGlassBreadcrumb.tsx +173 -0
- package/src/components/FluentGlassButton.tsx +169 -0
- package/src/components/FluentGlassCalendarWidget.tsx +55 -0
- package/src/components/FluentGlassCard.tsx +186 -0
- package/src/components/FluentGlassCheckbox.tsx +138 -0
- package/src/components/FluentGlassClockWidget.tsx +61 -0
- package/src/components/FluentGlassCodeBlock.tsx +241 -0
- package/src/components/FluentGlassContainer.tsx +63 -0
- package/src/components/FluentGlassCrossfade.tsx +122 -0
- package/src/components/FluentGlassDateInput.tsx +182 -0
- package/src/components/FluentGlassDatePicker.tsx +224 -0
- package/src/components/FluentGlassDialog.tsx +153 -0
- package/src/components/FluentGlassDock.tsx +194 -0
- package/src/components/FluentGlassDropdown.tsx +382 -0
- package/src/components/FluentGlassEmailInput.tsx +46 -0
- package/src/components/FluentGlassInput.tsx +77 -0
- package/src/components/FluentGlassLabeledInput.tsx +63 -0
- package/src/components/FluentGlassLayout.tsx +89 -0
- package/src/components/FluentGlassPasswordInput.tsx +59 -0
- package/src/components/FluentGlassPopover.tsx +74 -0
- package/src/components/FluentGlassResponsiveRow.tsx +76 -0
- package/src/components/FluentGlassScrollArea.tsx +110 -0
- package/src/components/FluentGlassSegmentedControl.tsx +140 -0
- package/src/components/FluentGlassSelect.tsx +139 -0
- package/src/components/FluentGlassSeparator.tsx +54 -0
- package/src/components/FluentGlassSheet.tsx +183 -0
- package/src/components/FluentGlassSidebar.tsx +349 -0
- package/src/components/FluentGlassSimpleCard.tsx +59 -0
- package/src/components/FluentGlassSkeleton.tsx +69 -0
- package/src/components/FluentGlassSlider.tsx +202 -0
- package/src/components/FluentGlassStatWidget.tsx +107 -0
- package/src/components/FluentGlassStatusIndicator.tsx +82 -0
- package/src/components/FluentGlassSwitch.tsx +130 -0
- package/src/components/FluentGlassTable.tsx +145 -0
- package/src/components/FluentGlassTag.tsx +98 -0
- package/src/components/FluentGlassTextInput.tsx +87 -0
- package/src/components/FluentGlassTimeline.tsx +335 -0
- package/src/components/FluentGlassWeatherWidget.tsx +54 -0
- package/src/components/index.ts +42 -0
- package/src/fonts.ts +24 -0
- package/src/hooks/useBreakpoint.ts +55 -0
- package/src/index.ts +97 -0
- package/src/theme/FluentGlassProvider.tsx +82 -0
- package/src/theme/defaultTheme.ts +44 -0
- package/src/theme/resolvers.ts +115 -0
- package/src/theme/tokens.ts +200 -0
- package/src/theme/typography.ts +41 -0
- package/src/theme/useTheme.ts +17 -0
- package/src/types/components.ts +47 -0
- package/src/types/theme.ts +82 -0
- package/src/utils/colors.ts +55 -0
- package/src/utils/responsive.ts +110 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAQH,SAAS,EACT,SAAS,EACZ,MAAM,cAAc,CAAC;AA8BtB,UAAU,cAAc;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,GAAG,CAAC;CACd;AAED,UAAU,eAAe;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,cAAc,EAAE,CAAC;CAC1B;AASD,MAAM,WAAW,wBAAwB;IACrC,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EACxC,KAAK,EACL,aAAa,EACb,OAAO,EACP,QAAQ,EACR,WAA6B,EAC7B,KAAK,EACL,KAAK,EACL,kBAAkB,GACrB,EAAE,wBAAwB,qBAiK1B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
4
|
+
export interface FluentGlassEmailInputProps extends FluentGlassBaseProps {
|
|
5
|
+
value?: string;
|
|
6
|
+
onChangeText?: (text: string) => void;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
style?: StyleProp<ViewStyle>;
|
|
9
|
+
accessibilityLabel?: string;
|
|
10
|
+
[key: string]: unknown;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* FluentGlassEmailInput (Molécula)
|
|
14
|
+
* Input configurado específicamente para correos electrónicos.
|
|
15
|
+
*/
|
|
16
|
+
export default function FluentGlassEmailInput({ value, onChangeText, placeholder, style, size, colorScheme, blur, radius, accessibilityLabel, ...props }: FluentGlassEmailInputProps): React.JSX.Element;
|
|
17
|
+
//# sourceMappingURL=FluentGlassEmailInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassEmailInput.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassEmailInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,0BAA2B,SAAQ,oBAAoB;IACpE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,KAAK,EACjD,YAAY,EACZ,WAAgC,EAChC,KAAK,EACL,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,EACN,kBAAkB,EAClB,GAAG,KAAK,EAAE,EAAE,0BAA0B,qBAkBzC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassInput (Component)
|
|
4
|
+
* Text input with "carved" glass effect.
|
|
5
|
+
*/
|
|
6
|
+
import { ViewStyle, StyleProp, TextInputProps } from 'react-native';
|
|
7
|
+
export interface FluentGlassInputProps extends TextInputProps {
|
|
8
|
+
label?: string;
|
|
9
|
+
style?: StyleProp<ViewStyle>;
|
|
10
|
+
}
|
|
11
|
+
export default function FluentGlassInput({ value, onChangeText, placeholder, label, style, keyboardType, secureTextEntry, accessibilityLabel, accessibilityHint, }: FluentGlassInputProps): React.JSX.Element;
|
|
12
|
+
//# sourceMappingURL=FluentGlassInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassInput.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;;GAGG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IACzD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACrC,KAAK,EACL,YAAY,EACZ,WAAW,EACX,KAAK,EACL,KAAK,EACL,YAAY,EACZ,eAAe,EACf,kBAAkB,EAClB,iBAAiB,GACpB,EAAE,qBAAqB,qBA4BvB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle, KeyboardTypeOptions } from 'react-native';
|
|
3
|
+
export interface FluentGlassLabeledInputProps {
|
|
4
|
+
label?: string;
|
|
5
|
+
accessibilityLabel?: string;
|
|
6
|
+
value?: string;
|
|
7
|
+
onChangeText?: (text: string) => void;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
keyboardType?: KeyboardTypeOptions;
|
|
10
|
+
autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';
|
|
11
|
+
secureTextEntry?: boolean;
|
|
12
|
+
style?: StyleProp<ViewStyle>;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* FluentGlassLabeledInput (Molécula)
|
|
16
|
+
* Input con una etiqueta (label) en la parte superior.
|
|
17
|
+
*/
|
|
18
|
+
export default function FluentGlassLabeledInput({ label, value, onChangeText, placeholder, keyboardType, autoCapitalize, secureTextEntry, style, accessibilityLabel, }: FluentGlassLabeledInputProps): React.JSX.Element;
|
|
19
|
+
//# sourceMappingURL=FluentGlassLabeledInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassLabeledInput.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassLabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAIjG,MAAM,WAAW,4BAA4B;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,CAAC;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,EAAE,KAAK,EACnD,KAAK,EACL,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,cAAc,EACd,eAAe,EACf,KAAK,EACL,kBAAkB,GAAG,EAAE,4BAA4B,qBAkBtD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface FluentGlassLayoutProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* FluentGlassLayout (Wrapper)
|
|
7
|
+
* The "Deep Liquid" environment.
|
|
8
|
+
* Replaces LiquidBackground with the specific "Orbs" mesh requested.
|
|
9
|
+
*/
|
|
10
|
+
export default function FluentGlassLayout({ children }: FluentGlassLayoutProps): React.JSX.Element;
|
|
11
|
+
//# sourceMappingURL=FluentGlassLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassLayout.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,sBAAsB;IACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,QAAQ,EAAE,EAAE,sBAAsB,qBAoC7E"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface FluentGlassPasswordInputProps {
|
|
4
|
+
value?: string;
|
|
5
|
+
onChangeText?: (text: string) => void;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
style?: StyleProp<ViewStyle>;
|
|
8
|
+
accessibilityLabel?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* FluentGlassPasswordInput (Molécula)
|
|
12
|
+
* Input específico para contraseñas con botón para revelar/ocultar.
|
|
13
|
+
*/
|
|
14
|
+
export default function FluentGlassPasswordInput({ value, onChangeText, placeholder, style, accessibilityLabel, }: FluentGlassPasswordInputProps): React.JSX.Element;
|
|
15
|
+
//# sourceMappingURL=FluentGlassPasswordInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassPasswordInput.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassPasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAgC,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKlF,MAAM,WAAW,6BAA6B;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,KAAK,EACpD,YAAY,EACZ,WAAwB,EACxB,KAAK,EACL,kBAAkB,GAAG,EAAE,6BAA6B,qBA6BvD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
4
|
+
export interface FluentGlassPopoverProps extends FluentGlassBaseProps {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
content?: React.ReactNode;
|
|
7
|
+
visible?: boolean;
|
|
8
|
+
onClose?: () => void;
|
|
9
|
+
style?: StyleProp<ViewStyle>;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* FluentGlassPopover (Component)
|
|
13
|
+
* Simple tooltip/popover container.
|
|
14
|
+
* Note: Full positioning logic is complex; this is a display atom.
|
|
15
|
+
*/
|
|
16
|
+
export default function FluentGlassPopover({ children, content, visible, size, colorScheme, blur, radius, style }: FluentGlassPopoverProps): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
|
|
17
|
+
//# sourceMappingURL=FluentGlassPopover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassPopover.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;IACjE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,QAAQ,EACjD,OAAO,EACP,OAAO,EACP,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAa,EACb,KAAK,EAAE,EAAE,uBAAuB,mSA0BnC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
/**
|
|
4
|
+
* FluentGlassResponsiveRow (Layout Helper)
|
|
5
|
+
*
|
|
6
|
+
* Renders children in a responsive flex row:
|
|
7
|
+
* - Mobile (<600px): single column (children stack vertically)
|
|
8
|
+
* - Tablet (600–1023px): 2 columns
|
|
9
|
+
* - Desktop (≥1024px): configurable columns (default 2, max 3)
|
|
10
|
+
*
|
|
11
|
+
* Props:
|
|
12
|
+
* columns - Number of columns on desktop (default: 2, max: 3)
|
|
13
|
+
* gap - Gap between items (default: 16)
|
|
14
|
+
* style - Container style override (optional)
|
|
15
|
+
* mobileStack - If true, stack vertically on mobile (default: true)
|
|
16
|
+
* children - Elements to distribute across columns
|
|
17
|
+
*/
|
|
18
|
+
export default function FluentGlassResponsiveRow({ columns: desktopCols, gap, style, mobileStack, children, }: {
|
|
19
|
+
columns?: number;
|
|
20
|
+
gap?: number;
|
|
21
|
+
style?: StyleProp<ViewStyle>;
|
|
22
|
+
mobileStack?: boolean;
|
|
23
|
+
children: React.ReactNode;
|
|
24
|
+
}): React.JSX.Element;
|
|
25
|
+
//# sourceMappingURL=FluentGlassResponsiveRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassResponsiveRow.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassResponsiveRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGtE;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAC7C,OAAO,EAAE,WAAe,EACxB,GAAQ,EACR,KAAK,EACL,WAAkB,EAClB,QAAQ,GACX,EAAE;IACC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,qBAqCA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassScrollArea (Component)
|
|
4
|
+
* Standard scroll view wrapper with custom glassmorphism scrollbar on web.
|
|
5
|
+
* On native platforms, uses the default system scrollbar.
|
|
6
|
+
*/
|
|
7
|
+
import { ViewStyle, StyleProp, ScrollViewProps } from 'react-native';
|
|
8
|
+
export interface FluentGlassScrollAreaProps extends ScrollViewProps {
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
style?: StyleProp<ViewStyle>;
|
|
11
|
+
contentContainerStyle?: StyleProp<ViewStyle>;
|
|
12
|
+
horizontal?: boolean;
|
|
13
|
+
showsIndicators?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export default function FluentGlassScrollArea({ children, style, contentContainerStyle, horizontal, showsIndicators, }: FluentGlassScrollAreaProps): React.JSX.Element;
|
|
16
|
+
//# sourceMappingURL=FluentGlassScrollArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassScrollArea.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassScrollArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AA4DzC;;;;GAIG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAErE,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IAC/D,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC1C,QAAQ,EACR,KAAK,EACL,qBAAqB,EACrB,UAAkB,EAClB,eAAsB,GACzB,EAAE,0BAA0B,qBAmB5B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassSegmentedControl
|
|
4
|
+
* A glass-style segmented control with a sliding indicator.
|
|
5
|
+
*/
|
|
6
|
+
import { ViewStyle, StyleProp } from 'react-native';
|
|
7
|
+
export interface FluentGlassSegmentedControlProps {
|
|
8
|
+
options?: string[];
|
|
9
|
+
selectedIndex?: number;
|
|
10
|
+
onChange?: (index: number) => void;
|
|
11
|
+
style?: StyleProp<ViewStyle>;
|
|
12
|
+
}
|
|
13
|
+
export default function FluentGlassSegmentedControl({ options, selectedIndex, onChange, // (index: number) => void
|
|
14
|
+
style, }: FluentGlassSegmentedControlProps): React.JSX.Element;
|
|
15
|
+
//# sourceMappingURL=FluentGlassSegmentedControl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSegmentedControl.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSegmentedControl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD;;;GAGG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,WAAW,gCAAgC;IAC7C,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,2BAA2B,CAAC,EAChD,OAAkC,EAClC,aAAiB,EACjB,QAAQ,EAAE,0BAA0B;AACpC,KAAK,GACR,EAAE,gCAAgC,qBA+ElC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassSelect (Component)
|
|
4
|
+
* Dropdown that triggers a Bottom Sheet for selection.
|
|
5
|
+
*/
|
|
6
|
+
import { ViewStyle, StyleProp } from 'react-native';
|
|
7
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
8
|
+
export interface SelectOption {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string | number;
|
|
11
|
+
}
|
|
12
|
+
export interface FluentGlassSelectProps extends FluentGlassBaseProps {
|
|
13
|
+
value?: string | number;
|
|
14
|
+
onValueChange: (value: string | number) => void;
|
|
15
|
+
options?: SelectOption[];
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
style?: StyleProp<ViewStyle>;
|
|
19
|
+
accessibilityLabel?: string;
|
|
20
|
+
}
|
|
21
|
+
export default function FluentGlassSelect({ value, onValueChange, options, // { label, value }[]
|
|
22
|
+
placeholder, label, size, colorScheme, blur, radius, accessibilityLabel, }: FluentGlassSelectProps): React.JSX.Element;
|
|
23
|
+
//# sourceMappingURL=FluentGlassSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSelect.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAOxC;;;GAGG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,sBAAuB,SAAQ,oBAAoB;IAChE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAChD,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACtC,KAAK,EACL,aAAa,EACb,OAAY,EAAE,qBAAqB;AACnC,WAA6B,EAC7B,KAAK,EAEL,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,EACN,kBAAkB,GACrB,EAAE,sBAAsB,qBAuExB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface FluentGlassSeparatorProps {
|
|
4
|
+
orientation?: 'horizontal' | 'vertical';
|
|
5
|
+
opacity?: number;
|
|
6
|
+
style?: StyleProp<ViewStyle>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* FluentGlassSeparator (Component)
|
|
10
|
+
* A subtle gradient line to divide content.
|
|
11
|
+
*/
|
|
12
|
+
export default function FluentGlassSeparator({ orientation, style, opacity, }: FluentGlassSeparatorProps): React.JSX.Element;
|
|
13
|
+
//# sourceMappingURL=FluentGlassSeparator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSeparator.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAItE,MAAM,WAAW,yBAAyB;IACtC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAAE,WAA0B,EACrE,KAAK,EACL,OAAa,GAAG,EAAE,yBAAyB,qBAoB9C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface FluentGlassSheetProps {
|
|
3
|
+
visible: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
title?: string;
|
|
7
|
+
height?: string | number;
|
|
8
|
+
size?: string;
|
|
9
|
+
}
|
|
10
|
+
export default function FluentGlassSheet({ visible, onClose, children, title, height, size, }: FluentGlassSheetProps): React.JSX.Element | null;
|
|
11
|
+
//# sourceMappingURL=FluentGlassSheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSheet.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAqBhE,MAAM,WAAW,qBAAqB;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACrC,OAAO,EACP,OAAO,EACP,QAAQ,EACR,KAAK,EACL,MAAc,EACd,IAAI,GACP,EAAE,qBAAqB,4BA0GvB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/** Defaults exported for consumers to calculate marginLeft etc. */
|
|
3
|
+
export declare const SIDEBAR_DEFAULTS: {
|
|
4
|
+
width: number;
|
|
5
|
+
margin: number;
|
|
6
|
+
navItemHeight: number;
|
|
7
|
+
navItemGap: number;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* FluentGlassSidebar
|
|
11
|
+
*
|
|
12
|
+
* Floating glass sidebar with animated slide, vertical nav indicator,
|
|
13
|
+
* and hamburger toggle. Responsive: floating on desktop, overlay on mobile.
|
|
14
|
+
*
|
|
15
|
+
* Usage:
|
|
16
|
+
* <FluentGlassSidebar
|
|
17
|
+
* routes={[{ id: 'home', label: 'Home', icon: '🏠' }]}
|
|
18
|
+
* activeRoute="home"
|
|
19
|
+
* onNavigate={setRoute}
|
|
20
|
+
* open={open}
|
|
21
|
+
* onToggle={toggle}
|
|
22
|
+
* />
|
|
23
|
+
*/
|
|
24
|
+
import { ViewStyle, StyleProp } from 'react-native';
|
|
25
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
26
|
+
export interface SidebarRoute {
|
|
27
|
+
id: string;
|
|
28
|
+
label: string;
|
|
29
|
+
icon?: string | React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
export interface FluentGlassSidebarProps extends FluentGlassBaseProps {
|
|
32
|
+
routes?: SidebarRoute[];
|
|
33
|
+
activeRoute?: string;
|
|
34
|
+
onNavigate?: (id: string) => void;
|
|
35
|
+
open?: boolean;
|
|
36
|
+
onToggle?: () => void;
|
|
37
|
+
header?: React.ReactNode;
|
|
38
|
+
navHeader?: string;
|
|
39
|
+
width?: number;
|
|
40
|
+
margin?: number;
|
|
41
|
+
style?: StyleProp<ViewStyle>;
|
|
42
|
+
}
|
|
43
|
+
export default function FluentGlassSidebar({ routes, activeRoute, onNavigate, open, onToggle, header, navHeader, width, margin, colorScheme, blur, radius, style, }: FluentGlassSidebarProps): React.JSX.Element;
|
|
44
|
+
//# sourceMappingURL=FluentGlassSidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSidebar.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,mEAAmE;AACnE,eAAO,MAAM,gBAAgB;;;;;CAK5B,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;IACjE,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,MAAW,EACX,WAAW,EACX,UAAU,EACV,IAAW,EACX,QAAQ,EACR,MAAM,EACN,SAAS,EACT,KAA8B,EAC9B,MAAgC,EAChC,WAAuB,EACvB,IAAe,EACf,MAAa,EACb,KAAK,GACR,EAAE,uBAAuB,qBAwJzB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassSimpleCard (Component)
|
|
4
|
+
* Standard container for content.
|
|
5
|
+
* Wraps FluentGlass with standard padding and structure.
|
|
6
|
+
*/
|
|
7
|
+
import { ViewStyle, StyleProp, ViewProps } from 'react-native';
|
|
8
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
9
|
+
export interface FluentGlassSimpleCardProps extends FluentGlassBaseProps, ViewProps {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
style?: StyleProp<ViewStyle>;
|
|
12
|
+
contentStyle?: StyleProp<ViewStyle>;
|
|
13
|
+
intensity?: number;
|
|
14
|
+
tint?: string;
|
|
15
|
+
}
|
|
16
|
+
export default function FluentGlassSimpleCard({ children, style, contentStyle, size, colorScheme, blur, radius, intensity, // legacy
|
|
17
|
+
tint, // legacy
|
|
18
|
+
...props }: FluentGlassSimpleCardProps): React.JSX.Element;
|
|
19
|
+
//# sourceMappingURL=FluentGlassSimpleCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSimpleCard.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSimpleCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;GAIG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,0BAA2B,SAAQ,oBAAoB,EAAE,SAAS;IAC/E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC1C,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,EACN,SAAS,EAAE,SAAS;AACpB,IAAI,EAAO,SAAS;AACpB,GAAG,KAAK,EACX,EAAE,0BAA0B,qBAiB5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface FluentGlassSkeletonProps {
|
|
4
|
+
width?: number | string;
|
|
5
|
+
height?: number | string;
|
|
6
|
+
borderRadius?: number;
|
|
7
|
+
style?: StyleProp<ViewStyle>;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* FluentGlassSkeleton (Component)
|
|
11
|
+
* Loading placeholder with a pulsing opacity animation.
|
|
12
|
+
*/
|
|
13
|
+
export default function FluentGlassSkeleton({ width, height, borderRadius, style, }: FluentGlassSkeletonProps): React.JSX.Element;
|
|
14
|
+
//# sourceMappingURL=FluentGlassSkeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAoC,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAUtF,MAAM,WAAW,wBAAwB;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,KAAK,EAC/C,MAAM,EACN,YAAgB,EAChB,KAAK,GAAG,EAAE,wBAAwB,qBAqCrC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle } from 'react-native';
|
|
3
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
4
|
+
/**
|
|
5
|
+
* FluentGlassSlider (Molecule)
|
|
6
|
+
* Glassmorphism slider — fully driven by SharedValues for buttery drag.
|
|
7
|
+
*
|
|
8
|
+
* Variants:
|
|
9
|
+
* - basic: Just the track + thumb
|
|
10
|
+
* - labeled: Label on left, value display on right, track below
|
|
11
|
+
*/
|
|
12
|
+
export interface FluentGlassSliderProps extends FluentGlassBaseProps {
|
|
13
|
+
/** Current value of the slider. */
|
|
14
|
+
value?: number;
|
|
15
|
+
/** Callback fired when the user changes the value. */
|
|
16
|
+
onValueChange?: (value: number) => void;
|
|
17
|
+
/** Minimum value. */
|
|
18
|
+
min?: number;
|
|
19
|
+
/** Maximum value. */
|
|
20
|
+
max?: number;
|
|
21
|
+
/** Label text displayed above the track. */
|
|
22
|
+
label?: string;
|
|
23
|
+
/** Whether to show the formatted value next to the label. */
|
|
24
|
+
showValue?: boolean;
|
|
25
|
+
/** Custom value formatter. */
|
|
26
|
+
formatValue?: (value: number) => string;
|
|
27
|
+
/** Additional styles for the wrapper. */
|
|
28
|
+
style?: ViewStyle;
|
|
29
|
+
}
|
|
30
|
+
export default function FluentGlassSlider({ value, onValueChange, min, max, label, showValue, formatValue, style, accessibilityLabel, }: FluentGlassSliderProps): React.JSX.Element;
|
|
31
|
+
//# sourceMappingURL=FluentGlassSlider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSlider.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AACtD,OAAO,EAA6C,SAAS,EAAE,MAAM,cAAc,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAU3D;;;;;;;GAOG;AACH,MAAM,WAAW,sBAAuB,SAAQ,oBAAoB;IAChE,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8BAA8B;IAC9B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACxC,yCAAyC;IACzC,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAKD,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,KAAU,EAClD,aAAa,EACb,GAAO,EACP,GAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,EACX,KAAK,EACL,kBAAkB,GAAG,EAAE,sBAAsB,qBAuGhD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
4
|
+
export interface FluentGlassStatWidgetProps extends FluentGlassBaseProps {
|
|
5
|
+
label?: string;
|
|
6
|
+
value?: string;
|
|
7
|
+
change?: string;
|
|
8
|
+
trend?: 'up' | 'down';
|
|
9
|
+
icon?: string;
|
|
10
|
+
style?: StyleProp<ViewStyle>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* FluentGlassStatWidget (Molecule)
|
|
14
|
+
* KPI card with value, label, and formatted change indicator.
|
|
15
|
+
*/
|
|
16
|
+
export default function FluentGlassStatWidget({ label, value, change, trend, icon, style, size, colorScheme, blur, radius, }: FluentGlassStatWidgetProps): React.JSX.Element;
|
|
17
|
+
//# sourceMappingURL=FluentGlassStatWidget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassStatWidget.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassStatWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,0BAA2B,SAAQ,oBAAoB;IACpE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,KAAgB,EAC5D,KAAW,EACX,MAAa,EACb,KAAY,EACZ,IAAW,EACX,KAAK,EAEL,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,GAAG,EAAE,0BAA0B,qBA2CxC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
3
|
+
export interface FluentGlassStatusIndicatorProps {
|
|
4
|
+
label?: string;
|
|
5
|
+
status?: 'online' | 'away' | 'offline';
|
|
6
|
+
color?: string;
|
|
7
|
+
style?: StyleProp<ViewStyle>;
|
|
8
|
+
textStyle?: StyleProp<TextStyle>;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* FluentGlassStatusIndicator (Atom)
|
|
12
|
+
* Status pill with a colored dot and label.
|
|
13
|
+
* Presets: 'online' (green), 'away' (amber), 'offline' (red), or custom via `color` prop.
|
|
14
|
+
*/
|
|
15
|
+
export default function FluentGlassStatusIndicator({ label, status, color, style, textStyle, }: FluentGlassStatusIndicatorProps): React.JSX.Element;
|
|
16
|
+
//# sourceMappingURL=FluentGlassStatusIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassStatusIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassStatusIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIvF,MAAM,WAAW,+BAA+B;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACpC;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,0BAA0B,CAAC,EAAE,KAAK,EACtD,MAAM,EACN,KAAK,EACL,KAAK,EACL,SAAS,GAAG,EAAE,+BAA+B,qBA6BhD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle, StyleProp } from 'react-native';
|
|
3
|
+
export interface FluentGlassSwitchProps {
|
|
4
|
+
value?: boolean;
|
|
5
|
+
onToggle?: (value: boolean) => void;
|
|
6
|
+
label?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
style?: StyleProp<ViewStyle>;
|
|
9
|
+
}
|
|
10
|
+
export default function FluentGlassSwitch({ value, onToggle, label, disabled, style, accessibilityLabel, }: FluentGlassSwitchProps & {
|
|
11
|
+
accessibilityLabel?: string;
|
|
12
|
+
}): React.JSX.Element;
|
|
13
|
+
//# sourceMappingURL=FluentGlassSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AA6BzC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,WAAW,sBAAsB;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACtC,KAAa,EACb,QAAQ,EACR,KAAK,EACL,QAAgB,EAChB,KAAK,EACL,kBAAkB,GACrB,EAAE,sBAAsB,GAAG;IAAE,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAAE,qBAoD1D"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewStyle, TextStyle, TextInputProps } from 'react-native';
|
|
3
|
+
/**
|
|
4
|
+
* FluentGlassTable (Namespace)
|
|
5
|
+
* Simple flex-based table layout.
|
|
6
|
+
*/
|
|
7
|
+
type CellAlign = 'left' | 'center' | 'right';
|
|
8
|
+
export interface FluentGlassTableRootProps {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
style?: ViewStyle;
|
|
11
|
+
}
|
|
12
|
+
export interface FluentGlassTableRowProps {
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
style?: ViewStyle;
|
|
15
|
+
isHeader?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface FluentGlassTableCellProps {
|
|
18
|
+
children?: React.ReactNode;
|
|
19
|
+
style?: ViewStyle;
|
|
20
|
+
flex?: number;
|
|
21
|
+
align?: CellAlign;
|
|
22
|
+
}
|
|
23
|
+
export interface FluentGlassTableHeaderCellProps {
|
|
24
|
+
children?: React.ReactNode;
|
|
25
|
+
style?: ViewStyle;
|
|
26
|
+
flex?: number;
|
|
27
|
+
align?: CellAlign;
|
|
28
|
+
}
|
|
29
|
+
export interface FluentGlassTableEditableCellProps extends Omit<TextInputProps, 'value' | 'onChangeText' | 'style'> {
|
|
30
|
+
value: string;
|
|
31
|
+
onChangeText?: (text: string) => void;
|
|
32
|
+
style?: ViewStyle;
|
|
33
|
+
flex?: number;
|
|
34
|
+
align?: CellAlign;
|
|
35
|
+
textStyle?: TextStyle;
|
|
36
|
+
}
|
|
37
|
+
declare function Root({ children, style }: FluentGlassTableRootProps): React.JSX.Element;
|
|
38
|
+
declare function Row({ children, style, isHeader }: FluentGlassTableRowProps): React.JSX.Element;
|
|
39
|
+
declare function Cell({ children, style, flex, align }: FluentGlassTableCellProps): React.JSX.Element;
|
|
40
|
+
declare function HeaderCell({ children, style, flex, align }: FluentGlassTableHeaderCellProps): React.JSX.Element;
|
|
41
|
+
declare function EditableCell({ value, onChangeText, style, flex, align, textStyle, ...props }: FluentGlassTableEditableCellProps): React.JSX.Element;
|
|
42
|
+
export declare const FluentGlassTable: {
|
|
43
|
+
Root: typeof Root;
|
|
44
|
+
Row: typeof Row;
|
|
45
|
+
Cell: typeof Cell;
|
|
46
|
+
EditableCell: typeof EditableCell;
|
|
47
|
+
Header: typeof HeaderCell;
|
|
48
|
+
};
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=FluentGlassTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassTable.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoD,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGtH;;;GAGG;AAEH,KAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7C,MAAM,WAAW,yBAAyB;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,wBAAwB;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,yBAAyB;IACtC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,+BAA+B;IAC5C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,iCAAkC,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,cAAc,GAAG,OAAO,CAAC;IAC/G,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,yBAAyB,qBAE3D;AAED,iBAAS,GAAG,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAgB,EAAE,EAAE,wBAAwB,qBAc3E;AAQD,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAQ,EAAE,KAAc,EAAE,EAAE,yBAAyB,qBAarF;AAED,iBAAS,UAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAQ,EAAE,KAAc,EAAE,EAAE,+BAA+B,qBAOjG;AAED,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,IAAQ,EAAE,KAAc,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iCAAiC,qBAarI;AA8BD,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassTag (Atom)
|
|
4
|
+
* Glassmorphism tag pill — dynamic glass for labels (tech stack, categories).
|
|
5
|
+
* Optionally removable via onRemove callback.
|
|
6
|
+
*/
|
|
7
|
+
import { ViewStyle, TextStyle, StyleProp } from 'react-native';
|
|
8
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
9
|
+
export interface FluentGlassTagProps extends FluentGlassBaseProps {
|
|
10
|
+
label: string | number;
|
|
11
|
+
onRemove?: () => void;
|
|
12
|
+
style?: StyleProp<ViewStyle>;
|
|
13
|
+
textStyle?: StyleProp<TextStyle>;
|
|
14
|
+
color?: string;
|
|
15
|
+
}
|
|
16
|
+
export default function FluentGlassTag({ label, onRemove, style, textStyle, color, // Custom dot color override (optional)
|
|
17
|
+
colorScheme, }: FluentGlassTagProps): React.JSX.Element;
|
|
18
|
+
//# sourceMappingURL=FluentGlassTag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassTag.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;;GAIG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAA0B,MAAM,qBAAqB,CAAC;AAEnF,MAAM,WAAW,mBAAoB,SAAQ,oBAAoB;IAC7D,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,KAAK,EACL,QAAQ,EACR,KAAK,EACL,SAAS,EACT,KAAK,EAAE,uCAAuC;AAC9C,WAAoB,GACvB,EAAE,mBAAmB,qBAgCrB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TextInputProps, StyleProp, ViewStyle, TextStyle, KeyboardTypeOptions } from 'react-native';
|
|
3
|
+
import { FluentGlassBaseProps } from '../types/components';
|
|
4
|
+
export interface FluentGlassTextInputProps extends FluentGlassBaseProps {
|
|
5
|
+
value?: string;
|
|
6
|
+
onChangeText?: (text: string) => void;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
keyboardType?: KeyboardTypeOptions;
|
|
9
|
+
autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';
|
|
10
|
+
autoComplete?: TextInputProps['autoComplete'];
|
|
11
|
+
secureTextEntry?: boolean;
|
|
12
|
+
style?: StyleProp<ViewStyle>;
|
|
13
|
+
inputStyle?: StyleProp<TextStyle>;
|
|
14
|
+
children?: React.ReactNode;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* FluentGlassTextInput (Átomo)
|
|
18
|
+
* Componente básico de input de texto con estilo glassmorphism.
|
|
19
|
+
*/
|
|
20
|
+
export default function FluentGlassTextInput({ value, onChangeText, placeholder, keyboardType, autoCapitalize, autoComplete, secureTextEntry, style, inputStyle, children, size, colorScheme, blur, radius, accessibilityLabel, accessibilityHint, }: FluentGlassTextInputProps): React.JSX.Element;
|
|
21
|
+
//# sourceMappingURL=FluentGlassTextInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassTextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyB,cAAc,EAAQ,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAIjI,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,WAAW,yBAA0B,SAAQ,oBAAoB;IACnE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,CAAC;IAC/D,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAAE,KAAK,EAChD,YAAY,EACZ,WAAW,EACX,YAAwB,EACxB,cAA4B,EAC5B,YAAY,EACZ,eAAuB,EACvB,KAAK,EACL,UAAU,EACV,QAAQ,EACR,IAAI,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,EACN,kBAAkB,EAClB,iBAAiB,GAAG,EAAE,yBAAyB,qBAgClD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* FluentGlassTimeline (Component)
|
|
4
|
+
* Glassmorphism timeline with vertical and horizontal variants.
|
|
5
|
+
*
|
|
6
|
+
* Props:
|
|
7
|
+
* items - Array of { title, description, date, status, icon }
|
|
8
|
+
* status: 'completed' | 'active' | 'pending'
|
|
9
|
+
* variant - 'vertical' | 'horizontal' (default: 'vertical')
|
|
10
|
+
* style - Container style override
|
|
11
|
+
* style - Container style override
|
|
12
|
+
*/
|
|
13
|
+
import { ViewStyle, StyleProp } from 'react-native';
|
|
14
|
+
export interface TimelineItem {
|
|
15
|
+
title: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
date?: string;
|
|
18
|
+
status: 'completed' | 'active' | 'pending';
|
|
19
|
+
icon?: string | React.ReactNode;
|
|
20
|
+
}
|
|
21
|
+
export interface FluentGlassTimelineProps {
|
|
22
|
+
items?: TimelineItem[];
|
|
23
|
+
variant?: 'vertical' | 'horizontal';
|
|
24
|
+
style?: StyleProp<ViewStyle>;
|
|
25
|
+
}
|
|
26
|
+
export default function FluentGlassTimeline({ items, variant, style, }: FluentGlassTimelineProps): React.JSX.Element;
|
|
27
|
+
//# sourceMappingURL=FluentGlassTimeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FluentGlassTimeline.d.ts","sourceRoot":"","sources":["../../../src/components/FluentGlassTimeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B;;;;;;;;;;GAUG;AACH,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpD,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;IAC3C,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,wBAAwB;IACrC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACpC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AA6LD,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EACxC,KAAU,EACV,OAAoB,EACpB,KAAK,GACR,EAAE,wBAAwB,qBAU1B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface FluentGlassWeatherWidgetProps {
|
|
4
|
+
temp?: string;
|
|
5
|
+
condition?: string;
|
|
6
|
+
style?: StyleProp<ViewStyle>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* FluentGlassWeatherWidget (Atom/Molecule)
|
|
10
|
+
* Dashboard widget displaying temperature and condition.
|
|
11
|
+
*/
|
|
12
|
+
export default function FluentGlassWeatherWidget({ temp, condition, style }: FluentGlassWeatherWidgetProps): React.JSX.Element;
|
|
13
|
+
//# sourceMappingURL=FluentGlassWeatherWidget.d.ts.map
|