@magmamath/students-features 0.9.14-rc.14 → 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.
@@ -4,9 +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 comma value">
8
- <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" />
9
- <change beforePath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/constants/keyboardLayouts.ts" afterDir="false" />
7
+ <list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="feat: updated unit tabs gap">
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" />
10
9
  </list>
11
10
  <option name="SHOW_DIALOG" value="false" />
12
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -196,15 +195,7 @@
196
195
  <workItem from="1766415953458" duration="2436000" />
197
196
  <workItem from="1766487717021" duration="4617000" />
198
197
  <workItem from="1766498143970" duration="8795000" />
199
- <workItem from="1766571521865" duration="32116000" />
200
- </task>
201
- <task id="LOCAL-00057" summary="chore: numpad refactoring">
202
- <option name="closed" value="true" />
203
- <created>1759839143117</created>
204
- <option name="number" value="00057" />
205
- <option name="presentableId" value="LOCAL-00057" />
206
- <option name="project" value="LOCAL" />
207
- <updated>1759839143117</updated>
198
+ <workItem from="1766571521865" duration="35386000" />
208
199
  </task>
209
200
  <task id="LOCAL-00058" summary="chore: unitTabs refactoring">
210
201
  <option name="closed" value="true" />
@@ -590,7 +581,15 @@
590
581
  <option name="project" value="LOCAL" />
591
582
  <updated>1767023590150</updated>
592
583
  </task>
593
- <option name="localTasksCounter" value="106" />
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" />
594
593
  <servers />
595
594
  </component>
596
595
  <component name="TypeScriptGeneratedFilesManager">
@@ -608,7 +607,6 @@
608
607
  </option>
609
608
  </component>
610
609
  <component name="VcsManagerConfiguration">
611
- <MESSAGE value="feat: updated mobile layouts for basic plus plus" />
612
610
  <MESSAGE value="feat: updated mobile styles" />
613
611
  <MESSAGE value="fix: disabled state for keyboard" />
614
612
  <MESSAGE value="feat: added new spreadsheet buttons" />
@@ -633,7 +631,8 @@
633
631
  <MESSAGE value="feat: updated c dot icon" />
634
632
  <MESSAGE value="feat: updated basic breakpoint" />
635
633
  <MESSAGE value="feat: updated comma value" />
636
- <option name="LAST_COMMIT_MESSAGE" value="feat: updated comma value" />
634
+ <MESSAGE value="feat: updated unit tabs gap" />
635
+ <option name="LAST_COMMIT_MESSAGE" value="feat: updated unit tabs gap" />
637
636
  </component>
638
637
  <component name="github-copilot-workspace">
639
638
  <instructionFileLocations>
@@ -57,7 +57,7 @@ const styles = _reactNative.StyleSheet.create({
57
57
  borderBottomWidth: 1,
58
58
  borderBottomColor: _reactNativeUi.COLORS.NEUTRAL_3,
59
59
  paddingTop: 0,
60
- gap: 24
60
+ gap: 12
61
61
  },
62
62
  keyGroupContainer: {
63
63
  gap: 8
@@ -51,7 +51,7 @@ const styles = StyleSheet.create({
51
51
  borderBottomWidth: 1,
52
52
  borderBottomColor: COLORS.NEUTRAL_3,
53
53
  paddingTop: 0,
54
- gap: 24
54
+ gap: 12
55
55
  },
56
56
  keyGroupContainer: {
57
57
  gap: 8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.9.14-rc.14",
3
+ "version": "0.9.14-rc.16",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -61,7 +61,7 @@ const styles = StyleSheet.create({
61
61
  borderBottomWidth: 1,
62
62
  borderBottomColor: COLORS.NEUTRAL_3,
63
63
  paddingTop: 0,
64
- gap: 24,
64
+ gap: 12,
65
65
  },
66
66
  keyGroupContainer: {
67
67
  gap: 8,