@elice/material-runbox 1.260825.0-runboxusability.11 → 1.260825.0-runboxusability.12

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.
@@ -38,7 +38,7 @@ var MaterialRunboxQuotaAlmostEndDialog = function MaterialRunboxQuotaAlmostEndDi
38
38
  children: intl$1.formatMessage({
39
39
  id: 'runbox.timer.almost_end.dialog.quota.title'
40
40
  }, {
41
- time: intl$1.formatNumber(useRunboxSessionEndWarning.QUOTA_ALMOST_END_MINUTES, {
41
+ time: intl$1.formatNumber(quotaInfo.remainingQuota, {
42
42
  style: 'unit',
43
43
  unit: 'minute',
44
44
  unitDisplay: 'short'
@@ -39,7 +39,7 @@ var MaterialRunboxQuotaPerSessionAlmostEndDialog = function MaterialRunboxQuotaP
39
39
  children: intl$1.formatMessage({
40
40
  id: 'runbox.timer.almost_end.dialog.quota_per_session.title'
41
41
  }, {
42
- time: intl$1.formatNumber(useRunboxSessionEndWarning.QUOTA_PER_SESSION_ALMOST_END_MINUTES, {
42
+ time: intl$1.formatNumber(quotaPerSessionInfo.remainingQuota, {
43
43
  style: 'unit',
44
44
  unit: 'minute',
45
45
  unitDisplay: 'short'
@@ -34,7 +34,7 @@ var MaterialRunboxQuotaAlmostEndDialog = function MaterialRunboxQuotaAlmostEndDi
34
34
  children: intl.formatMessage({
35
35
  id: 'runbox.timer.almost_end.dialog.quota.title'
36
36
  }, {
37
- time: intl.formatNumber(QUOTA_ALMOST_END_MINUTES, {
37
+ time: intl.formatNumber(quotaInfo.remainingQuota, {
38
38
  style: 'unit',
39
39
  unit: 'minute',
40
40
  unitDisplay: 'short'
@@ -35,7 +35,7 @@ var MaterialRunboxQuotaPerSessionAlmostEndDialog = function MaterialRunboxQuotaP
35
35
  children: intl.formatMessage({
36
36
  id: 'runbox.timer.almost_end.dialog.quota_per_session.title'
37
37
  }, {
38
- time: intl.formatNumber(QUOTA_PER_SESSION_ALMOST_END_MINUTES, {
38
+ time: intl.formatNumber(quotaPerSessionInfo.remainingQuota, {
39
39
  style: 'unit',
40
40
  unit: 'minute',
41
41
  unitDisplay: 'short'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-runbox",
3
- "version": "1.260825.0-runboxusability.11",
3
+ "version": "1.260825.0-runboxusability.12",
4
4
  "description": "User view and editing components of Elice material runbox",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,8 +37,8 @@
37
37
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
38
38
  "react-transition-group": "^4.4.0",
39
39
  "react-use": "^17.0.0",
40
- "@elice/material-shared-types": "1.260825.0-runboxusability.11",
41
- "@elice/material-shared-utils": "1.260825.0-runboxusability.11"
40
+ "@elice/material-shared-types": "1.260825.0-runboxusability.12",
41
+ "@elice/material-shared-utils": "1.260825.0-runboxusability.12"
42
42
  },
43
43
  "dependencies": {
44
44
  "classnames": "^2.2.0",
@@ -77,8 +77,8 @@
77
77
  "react-use": "^17.2.4",
78
78
  "rollup": "^4.0.0",
79
79
  "typescript": "~5.9.3",
80
- "@elice/material-shared-types": "1.260825.0-runboxusability.11",
81
- "@elice/material-shared-utils": "1.260825.0-runboxusability.11"
80
+ "@elice/material-shared-types": "1.260825.0-runboxusability.12",
81
+ "@elice/material-shared-utils": "1.260825.0-runboxusability.12"
82
82
  },
83
83
  "scripts": {
84
84
  "start": "run-s watch",