@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.
@@ -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="32116000" />
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" />
@@ -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: 20
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: 20
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.15",
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: 20,
65
65
  },
66
66
  keyGroupContainer: {
67
67
  gap: 8,