@elice/material-exercise 1.230418.2 → 1.230426.0

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.
@@ -168,8 +168,7 @@ var ExerciseRunnerControllerRunningInfo = function ExerciseRunnerControllerRunni
168
168
  day: "2-digit",
169
169
  hour: "2-digit",
170
170
  minute: "2-digit",
171
- second: "2-digit",
172
- hour12: false
171
+ second: "2-digit"
173
172
  }) : '--'));
174
173
  };
175
174
  //
@@ -159,8 +159,7 @@ var ExerciseRunnerControllerRunningInfo = function ExerciseRunnerControllerRunni
159
159
  day: "2-digit",
160
160
  hour: "2-digit",
161
161
  minute: "2-digit",
162
- second: "2-digit",
163
- hour12: false
162
+ second: "2-digit"
164
163
  }) : '--'));
165
164
  };
166
165
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-exercise",
3
- "version": "1.230418.2",
3
+ "version": "1.230426.0",
4
4
  "description": "User view and editing components of Elice material exercise",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -79,8 +79,8 @@
79
79
  "@elice/design-tokens": "^1.220803.0",
80
80
  "@elice/icons": "^1.220803.0",
81
81
  "@elice/markdown": "^1.220803.0",
82
- "@elice/material-shared-types": "1.230418.2",
83
- "@elice/material-shared-utils": "1.230418.2",
82
+ "@elice/material-shared-types": "1.230426.0",
83
+ "@elice/material-shared-utils": "1.230426.0",
84
84
  "@elice/types": "^1.230417.0",
85
85
  "@elice/websocket": "^1.220803.0",
86
86
  "@types/classnames": "^2.3.1",
@@ -102,5 +102,5 @@
102
102
  "recoil": "^0.6.1",
103
103
  "styled-components": "^5.2.0"
104
104
  },
105
- "gitHead": "8833ce9a281e499e465a0382324501af039ec027"
105
+ "gitHead": "74f0ac019452eee338558abd3d678c80e7a74479"
106
106
  }