@dreamcommerce/aurora 3.0.0-247 → 3.0.0-249

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 (45) hide show
  1. package/build/cjs/_virtual/create-plugin.js_commonjs-proxy +10 -0
  2. package/build/cjs/_virtual/create-plugin.js_commonjs-proxy.map +1 -0
  3. package/build/cjs/_virtual/createPlugin.js_commonjs-proxy +10 -0
  4. package/build/cjs/_virtual/createPlugin.js_commonjs-proxy.map +1 -0
  5. package/build/cjs/_virtual/index.js_commonjs-proxy +10 -0
  6. package/build/cjs/_virtual/index.js_commonjs-proxy.map +1 -0
  7. package/build/cjs/_virtual/plugin.js_commonjs-proxy +10 -0
  8. package/build/cjs/_virtual/plugin.js_commonjs-proxy.map +1 -0
  9. package/build/cjs/external/tailwindcss/lib/public/create-plugin.js +28 -0
  10. package/build/cjs/external/tailwindcss/lib/public/create-plugin.js.map +1 -0
  11. package/build/cjs/external/tailwindcss/lib/util/createPlugin.js +42 -0
  12. package/build/cjs/external/tailwindcss/lib/util/createPlugin.js.map +1 -0
  13. package/build/cjs/external/tailwindcss/plugin.js +10 -0
  14. package/build/cjs/external/tailwindcss/plugin.js.map +1 -0
  15. package/build/cjs/external/tailwindcss-animate/index.js +195 -0
  16. package/build/cjs/external/tailwindcss-animate/index.js.map +1 -0
  17. package/build/cjs/packages/aurora/src/components/loader/loader_variants.js +1 -1
  18. package/build/cjs/packages/aurora/src/utilities/cn.js +24 -1
  19. package/build/cjs/packages/aurora/src/utilities/cn.js.map +1 -1
  20. package/build/cjs/packages/aurora/tailwind.config.js +481 -0
  21. package/build/cjs/packages/aurora/tailwind.config.js.map +1 -0
  22. package/build/esm/_virtual/create-plugin.js_commonjs-proxy +3 -0
  23. package/build/esm/_virtual/create-plugin.js_commonjs-proxy.map +1 -0
  24. package/build/esm/_virtual/createPlugin.js_commonjs-proxy +3 -0
  25. package/build/esm/_virtual/createPlugin.js_commonjs-proxy.map +1 -0
  26. package/build/esm/_virtual/index.js_commonjs-proxy +3 -0
  27. package/build/esm/_virtual/index.js_commonjs-proxy.map +1 -0
  28. package/build/esm/_virtual/plugin.js_commonjs-proxy +3 -0
  29. package/build/esm/_virtual/plugin.js_commonjs-proxy.map +1 -0
  30. package/build/esm/external/tailwindcss/lib/public/create-plugin.js +24 -0
  31. package/build/esm/external/tailwindcss/lib/public/create-plugin.js.map +1 -0
  32. package/build/esm/external/tailwindcss/lib/util/createPlugin.js +38 -0
  33. package/build/esm/external/tailwindcss/lib/util/createPlugin.js.map +1 -0
  34. package/build/esm/external/tailwindcss/plugin.js +6 -0
  35. package/build/esm/external/tailwindcss/plugin.js.map +1 -0
  36. package/build/esm/external/tailwindcss-animate/index.js +191 -0
  37. package/build/esm/external/tailwindcss-animate/index.js.map +1 -0
  38. package/build/esm/packages/aurora/src/components/loader/loader_variants.js +1 -1
  39. package/build/esm/packages/aurora/src/components/typography/typography.d.ts +1 -1
  40. package/build/esm/packages/aurora/src/utilities/cn.js +24 -1
  41. package/build/esm/packages/aurora/src/utilities/cn.js.map +1 -1
  42. package/build/esm/packages/aurora/tailwind.config.js +477 -0
  43. package/build/esm/packages/aurora/tailwind.config.js.map +1 -0
  44. package/build/tailwind.config.js +6 -12
  45. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var createPlugin = require('../external/tailwindcss/lib/public/create-plugin.js');
6
+
7
+
8
+
9
+ exports.default = createPlugin.createPlugin;
10
+ //# sourceMappingURL=create-plugin.js_commonjs-proxy.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,2BAA2B,qDAAyD;AACpF;AACA;AACA;AACA;"}
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var createPlugin = require('../external/tailwindcss/lib/util/createPlugin.js');
6
+
7
+
8
+
9
+ exports.default = createPlugin.createPlugin_1;
10
+ //# sourceMappingURL=createPlugin.js_commonjs-proxy.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,2BAA2B,kDAAsD;AACjF;AACA;AACA;AACA;"}
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var index = require('../external/tailwindcss-animate/index.js');
6
+
7
+
8
+
9
+ exports.default = index['default'];
10
+ //# sourceMappingURL=index.js_commonjs-proxy.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,oBAAoB,0CAA8C;AAClE;AACA;AACA;AACA;"}
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var plugin = require('../external/tailwindcss/plugin.js');
6
+
7
+
8
+
9
+ exports.default = plugin['default'];
10
+ //# sourceMappingURL=plugin.js_commonjs-proxy.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,qBAAqB,mCAAuC;AAC5D;AACA;AACA;AACA;"}
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var _commonjsHelpers = require('../../../../_virtual/_commonjsHelpers.js');
6
+ var createPlugin$1 = require('../util/createPlugin.js');
7
+
8
+ var createPlugin = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9
+ Object.defineProperty(exports, "__esModule", {
10
+ value: true
11
+ });
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function() {
15
+ return _default;
16
+ }
17
+ });
18
+ const _createPlugin = /*#__PURE__*/ _interop_require_default(createPlugin$1.createPlugin_1);
19
+ function _interop_require_default(obj) {
20
+ return obj && obj.__esModule ? obj : {
21
+ default: obj
22
+ };
23
+ }
24
+ const _default = _createPlugin.default;
25
+ });
26
+
27
+ exports.createPlugin = createPlugin;
28
+ //# sourceMappingURL=create-plugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var _commonjsHelpers = require('../../../../_virtual/_commonjsHelpers.js');
6
+
7
+ var createPlugin_1 = _commonjsHelpers.createCommonjsModule(function (module, exports) {
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ Object.defineProperty(exports, "default", {
12
+ enumerable: true,
13
+ get: function() {
14
+ return _default;
15
+ }
16
+ });
17
+ function createPlugin(plugin, config) {
18
+ return {
19
+ handler: plugin,
20
+ config
21
+ };
22
+ }
23
+ createPlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {
24
+ const optionsFunction = function(options) {
25
+ return {
26
+ __options: options,
27
+ handler: pluginFunction(options),
28
+ config: configFunction(options)
29
+ };
30
+ };
31
+ optionsFunction.__isOptionsFunction = true;
32
+ // Expose plugin dependencies so that `object-hash` returns a different
33
+ // value if anything here changes, to ensure a rebuild is triggered.
34
+ optionsFunction.__pluginFunction = pluginFunction;
35
+ optionsFunction.__configFunction = configFunction;
36
+ return optionsFunction;
37
+ };
38
+ const _default = createPlugin;
39
+ });
40
+
41
+ exports.createPlugin_1 = createPlugin_1;
42
+ //# sourceMappingURL=createPlugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var createPlugin = require('./lib/public/create-plugin.js');
6
+
7
+ var plugin = (createPlugin.createPlugin.__esModule ? createPlugin.createPlugin : { default: createPlugin.createPlugin }).default;
8
+
9
+ exports.default = plugin;
10
+ //# sourceMappingURL=plugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -0,0 +1,195 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var plugin = require('../tailwindcss/plugin.js');
6
+
7
+ function filterDefault(values) {
8
+ return Object.fromEntries(
9
+ Object.entries(values).filter(([key]) => key !== "DEFAULT"),
10
+ )
11
+ }
12
+
13
+ var tailwindcssAnimate = plugin['default'](
14
+ ({ addUtilities, matchUtilities, theme }) => {
15
+ addUtilities({
16
+ "@keyframes enter": theme("keyframes.enter"),
17
+ "@keyframes exit": theme("keyframes.exit"),
18
+ ".animate-in": {
19
+ animationName: "enter",
20
+ animationDuration: theme("animationDuration.DEFAULT"),
21
+ "--tw-enter-opacity": "initial",
22
+ "--tw-enter-scale": "initial",
23
+ "--tw-enter-rotate": "initial",
24
+ "--tw-enter-translate-x": "initial",
25
+ "--tw-enter-translate-y": "initial",
26
+ },
27
+ ".animate-out": {
28
+ animationName: "exit",
29
+ animationDuration: theme("animationDuration.DEFAULT"),
30
+ "--tw-exit-opacity": "initial",
31
+ "--tw-exit-scale": "initial",
32
+ "--tw-exit-rotate": "initial",
33
+ "--tw-exit-translate-x": "initial",
34
+ "--tw-exit-translate-y": "initial",
35
+ },
36
+ });
37
+
38
+ matchUtilities(
39
+ {
40
+ "fade-in": (value) => ({ "--tw-enter-opacity": value }),
41
+ "fade-out": (value) => ({ "--tw-exit-opacity": value }),
42
+ },
43
+ { values: theme("animationOpacity") },
44
+ );
45
+
46
+ matchUtilities(
47
+ {
48
+ "zoom-in": (value) => ({ "--tw-enter-scale": value }),
49
+ "zoom-out": (value) => ({ "--tw-exit-scale": value }),
50
+ },
51
+ { values: theme("animationScale") },
52
+ );
53
+
54
+ matchUtilities(
55
+ {
56
+ "spin-in": (value) => ({ "--tw-enter-rotate": value }),
57
+ "spin-out": (value) => ({ "--tw-exit-rotate": value }),
58
+ },
59
+ { values: theme("animationRotate") },
60
+ );
61
+
62
+ matchUtilities(
63
+ {
64
+ "slide-in-from-top": (value) => ({
65
+ "--tw-enter-translate-y": `-${value}`,
66
+ }),
67
+ "slide-in-from-bottom": (value) => ({
68
+ "--tw-enter-translate-y": value,
69
+ }),
70
+ "slide-in-from-left": (value) => ({
71
+ "--tw-enter-translate-x": `-${value}`,
72
+ }),
73
+ "slide-in-from-right": (value) => ({
74
+ "--tw-enter-translate-x": value,
75
+ }),
76
+ "slide-out-to-top": (value) => ({
77
+ "--tw-exit-translate-y": `-${value}`,
78
+ }),
79
+ "slide-out-to-bottom": (value) => ({
80
+ "--tw-exit-translate-y": value,
81
+ }),
82
+ "slide-out-to-left": (value) => ({
83
+ "--tw-exit-translate-x": `-${value}`,
84
+ }),
85
+ "slide-out-to-right": (value) => ({
86
+ "--tw-exit-translate-x": value,
87
+ }),
88
+ },
89
+ { values: theme("animationTranslate") },
90
+ );
91
+
92
+ matchUtilities(
93
+ { duration: (value) => ({ animationDuration: value }) },
94
+ { values: filterDefault(theme("animationDuration")) },
95
+ );
96
+
97
+ matchUtilities(
98
+ { delay: (value) => ({ animationDelay: value }) },
99
+ { values: theme("animationDelay") },
100
+ );
101
+
102
+ matchUtilities(
103
+ { ease: (value) => ({ animationTimingFunction: value }) },
104
+ { values: filterDefault(theme("animationTimingFunction")) },
105
+ );
106
+
107
+ addUtilities({
108
+ ".running": { animationPlayState: "running" },
109
+ ".paused": { animationPlayState: "paused" },
110
+ });
111
+
112
+ matchUtilities(
113
+ { "fill-mode": (value) => ({ animationFillMode: value }) },
114
+ { values: theme("animationFillMode") },
115
+ );
116
+
117
+ matchUtilities(
118
+ { direction: (value) => ({ animationDirection: value }) },
119
+ { values: theme("animationDirection") },
120
+ );
121
+
122
+ matchUtilities(
123
+ { repeat: (value) => ({ animationIterationCount: value }) },
124
+ { values: theme("animationRepeat") },
125
+ );
126
+ },
127
+ {
128
+ theme: {
129
+ extend: {
130
+ animationDelay: ({ theme }) => ({
131
+ ...theme("transitionDelay"),
132
+ }),
133
+ animationDuration: ({ theme }) => ({
134
+ 0: "0ms",
135
+ ...theme("transitionDuration"),
136
+ }),
137
+ animationTimingFunction: ({ theme }) => ({
138
+ ...theme("transitionTimingFunction"),
139
+ }),
140
+ animationFillMode: {
141
+ none: "none",
142
+ forwards: "forwards",
143
+ backwards: "backwards",
144
+ both: "both",
145
+ },
146
+ animationDirection: {
147
+ normal: "normal",
148
+ reverse: "reverse",
149
+ alternate: "alternate",
150
+ "alternate-reverse": "alternate-reverse",
151
+ },
152
+ animationOpacity: ({ theme }) => ({
153
+ DEFAULT: 0,
154
+ ...theme("opacity"),
155
+ }),
156
+ animationTranslate: ({ theme }) => ({
157
+ DEFAULT: "100%",
158
+ ...theme("translate"),
159
+ }),
160
+ animationScale: ({ theme }) => ({
161
+ DEFAULT: 0,
162
+ ...theme("scale"),
163
+ }),
164
+ animationRotate: ({ theme }) => ({
165
+ DEFAULT: "30deg",
166
+ ...theme("rotate"),
167
+ }),
168
+ animationRepeat: {
169
+ 0: "0",
170
+ 1: "1",
171
+ infinite: "infinite",
172
+ },
173
+ keyframes: {
174
+ enter: {
175
+ from: {
176
+ opacity: "var(--tw-enter-opacity, 1)",
177
+ transform:
178
+ "translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))",
179
+ },
180
+ },
181
+ exit: {
182
+ to: {
183
+ opacity: "var(--tw-exit-opacity, 1)",
184
+ transform:
185
+ "translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))",
186
+ },
187
+ },
188
+ },
189
+ },
190
+ },
191
+ },
192
+ );
193
+
194
+ exports.default = tailwindcssAnimate;
195
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -6,7 +6,7 @@ var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBa
6
6
  var index = require('../../../../../external/class-variance-authority/dist/index.mjs.js');
7
7
  var loader_constants = require('./loader_constants.js');
8
8
 
9
- var loaderVariants = index.cva('aurora-inline-block aurora-align-middle aurora-border-solid aurora-border-color-t aurora-border-r-primary aurora-border-color-b aurora-border-color-l aurora-rounded-full aurora-animate-spin', {
9
+ var loaderVariants = index.cva('aurora-inline-block aurora-align-middle aurora-border-solid aurora-border-r-primary aurora-rounded-full aurora-animate-spin', {
10
10
  variants: {
11
11
  variant: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, loader_constants.LOADER_VARIANTS.s, 'aurora-h-4 aurora-w-4 aurora-border-2'), loader_constants.LOADER_VARIANTS.m, 'aurora-h-6 aurora-w-6 aurora-border-[3px]'), loader_constants.LOADER_VARIANTS.l, 'aurora-h-8 aurora-w-8 aurora-border-4')
12
12
  },
@@ -2,11 +2,34 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var _rollupPluginBabelHelpers = require('../../../../_virtual/_rollupPluginBabelHelpers.js');
5
6
  var clsx = require('../../../../external/clsx/dist/clsx.mjs.js');
6
7
  var bundleMjs = require('../../../../external/tailwind-merge/dist/bundle-mjs.mjs.js');
8
+ var tailwind_config = require('../../tailwind.config.js');
7
9
 
10
+ var config = tailwind_config['default'];
8
11
  var twMerge = bundleMjs.extendTailwindMerge({
9
- prefix: 'aurora-'
12
+ prefix: 'aurora-',
13
+ extend: {
14
+ theme: {
15
+ colors: [].concat(_rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.colors)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.textColor)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.backgroundColor)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.borderColor)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.outlineColor)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.ringColor)), _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.fill))),
16
+ borderRadius: _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.borderRadius))
17
+ },
18
+ classGroups: {
19
+ 'font-size': [{
20
+ text: _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.fontSize))
21
+ }],
22
+ shadow: [{
23
+ shadow: _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.boxShadow))
24
+ }],
25
+ leading: [{
26
+ leading: _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.lineHeight))
27
+ }],
28
+ tracking: [{
29
+ tracking: _rollupPluginBabelHelpers.toConsumableArray(Object.keys(config.theme.letterSpacing))
30
+ }]
31
+ }
32
+ }
10
33
  });
11
34
  function cn() {
12
35
  for (var _len = arguments.length, inputs = new Array(_len), _key = 0; _key < _len; _key++) {
@@ -1 +1 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,mBAAmB,4CAAgD;AACnE,wBAAwB,4DAAgE;AACxF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,mBAAmB,4CAAgD;AACnE,wBAAwB,4DAAgE;AACxF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}