@magmamath/students-features 0.9.14-rc.15 → 0.9.14-rc.16
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
CHANGED
|
@@ -4,11 +4,8 @@
|
|
|
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="feat: updated
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/components/BasicPlusLayout/keyboardGroups.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/BasicPlusLayout/keyboardGroups.ts" afterDir="false" />
|
|
7
|
+
<list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="feat: updated unit tabs gap">
|
|
10
8
|
<change beforePath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/UnitTabs.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/UnitsLayout/UnitTabs.tsx" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" afterDir="false" />
|
|
12
9
|
</list>
|
|
13
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
14
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -198,15 +195,7 @@
|
|
|
198
195
|
<workItem from="1766415953458" duration="2436000" />
|
|
199
196
|
<workItem from="1766487717021" duration="4617000" />
|
|
200
197
|
<workItem from="1766498143970" duration="8795000" />
|
|
201
|
-
<workItem from="1766571521865" duration="
|
|
202
|
-
</task>
|
|
203
|
-
<task id="LOCAL-00057" summary="chore: numpad refactoring">
|
|
204
|
-
<option name="closed" value="true" />
|
|
205
|
-
<created>1759839143117</created>
|
|
206
|
-
<option name="number" value="00057" />
|
|
207
|
-
<option name="presentableId" value="LOCAL-00057" />
|
|
208
|
-
<option name="project" value="LOCAL" />
|
|
209
|
-
<updated>1759839143117</updated>
|
|
198
|
+
<workItem from="1766571521865" duration="35386000" />
|
|
210
199
|
</task>
|
|
211
200
|
<task id="LOCAL-00058" summary="chore: unitTabs refactoring">
|
|
212
201
|
<option name="closed" value="true" />
|
|
@@ -592,7 +581,15 @@
|
|
|
592
581
|
<option name="project" value="LOCAL" />
|
|
593
582
|
<updated>1767023590150</updated>
|
|
594
583
|
</task>
|
|
595
|
-
<
|
|
584
|
+
<task id="LOCAL-00106" summary="feat: updated unit tabs gap">
|
|
585
|
+
<option name="closed" value="true" />
|
|
586
|
+
<created>1767099119740</created>
|
|
587
|
+
<option name="number" value="00106" />
|
|
588
|
+
<option name="presentableId" value="LOCAL-00106" />
|
|
589
|
+
<option name="project" value="LOCAL" />
|
|
590
|
+
<updated>1767099119740</updated>
|
|
591
|
+
</task>
|
|
592
|
+
<option name="localTasksCounter" value="107" />
|
|
596
593
|
<servers />
|
|
597
594
|
</component>
|
|
598
595
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -610,7 +607,6 @@
|
|
|
610
607
|
</option>
|
|
611
608
|
</component>
|
|
612
609
|
<component name="VcsManagerConfiguration">
|
|
613
|
-
<MESSAGE value="feat: updated mobile layouts for basic plus plus" />
|
|
614
610
|
<MESSAGE value="feat: updated mobile styles" />
|
|
615
611
|
<MESSAGE value="fix: disabled state for keyboard" />
|
|
616
612
|
<MESSAGE value="feat: added new spreadsheet buttons" />
|
|
@@ -635,7 +631,8 @@
|
|
|
635
631
|
<MESSAGE value="feat: updated c dot icon" />
|
|
636
632
|
<MESSAGE value="feat: updated basic breakpoint" />
|
|
637
633
|
<MESSAGE value="feat: updated comma value" />
|
|
638
|
-
<
|
|
634
|
+
<MESSAGE value="feat: updated unit tabs gap" />
|
|
635
|
+
<option name="LAST_COMMIT_MESSAGE" value="feat: updated unit tabs gap" />
|
|
639
636
|
</component>
|
|
640
637
|
<component name="github-copilot-workspace">
|
|
641
638
|
<instructionFileLocations>
|
package/package.json
CHANGED