@soyfri/template 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +66 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,9 +65,72 @@ function App() {
65
65
  - Internationalization support
66
66
  - Easy integration with FRI frontend projects
67
67
 
68
- ## Contributing
69
- Please read our contributing guidelines before submitting pull requests.
70
-
68
+ ## Avilable Imports and utils
69
+ - Layout Core
70
+ - HeaderWrapper
71
+ - FooterWrapper
72
+ - Content
73
+ - Sidebar
74
+ - ScrollTop
75
+ - Toolbar
76
+ - MasterLayout
77
+ - MasterInit
78
+
79
+ ---
80
+ - LayoutProvider
81
+ - PageDataProvider
82
+ - useLayout
83
+ ---
84
+ - ThemeModeProvider
85
+ - ThemeModeSwitcher
86
+ ---
87
+ - MetronicI18nProvider
88
+ - i18nProvider
89
+ - setLanguage
90
+ - useLang
91
+ ---
92
+ - FeedsWidget2, FeedsWidget3, FeedsWidget4, FeedsWidget5, FeedsWidget6
93
+ - MixedWidget1 through MixedWidget15
94
+ - ListsWidget1 through ListsWidget9
95
+ - StatisticsWidget1 through StatisticsWidget6
96
+ - Check the metronic docs for more information: tronic docs for more information
97
+ ---
98
+
99
+ - KTIcon
100
+ - KTCard
101
+ - KTCardBody
102
+ - KTSVG
103
+ - CreateAppModal
104
+ - SelectLocationModal
105
+ - InviteUsers
106
+ - UpgradePlan
107
+ - toAbsoluteUrl
108
+ - getLayoutFromLocalStorage
109
+ - setLayoutToLocalStorage
110
+ - getEmptyCssClasses
111
+ - getEmptyCSSVariables
112
+ - getEmptyHTMLAttributes
113
+ - ID type
114
+ - PaginationState
115
+ - SortState
116
+ - FilterState
117
+ - SearchState
118
+ - QueryState
119
+ ---
120
+
121
+ - CookieComponent
122
+ - DrawerComponent
123
+ - FeedbackComponent
124
+ - ImageInputComponent
125
+ - ScrollComponent
126
+ - ScrollTopComponent
127
+ - StepperComponent
128
+ - StickyComponent
129
+ - ToggleComponent
130
+ - PasswordMeterComponent
131
+ - SwapperComponent
132
+ - MenuComponent
133
+ - SearchComponent
71
134
  ## License
72
135
  MIT
73
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyfri/template",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Metronic template components and utilities for Fri projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",