@magmamath/students-features 0.9.100-rc.1 → 0.9.100
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/.idea/workspace.xml +37 -50
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -4,20 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="
|
|
8
|
-
<change afterPath="$PROJECT_DIR$/src/shared/icons/TimeIcon.tsx" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/types.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/types.ts" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardGroupsByLocale.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardGroupsByLocale.ts" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/types/MathKeysGroups/units.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/types/MathKeysGroups/units.tsx" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/ca.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/ca.json" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/de.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/de.json" afterDir="false" />
|
|
16
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/en.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/en.json" afterDir="false" />
|
|
17
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/gb.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/gb.json" afterDir="false" />
|
|
18
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/sct.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/sct.json" afterDir="false" />
|
|
19
|
-
<change beforePath="$PROJECT_DIR$/src/shared/translation/localization/sw.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/shared/translation/localization/sw.json" afterDir="false" />
|
|
20
|
-
</list>
|
|
7
|
+
<list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="feat: added time layout to units" />
|
|
21
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
22
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
23
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -56,31 +43,31 @@
|
|
|
56
43
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
57
44
|
<option name="showLibraryContents" value="true" />
|
|
58
45
|
</component>
|
|
59
|
-
<component name="PropertiesComponent"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
46
|
+
<component name="PropertiesComponent">{
|
|
47
|
+
"keyToString": {
|
|
48
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
49
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
50
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
51
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
52
|
+
"git-widget-placeholder": "feature/3347-units-time",
|
|
53
|
+
"last_opened_file_path": "/Users/alesiaskarakhod/Work/students-features",
|
|
54
|
+
"node.js.detected.package.eslint": "true",
|
|
55
|
+
"node.js.detected.package.standard": "true",
|
|
56
|
+
"node.js.detected.package.tslint": "true",
|
|
57
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
58
|
+
"node.js.selected.package.standard": "",
|
|
59
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
60
|
+
"nodejs_package_manager_path": "yarn",
|
|
61
|
+
"npm.prepare.executor": "Run",
|
|
62
|
+
"npm.release.executor": "Run",
|
|
63
|
+
"npm.start.executor": "Run",
|
|
64
|
+
"npm.web.executor": "Run",
|
|
65
|
+
"prettierjs.PrettierConfiguration.Package": "/Users/alesiaskarakhod/Work/students-features/node_modules/prettier",
|
|
66
|
+
"settings.editor.selected.configurable": "settings.javascript.linters.eslint",
|
|
67
|
+
"ts.external.directory.path": "/Users/alesiaskarakhod/Work/students-features/node_modules/typescript/lib",
|
|
68
|
+
"vue.rearranger.settings.migration": "true"
|
|
82
69
|
}
|
|
83
|
-
}
|
|
70
|
+
}</component>
|
|
84
71
|
<component name="RecentsManager">
|
|
85
72
|
<key name="CopyFile.RECENT_KEYS">
|
|
86
73
|
<recent name="$PROJECT_DIR$/src/shared/icons/keyboard" />
|
|
@@ -200,15 +187,7 @@
|
|
|
200
187
|
<workItem from="1764064342395" duration="6418000" />
|
|
201
188
|
<workItem from="1764084307115" duration="874000" />
|
|
202
189
|
<workItem from="1765211656135" duration="1289000" />
|
|
203
|
-
<workItem from="1765907874976" duration="
|
|
204
|
-
</task>
|
|
205
|
-
<task id="LOCAL-00041" summary="feat: added onPressIn for keyboard buttons">
|
|
206
|
-
<option name="closed" value="true" />
|
|
207
|
-
<created>1759743259650</created>
|
|
208
|
-
<option name="number" value="00041" />
|
|
209
|
-
<option name="presentableId" value="LOCAL-00041" />
|
|
210
|
-
<option name="project" value="LOCAL" />
|
|
211
|
-
<updated>1759743259650</updated>
|
|
190
|
+
<workItem from="1765907874976" duration="1725000" />
|
|
212
191
|
</task>
|
|
213
192
|
<task id="LOCAL-00042" summary="feat: updated sw multiplication sign">
|
|
214
193
|
<option name="closed" value="true" />
|
|
@@ -594,7 +573,15 @@
|
|
|
594
573
|
<option name="project" value="LOCAL" />
|
|
595
574
|
<updated>1765211996076</updated>
|
|
596
575
|
</task>
|
|
597
|
-
<
|
|
576
|
+
<task id="LOCAL-00090" summary="feat: added time layout to units">
|
|
577
|
+
<option name="closed" value="true" />
|
|
578
|
+
<created>1765909222042</created>
|
|
579
|
+
<option name="number" value="00090" />
|
|
580
|
+
<option name="presentableId" value="LOCAL-00090" />
|
|
581
|
+
<option name="project" value="LOCAL" />
|
|
582
|
+
<updated>1765909222042</updated>
|
|
583
|
+
</task>
|
|
584
|
+
<option name="localTasksCounter" value="91" />
|
|
598
585
|
<servers />
|
|
599
586
|
</component>
|
|
600
587
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -612,7 +599,6 @@
|
|
|
612
599
|
</option>
|
|
613
600
|
</component>
|
|
614
601
|
<component name="VcsManagerConfiguration">
|
|
615
|
-
<MESSAGE value="chore: renamed basic extended to basic plus" />
|
|
616
602
|
<MESSAGE value="chore: algebra layout refactored" />
|
|
617
603
|
<MESSAGE value="chore: numpad refactoring" />
|
|
618
604
|
<MESSAGE value="chore: unitTabs refactoring" />
|
|
@@ -637,7 +623,8 @@
|
|
|
637
623
|
<MESSAGE value="feat: updated styles and version" />
|
|
638
624
|
<MESSAGE value="chore: version update" />
|
|
639
625
|
<MESSAGE value="fix: updated mathfield value for square brackets" />
|
|
640
|
-
<
|
|
626
|
+
<MESSAGE value="feat: added time layout to units" />
|
|
627
|
+
<option name="LAST_COMMIT_MESSAGE" value="feat: added time layout to units" />
|
|
641
628
|
</component>
|
|
642
629
|
<component name="github-copilot-workspace">
|
|
643
630
|
<instructionFileLocations>
|