@magmamath/students-features 0.9.14-rc.14 → 0.9.14-rc.15
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
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="feat: updated comma value">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
8
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" />
|
|
10
|
+
<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" />
|
|
9
11
|
<change beforePath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" afterDir="false" />
|
|
10
12
|
</list>
|
|
11
13
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -196,7 +198,7 @@
|
|
|
196
198
|
<workItem from="1766415953458" duration="2436000" />
|
|
197
199
|
<workItem from="1766487717021" duration="4617000" />
|
|
198
200
|
<workItem from="1766498143970" duration="8795000" />
|
|
199
|
-
<workItem from="1766571521865" duration="
|
|
201
|
+
<workItem from="1766571521865" duration="32874000" />
|
|
200
202
|
</task>
|
|
201
203
|
<task id="LOCAL-00057" summary="chore: numpad refactoring">
|
|
202
204
|
<option name="closed" value="true" />
|
package/package.json
CHANGED