math-main-components 0.0.129 → 0.0.130

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/dist/index.cjs.js CHANGED
@@ -1047,6 +1047,7 @@ exports.ManagerPermission = void 0;
1047
1047
  ManagerPermission["manager"] = "manager";
1048
1048
  ManagerPermission["license"] = "license";
1049
1049
  ManagerPermission["file"] = "file";
1050
+ ManagerPermission["feedback"] = "feedback";
1050
1051
  })(exports.ManagerPermission || (exports.ManagerPermission = {}));
1051
1052
 
1052
1053
  exports.Accordeon = Accordeon;
package/dist/index.esm.js CHANGED
@@ -1039,6 +1039,7 @@ var ManagerPermission;
1039
1039
  ManagerPermission["manager"] = "manager";
1040
1040
  ManagerPermission["license"] = "license";
1041
1041
  ManagerPermission["file"] = "file";
1042
+ ManagerPermission["feedback"] = "feedback";
1042
1043
  })(ManagerPermission || (ManagerPermission = {}));
1043
1044
 
1044
1045
  export { Accordeon, AuthButton, CardButton, Checkbox, ChooseRole, ChooseRoleItem, CopyCode, CourseAnnouncementAssetType, Dialog, FormButton, FormText, ForwardButton, Gap, InputArea, InputMail, InputNames, InputNumber, InputPassword, InputPin, InputText, ManagerPermission, OptionField, OptionFieldHorizontal, PrimaryButton, ProgressBar, RadioButtons, RadioOption, RedirectButton, S3FileCategory, SearchChip, SearchChips, Searchbar, Slider, SliderCard, StepBack, SvgIcon, Table, Tabs, TextWithIcon, UsageCard };
@@ -8,3 +8,7 @@ export interface Feedback {
8
8
  createdAt: Date;
9
9
  updatedAt: Date;
10
10
  }
11
+ export interface FeedbackAnswer {
12
+ message: string;
13
+ createdAt: Date;
14
+ }
@@ -12,5 +12,6 @@ export declare enum ManagerPermission {
12
12
  subsription = "subscription",
13
13
  manager = "manager",
14
14
  license = "license",
15
- file = "file"
15
+ file = "file",
16
+ feedback = "feedback"
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-main-components",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*"