@surveycake/rc 3.0.0-alpha.178 → 3.0.0-alpha.179

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.179](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.178...v3.0.0-alpha.179) (2026-05-05)
6
+
7
+
8
+ ### Features
9
+
10
+ * upgrade rhooks and utils from gitlab surveycake group, publish to gitlab ([01bac5e](https://fox.25sprout.com/surveycake/sdk/rc/commit/01bac5e956c3e95527633ee81392620311b594cf))
11
+
5
12
  ## [3.0.0-alpha.178](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.2...v3.0.0-alpha.178) (2026-05-04)
6
13
 
7
14
  ## [3.0.0-gitlab-test.2](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.1...v3.0.0-gitlab-test.2) (2026-04-29)
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { Container } from '@cakefrosting/rhooks';
2
+ import { Container } from '@surveycake/rhooks';
3
3
  export interface PortalProps {
4
4
  /**
5
5
  * HTMLElement, ref(createRef), component instance.
@@ -213,9 +213,9 @@ var pickers = require('@material-ui/pickers');
213
213
  var styled = _interopDefault(require('@emotion/styled'));
214
214
  var core$2 = require('@emotion/core');
215
215
  var reactTable = require('react-table');
216
- var utils = require('@cakefrosting/utils');
216
+ var utils = require('@surveycake/utils');
217
217
  var reactDom = require('react-dom');
218
- var rhooks = require('@cakefrosting/rhooks');
218
+ var rhooks = require('@surveycake/rhooks');
219
219
  var MuiModal = _interopDefault(require('@material-ui/core/Modal'));
220
220
  var MuiSnackbarContent$1 = _interopDefault(require('@material-ui/core/SnackbarContent'));
221
221
  var DateFnsUtils = _interopDefault(require('@date-io/date-fns'));