@alfalab/core-components 50.13.0 → 50.14.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.
Files changed (151) hide show
  1. package/carousel/component.d.ts +1 -0
  2. package/carousel/component.js +14 -0
  3. package/carousel/components/animated-wrapper/index.d.ts +1 -0
  4. package/carousel/components/animated-wrapper/index.js +14 -0
  5. package/carousel/components/layout/index.d.ts +1 -0
  6. package/carousel/components/layout/index.js +14 -0
  7. package/carousel/components/navigation/index.d.ts +1 -0
  8. package/carousel/components/navigation/index.js +14 -0
  9. package/carousel/components/navigation-button/index.d.ts +1 -0
  10. package/carousel/components/navigation-button/index.js +14 -0
  11. package/carousel/context.d.ts +1 -0
  12. package/carousel/context.js +14 -0
  13. package/carousel/cssm/component.d.ts +1 -0
  14. package/carousel/cssm/component.js +14 -0
  15. package/carousel/cssm/components/animated-wrapper/index.d.ts +1 -0
  16. package/carousel/cssm/components/animated-wrapper/index.js +14 -0
  17. package/carousel/cssm/components/layout/index.d.ts +1 -0
  18. package/carousel/cssm/components/layout/index.js +14 -0
  19. package/carousel/cssm/components/navigation/index.d.ts +1 -0
  20. package/carousel/cssm/components/navigation/index.js +14 -0
  21. package/carousel/cssm/components/navigation-button/index.d.ts +1 -0
  22. package/carousel/cssm/components/navigation-button/index.js +14 -0
  23. package/carousel/cssm/context.d.ts +1 -0
  24. package/carousel/cssm/context.js +14 -0
  25. package/carousel/cssm/headless-component.d.ts +1 -0
  26. package/carousel/cssm/headless-component.js +14 -0
  27. package/carousel/cssm/hooks.d.ts +1 -0
  28. package/carousel/cssm/hooks.js +14 -0
  29. package/carousel/cssm/index.d.ts +1 -0
  30. package/carousel/cssm/index.js +14 -0
  31. package/carousel/cssm/shared.d.ts +1 -0
  32. package/carousel/cssm/shared.js +14 -0
  33. package/carousel/cssm/types.d.ts +1 -0
  34. package/carousel/cssm/types.js +14 -0
  35. package/carousel/cssm/utils.d.ts +1 -0
  36. package/carousel/cssm/utils.js +14 -0
  37. package/carousel/esm/component.d.ts +1 -0
  38. package/carousel/esm/component.js +1 -0
  39. package/carousel/esm/components/animated-wrapper/index.d.ts +1 -0
  40. package/carousel/esm/components/animated-wrapper/index.js +1 -0
  41. package/carousel/esm/components/layout/index.d.ts +1 -0
  42. package/carousel/esm/components/layout/index.js +1 -0
  43. package/carousel/esm/components/navigation/index.d.ts +1 -0
  44. package/carousel/esm/components/navigation/index.js +1 -0
  45. package/carousel/esm/components/navigation-button/index.d.ts +1 -0
  46. package/carousel/esm/components/navigation-button/index.js +1 -0
  47. package/carousel/esm/context.d.ts +1 -0
  48. package/carousel/esm/context.js +1 -0
  49. package/carousel/esm/headless-component.d.ts +1 -0
  50. package/carousel/esm/headless-component.js +1 -0
  51. package/carousel/esm/hooks.d.ts +1 -0
  52. package/carousel/esm/hooks.js +1 -0
  53. package/carousel/esm/index.d.ts +1 -0
  54. package/carousel/esm/index.js +1 -0
  55. package/carousel/esm/shared.d.ts +1 -0
  56. package/carousel/esm/shared.js +1 -0
  57. package/carousel/esm/types.d.ts +1 -0
  58. package/carousel/esm/types.js +1 -0
  59. package/carousel/esm/utils.d.ts +1 -0
  60. package/carousel/esm/utils.js +1 -0
  61. package/carousel/headless-component.d.ts +1 -0
  62. package/carousel/headless-component.js +14 -0
  63. package/carousel/hooks.d.ts +1 -0
  64. package/carousel/hooks.js +14 -0
  65. package/carousel/index.d.ts +1 -0
  66. package/carousel/index.js +14 -0
  67. package/carousel/modern/component.d.ts +1 -0
  68. package/carousel/modern/component.js +1 -0
  69. package/carousel/modern/components/animated-wrapper/index.d.ts +1 -0
  70. package/carousel/modern/components/animated-wrapper/index.js +1 -0
  71. package/carousel/modern/components/layout/index.d.ts +1 -0
  72. package/carousel/modern/components/layout/index.js +1 -0
  73. package/carousel/modern/components/navigation/index.d.ts +1 -0
  74. package/carousel/modern/components/navigation/index.js +1 -0
  75. package/carousel/modern/components/navigation-button/index.d.ts +1 -0
  76. package/carousel/modern/components/navigation-button/index.js +1 -0
  77. package/carousel/modern/context.d.ts +1 -0
  78. package/carousel/modern/context.js +1 -0
  79. package/carousel/modern/headless-component.d.ts +1 -0
  80. package/carousel/modern/headless-component.js +1 -0
  81. package/carousel/modern/hooks.d.ts +1 -0
  82. package/carousel/modern/hooks.js +1 -0
  83. package/carousel/modern/index.d.ts +1 -0
  84. package/carousel/modern/index.js +1 -0
  85. package/carousel/modern/shared.d.ts +1 -0
  86. package/carousel/modern/shared.js +1 -0
  87. package/carousel/modern/types.d.ts +1 -0
  88. package/carousel/modern/types.js +1 -0
  89. package/carousel/modern/utils.d.ts +1 -0
  90. package/carousel/modern/utils.js +1 -0
  91. package/carousel/moderncssm/component.d.ts +1 -0
  92. package/carousel/moderncssm/component.js +1 -0
  93. package/carousel/moderncssm/components/animated-wrapper/index.d.ts +1 -0
  94. package/carousel/moderncssm/components/animated-wrapper/index.js +1 -0
  95. package/carousel/moderncssm/components/layout/index.d.ts +1 -0
  96. package/carousel/moderncssm/components/layout/index.js +1 -0
  97. package/carousel/moderncssm/components/navigation/index.d.ts +1 -0
  98. package/carousel/moderncssm/components/navigation/index.js +1 -0
  99. package/carousel/moderncssm/components/navigation-button/index.d.ts +1 -0
  100. package/carousel/moderncssm/components/navigation-button/index.js +1 -0
  101. package/carousel/moderncssm/context.d.ts +1 -0
  102. package/carousel/moderncssm/context.js +1 -0
  103. package/carousel/moderncssm/headless-component.d.ts +1 -0
  104. package/carousel/moderncssm/headless-component.js +1 -0
  105. package/carousel/moderncssm/hooks.d.ts +1 -0
  106. package/carousel/moderncssm/hooks.js +1 -0
  107. package/carousel/moderncssm/index.d.ts +1 -0
  108. package/carousel/moderncssm/index.js +1 -0
  109. package/carousel/moderncssm/shared.d.ts +1 -0
  110. package/carousel/moderncssm/shared.js +1 -0
  111. package/carousel/moderncssm/types.d.ts +1 -0
  112. package/carousel/moderncssm/types.js +1 -0
  113. package/carousel/moderncssm/utils.d.ts +1 -0
  114. package/carousel/moderncssm/utils.js +1 -0
  115. package/carousel/shared.d.ts +1 -0
  116. package/carousel/shared.js +14 -0
  117. package/carousel/types.d.ts +1 -0
  118. package/carousel/types.js +14 -0
  119. package/carousel/utils.d.ts +1 -0
  120. package/carousel/utils.js +14 -0
  121. package/package.json +91 -90
  122. package/shared/cssm/hooks/use-force-update.d.ts +1 -0
  123. package/shared/cssm/hooks/use-force-update.js +14 -0
  124. package/shared/cssm/hooks/use-ref-as-state.d.ts +1 -0
  125. package/shared/cssm/hooks/use-ref-as-state.js +14 -0
  126. package/shared/cssm/util-components.d.ts +1 -0
  127. package/shared/cssm/util-components.js +14 -0
  128. package/shared/esm/hooks/use-force-update.d.ts +1 -0
  129. package/shared/esm/hooks/use-force-update.js +1 -0
  130. package/shared/esm/hooks/use-ref-as-state.d.ts +1 -0
  131. package/shared/esm/hooks/use-ref-as-state.js +1 -0
  132. package/shared/esm/util-components.d.ts +1 -0
  133. package/shared/esm/util-components.js +1 -0
  134. package/shared/hooks/use-force-update.d.ts +1 -0
  135. package/shared/hooks/use-force-update.js +14 -0
  136. package/shared/hooks/use-ref-as-state.d.ts +1 -0
  137. package/shared/hooks/use-ref-as-state.js +14 -0
  138. package/shared/modern/hooks/use-force-update.d.ts +1 -0
  139. package/shared/modern/hooks/use-force-update.js +1 -0
  140. package/shared/modern/hooks/use-ref-as-state.d.ts +1 -0
  141. package/shared/modern/hooks/use-ref-as-state.js +1 -0
  142. package/shared/modern/util-components.d.ts +1 -0
  143. package/shared/modern/util-components.js +1 -0
  144. package/shared/moderncssm/hooks/use-force-update.d.ts +1 -0
  145. package/shared/moderncssm/hooks/use-force-update.js +1 -0
  146. package/shared/moderncssm/hooks/use-ref-as-state.d.ts +1 -0
  147. package/shared/moderncssm/hooks/use-ref-as-state.js +1 -0
  148. package/shared/moderncssm/util-components.d.ts +1 -0
  149. package/shared/moderncssm/util-components.js +1 -0
  150. package/shared/util-components.d.ts +1 -0
  151. package/shared/util-components.js +14 -0
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/component';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var component = require('@alfalab/core-components-carousel/component');
6
+
7
+
8
+
9
+ Object.keys(component).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return component[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/components/animated-wrapper';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var animatedWrapper = require('@alfalab/core-components-carousel/components/animated-wrapper');
6
+
7
+
8
+
9
+ Object.keys(animatedWrapper).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return animatedWrapper[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/components/layout';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var layout = require('@alfalab/core-components-carousel/components/layout');
6
+
7
+
8
+
9
+ Object.keys(layout).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return layout[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/components/navigation';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var navigation = require('@alfalab/core-components-carousel/components/navigation');
6
+
7
+
8
+
9
+ Object.keys(navigation).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return navigation[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/components/navigation-button';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var navigationButton = require('@alfalab/core-components-carousel/components/navigation-button');
6
+
7
+
8
+
9
+ Object.keys(navigationButton).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return navigationButton[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-carousel/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/component';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var component = require('@alfalab/core-components-carousel/cssm/component');
6
+
7
+
8
+
9
+ Object.keys(component).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return component[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/components/animated-wrapper';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var animatedWrapper = require('@alfalab/core-components-carousel/cssm/components/animated-wrapper');
6
+
7
+
8
+
9
+ Object.keys(animatedWrapper).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return animatedWrapper[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/components/layout';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var layout = require('@alfalab/core-components-carousel/cssm/components/layout');
6
+
7
+
8
+
9
+ Object.keys(layout).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return layout[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/components/navigation';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var navigation = require('@alfalab/core-components-carousel/cssm/components/navigation');
6
+
7
+
8
+
9
+ Object.keys(navigation).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return navigation[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/components/navigation-button';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var navigationButton = require('@alfalab/core-components-carousel/cssm/components/navigation-button');
6
+
7
+
8
+
9
+ Object.keys(navigationButton).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return navigationButton[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-carousel/cssm/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/headless-component';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var headlessComponent = require('@alfalab/core-components-carousel/cssm/headless-component');
6
+
7
+
8
+
9
+ Object.keys(headlessComponent).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return headlessComponent[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/hooks';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var hooks = require('@alfalab/core-components-carousel/cssm/hooks');
6
+
7
+
8
+
9
+ Object.keys(hooks).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return hooks[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var cssm = require('@alfalab/core-components-carousel/cssm');
6
+
7
+
8
+
9
+ Object.keys(cssm).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return cssm[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/shared';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var shared = require('@alfalab/core-components-carousel/cssm/shared');
6
+
7
+
8
+
9
+ Object.keys(shared).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return shared[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/types';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var types = require('@alfalab/core-components-carousel/cssm/types');
6
+
7
+
8
+
9
+ Object.keys(types).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return types[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/cssm/utils';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var utils = require('@alfalab/core-components-carousel/cssm/utils');
6
+
7
+
8
+
9
+ Object.keys(utils).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return utils[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/headless-component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/headless-component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/hooks';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/hooks';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/utils';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/esm/utils';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/headless-component';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var headlessComponent = require('@alfalab/core-components-carousel/headless-component');
6
+
7
+
8
+
9
+ Object.keys(headlessComponent).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return headlessComponent[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/hooks';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var hooks = require('@alfalab/core-components-carousel/hooks');
6
+
7
+
8
+
9
+ Object.keys(hooks).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return hooks[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var coreComponentsCarousel = require('@alfalab/core-components-carousel');
6
+
7
+
8
+
9
+ Object.keys(coreComponentsCarousel).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return coreComponentsCarousel[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/headless-component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/headless-component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/hooks';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/hooks';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/utils';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/modern/utils';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/animated-wrapper';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/layout';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/navigation';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/components/navigation-button';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/headless-component';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-carousel/moderncssm/headless-component';