@aivenio/aquarium 1.67.0 → 1.68.0-rc1

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 (35) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/src/atoms/Checkbox/Checkbox.d.ts +1 -1
  3. package/dist/src/atoms/RadioButton/RadioButton.d.ts +1 -1
  4. package/dist/src/atoms/Switch/Switch.d.ts +1 -1
  5. package/dist/src/molecules/Banner/Banner.d.ts +1 -1
  6. package/dist/src/molecules/Button/Button.d.ts +9 -9
  7. package/dist/src/molecules/DataList/DataList.js +3 -3
  8. package/dist/src/molecules/DropdownMenu/DropdownMenu.d.ts +3 -3
  9. package/dist/src/molecules/DropdownMenu/DropdownMenu.js +1 -1
  10. package/dist/system.cjs +4 -2
  11. package/dist/system.mjs +4 -2
  12. package/dist/tailwind/tailwind.backgroundColor.d.ts +43 -0
  13. package/dist/tailwind/tailwind.backgroundColor.js +44 -0
  14. package/dist/tailwind/tailwind.borderColor.d.ts +44 -0
  15. package/dist/tailwind/tailwind.borderColor.js +32 -0
  16. package/dist/tailwind/tailwind.borderRadius.d.ts +1 -0
  17. package/dist/tailwind/tailwind.borderRadius.js +5 -0
  18. package/dist/tailwind/tailwind.colors.d.ts +102 -0
  19. package/dist/tailwind/tailwind.colors.js +106 -0
  20. package/dist/tailwind/tailwind.elevations.d.ts +8 -0
  21. package/dist/tailwind/tailwind.elevations.js +9 -0
  22. package/dist/tailwind/tailwind.margin.d.ts +22 -0
  23. package/dist/tailwind/tailwind.margin.js +23 -0
  24. package/dist/tailwind/tailwind.spacing.d.ts +21 -0
  25. package/dist/tailwind/tailwind.spacing.js +22 -0
  26. package/dist/tailwind/tailwind.textColor.d.ts +56 -0
  27. package/dist/tailwind/tailwind.textColor.js +39 -0
  28. package/dist/tailwind/tailwind.typography.d.ts +14 -0
  29. package/dist/tailwind/tailwind.typography.js +15 -0
  30. package/dist/tailwind/textColor.d.ts +219 -0
  31. package/dist/tailwind/textColor.js +651 -0
  32. package/dist/tailwind/typography.d.ts +219 -0
  33. package/dist/tailwind/typography.js +651 -0
  34. package/dist/tsconfig.module.tsbuildinfo +1 -1
  35. package/package.json +4 -4
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "white": "var(--aquarium-colors-white)",
4
+ "black": "var(--aquarium-colors-black)",
5
+ "transparent": "var(--aquarium-colors-transparent)",
6
+ "current": "var(--aquarium-colors-current)",
7
+ "error": {
8
+ "0": "var(--aquarium-colors-error-0)",
9
+ "5": "var(--aquarium-colors-error-5)",
10
+ "10": "var(--aquarium-colors-error-10)",
11
+ "20": "var(--aquarium-colors-error-20)",
12
+ "30": "var(--aquarium-colors-error-30)",
13
+ "40": "var(--aquarium-colors-error-40)",
14
+ "50": "var(--aquarium-colors-error-50)",
15
+ "60": "var(--aquarium-colors-error-60)",
16
+ "70": "var(--aquarium-colors-error-70)",
17
+ "80": "var(--aquarium-colors-error-80)",
18
+ "90": "var(--aquarium-colors-error-90)",
19
+ "100": "var(--aquarium-colors-error-100)"
20
+ },
21
+ "warning": {
22
+ "0": "var(--aquarium-colors-warning-0)",
23
+ "5": "var(--aquarium-colors-warning-5)",
24
+ "10": "var(--aquarium-colors-warning-10)",
25
+ "20": "var(--aquarium-colors-warning-20)",
26
+ "30": "var(--aquarium-colors-warning-30)",
27
+ "40": "var(--aquarium-colors-warning-40)",
28
+ "50": "var(--aquarium-colors-warning-50)",
29
+ "60": "var(--aquarium-colors-warning-60)",
30
+ "70": "var(--aquarium-colors-warning-70)",
31
+ "80": "var(--aquarium-colors-warning-80)",
32
+ "90": "var(--aquarium-colors-warning-90)",
33
+ "100": "var(--aquarium-colors-warning-100)"
34
+ },
35
+ "success": {
36
+ "0": "var(--aquarium-colors-success-0)",
37
+ "5": "var(--aquarium-colors-success-5)",
38
+ "10": "var(--aquarium-colors-success-10)",
39
+ "20": "var(--aquarium-colors-success-20)",
40
+ "30": "var(--aquarium-colors-success-30)",
41
+ "40": "var(--aquarium-colors-success-40)",
42
+ "50": "var(--aquarium-colors-success-50)",
43
+ "60": "var(--aquarium-colors-success-60)",
44
+ "70": "var(--aquarium-colors-success-70)",
45
+ "80": "var(--aquarium-colors-success-80)",
46
+ "90": "var(--aquarium-colors-success-90)",
47
+ "100": "var(--aquarium-colors-success-100)"
48
+ },
49
+ "info": {
50
+ "0": "var(--aquarium-colors-info-0)",
51
+ "5": "var(--aquarium-colors-info-5)",
52
+ "10": "var(--aquarium-colors-info-10)",
53
+ "20": "var(--aquarium-colors-info-20)",
54
+ "30": "var(--aquarium-colors-info-30)",
55
+ "40": "var(--aquarium-colors-info-40)",
56
+ "50": "var(--aquarium-colors-info-50)",
57
+ "60": "var(--aquarium-colors-info-60)",
58
+ "70": "var(--aquarium-colors-info-70)",
59
+ "80": "var(--aquarium-colors-info-80)",
60
+ "90": "var(--aquarium-colors-info-90)",
61
+ "100": "var(--aquarium-colors-info-100)"
62
+ },
63
+ "grey": {
64
+ "0": "var(--aquarium-colors-grey-0)",
65
+ "5": "var(--aquarium-colors-grey-5)",
66
+ "10": "var(--aquarium-colors-grey-10)",
67
+ "20": "var(--aquarium-colors-grey-20)",
68
+ "30": "var(--aquarium-colors-grey-30)",
69
+ "40": "var(--aquarium-colors-grey-40)",
70
+ "50": "var(--aquarium-colors-grey-50)",
71
+ "60": "var(--aquarium-colors-grey-60)",
72
+ "70": "var(--aquarium-colors-grey-70)",
73
+ "80": "var(--aquarium-colors-grey-80)",
74
+ "90": "var(--aquarium-colors-grey-90)",
75
+ "100": "var(--aquarium-colors-grey-100)"
76
+ },
77
+ "secondary": {
78
+ "0": "var(--aquarium-colors-secondary-0)",
79
+ "5": "var(--aquarium-colors-secondary-5)",
80
+ "10": "var(--aquarium-colors-secondary-10)",
81
+ "20": "var(--aquarium-colors-secondary-20)",
82
+ "30": "var(--aquarium-colors-secondary-30)",
83
+ "40": "var(--aquarium-colors-secondary-40)",
84
+ "50": "var(--aquarium-colors-secondary-50)",
85
+ "60": "var(--aquarium-colors-secondary-60)",
86
+ "70": "var(--aquarium-colors-secondary-70)",
87
+ "80": "var(--aquarium-colors-secondary-80)",
88
+ "90": "var(--aquarium-colors-secondary-90)",
89
+ "100": "var(--aquarium-colors-secondary-100)"
90
+ },
91
+ "primary": {
92
+ "0": "var(--aquarium-colors-primary-0)",
93
+ "5": "var(--aquarium-colors-primary-5)",
94
+ "10": "var(--aquarium-colors-primary-10)",
95
+ "20": "var(--aquarium-colors-primary-20)",
96
+ "30": "var(--aquarium-colors-primary-30)",
97
+ "40": "var(--aquarium-colors-primary-40)",
98
+ "50": "var(--aquarium-colors-primary-50)",
99
+ "60": "var(--aquarium-colors-primary-60)",
100
+ "70": "var(--aquarium-colors-primary-70)",
101
+ "80": "var(--aquarium-colors-primary-80)",
102
+ "90": "var(--aquarium-colors-primary-90)",
103
+ "100": "var(--aquarium-colors-primary-100)"
104
+ }
105
+ };
106
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQuY29sb3JzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdGFpbHdpbmQvdGFpbHdpbmQuY29sb3JzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLENBQUMsT0FBTyxHQUFHO0lBQ2YsT0FBTyxFQUFFLDhCQUE4QjtJQUN2QyxPQUFPLEVBQUUsOEJBQThCO0lBQ3ZDLGFBQWEsRUFBRSxvQ0FBb0M7SUFDbkQsU0FBUyxFQUFFLGdDQUFnQztJQUMzQyxPQUFPLEVBQUU7UUFDUCxHQUFHLEVBQUUsZ0NBQWdDO1FBQ3JDLEdBQUcsRUFBRSxnQ0FBZ0M7UUFDckMsSUFBSSxFQUFFLGlDQUFpQztRQUN2QyxJQUFJLEVBQUUsaUNBQWlDO1FBQ3ZDLElBQUksRUFBRSxpQ0FBaUM7UUFDdkMsSUFBSSxFQUFFLGlDQUFpQztRQUN2QyxJQUFJLEVBQUUsaUNBQWlDO1FBQ3ZDLElBQUksRUFBRSxpQ0FBaUM7UUFDdkMsSUFBSSxFQUFFLGlDQUFpQztRQUN2QyxJQUFJLEVBQUUsaUNBQWlDO1FBQ3ZDLElBQUksRUFBRSxpQ0FBaUM7UUFDdkMsS0FBSyxFQUFFLGtDQUFrQztLQUMxQztJQUNELFNBQVMsRUFBRTtRQUNULEdBQUcsRUFBRSxrQ0FBa0M7UUFDdkMsR0FBRyxFQUFFLGtDQUFrQztRQUN2QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxLQUFLLEVBQUUsb0NBQW9DO0tBQzVDO0lBQ0QsU0FBUyxFQUFFO1FBQ1QsR0FBRyxFQUFFLGtDQUFrQztRQUN2QyxHQUFHLEVBQUUsa0NBQWtDO1FBQ3ZDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLEtBQUssRUFBRSxvQ0FBb0M7S0FDNUM7SUFDRCxNQUFNLEVBQUU7UUFDTixHQUFHLEVBQUUsK0JBQStCO1FBQ3BDLEdBQUcsRUFBRSwrQkFBK0I7UUFDcEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsS0FBSyxFQUFFLGlDQUFpQztLQUN6QztJQUNELE1BQU0sRUFBRTtRQUNOLEdBQUcsRUFBRSwrQkFBK0I7UUFDcEMsR0FBRyxFQUFFLCtCQUErQjtRQUNwQyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxJQUFJLEVBQUUsZ0NBQWdDO1FBQ3RDLElBQUksRUFBRSxnQ0FBZ0M7UUFDdEMsSUFBSSxFQUFFLGdDQUFnQztRQUN0QyxLQUFLLEVBQUUsaUNBQWlDO0tBQ3pDO0lBQ0QsV0FBVyxFQUFFO1FBQ1gsR0FBRyxFQUFFLG9DQUFvQztRQUN6QyxHQUFHLEVBQUUsb0NBQW9DO1FBQ3pDLElBQUksRUFBRSxxQ0FBcUM7UUFDM0MsSUFBSSxFQUFFLHFDQUFxQztRQUMzQyxJQUFJLEVBQUUscUNBQXFDO1FBQzNDLElBQUksRUFBRSxxQ0FBcUM7UUFDM0MsSUFBSSxFQUFFLHFDQUFxQztRQUMzQyxJQUFJLEVBQUUscUNBQXFDO1FBQzNDLElBQUksRUFBRSxxQ0FBcUM7UUFDM0MsSUFBSSxFQUFFLHFDQUFxQztRQUMzQyxJQUFJLEVBQUUscUNBQXFDO1FBQzNDLEtBQUssRUFBRSxzQ0FBc0M7S0FDOUM7SUFDRCxTQUFTLEVBQUU7UUFDVCxHQUFHLEVBQUUsa0NBQWtDO1FBQ3ZDLEdBQUcsRUFBRSxrQ0FBa0M7UUFDdkMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsSUFBSSxFQUFFLG1DQUFtQztRQUN6QyxJQUFJLEVBQUUsbUNBQW1DO1FBQ3pDLElBQUksRUFBRSxtQ0FBbUM7UUFDekMsS0FBSyxFQUFFLG9DQUFvQztLQUM1QztDQUNGLENBQUMifQ==
@@ -0,0 +1,8 @@
1
+ declare const _exports: {
2
+ "24dp": string;
3
+ "16dp": string;
4
+ "8dp": string;
5
+ "4dp": string;
6
+ "2dp": string;
7
+ };
8
+ export = _exports;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "24dp": "var(--aquarium-elevations-24dp)",
4
+ "16dp": "var(--aquarium-elevations-16dp)",
5
+ "8dp": "var(--aquarium-elevations-8dp)",
6
+ "4dp": "var(--aquarium-elevations-4dp)",
7
+ "2dp": "var(--aquarium-elevations-2dp)"
8
+ };
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQuZWxldmF0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3RhaWx3aW5kL3RhaWx3aW5kLmVsZXZhdGlvbnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sQ0FBQyxPQUFPLEdBQUc7SUFDZixNQUFNLEVBQUUsaUNBQWlDO0lBQ3pDLE1BQU0sRUFBRSxpQ0FBaUM7SUFDekMsS0FBSyxFQUFFLGdDQUFnQztJQUN2QyxLQUFLLEVBQUUsZ0NBQWdDO0lBQ3ZDLEtBQUssRUFBRSxnQ0FBZ0M7Q0FDeEMsQ0FBQyJ9
@@ -0,0 +1,22 @@
1
+ declare const _exports: {
2
+ "0": string;
3
+ "1": string;
4
+ "2": string;
5
+ "3": string;
6
+ "4": string;
7
+ "5": string;
8
+ "6": string;
9
+ "7": string;
10
+ "8": string;
11
+ "9": string;
12
+ auto: string;
13
+ "1px": string;
14
+ l1: string;
15
+ l2: string;
16
+ l3: string;
17
+ l4: string;
18
+ l5: string;
19
+ l6: string;
20
+ l7: string;
21
+ };
22
+ export = _exports;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "0": "var(--aquarium-margin-0)",
4
+ "1": "var(--aquarium-margin-1)",
5
+ "2": "var(--aquarium-margin-2)",
6
+ "3": "var(--aquarium-margin-3)",
7
+ "4": "var(--aquarium-margin-4)",
8
+ "5": "var(--aquarium-margin-5)",
9
+ "6": "var(--aquarium-margin-6)",
10
+ "7": "var(--aquarium-margin-7)",
11
+ "8": "var(--aquarium-margin-8)",
12
+ "9": "var(--aquarium-margin-9)",
13
+ "auto": "var(--aquarium-margin-auto)",
14
+ "1px": "var(--aquarium-margin-1px)",
15
+ "l1": "var(--aquarium-margin-l1)",
16
+ "l2": "var(--aquarium-margin-l2)",
17
+ "l3": "var(--aquarium-margin-l3)",
18
+ "l4": "var(--aquarium-margin-l4)",
19
+ "l5": "var(--aquarium-margin-l5)",
20
+ "l6": "var(--aquarium-margin-l6)",
21
+ "l7": "var(--aquarium-margin-l7)"
22
+ };
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQubWFyZ2luLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdGFpbHdpbmQvdGFpbHdpbmQubWFyZ2luLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLENBQUMsT0FBTyxHQUFHO0lBQ2YsR0FBRyxFQUFFLDBCQUEwQjtJQUMvQixHQUFHLEVBQUUsMEJBQTBCO0lBQy9CLEdBQUcsRUFBRSwwQkFBMEI7SUFDL0IsR0FBRyxFQUFFLDBCQUEwQjtJQUMvQixHQUFHLEVBQUUsMEJBQTBCO0lBQy9CLEdBQUcsRUFBRSwwQkFBMEI7SUFDL0IsR0FBRyxFQUFFLDBCQUEwQjtJQUMvQixHQUFHLEVBQUUsMEJBQTBCO0lBQy9CLEdBQUcsRUFBRSwwQkFBMEI7SUFDL0IsR0FBRyxFQUFFLDBCQUEwQjtJQUMvQixNQUFNLEVBQUUsNkJBQTZCO0lBQ3JDLEtBQUssRUFBRSw0QkFBNEI7SUFDbkMsSUFBSSxFQUFFLDJCQUEyQjtJQUNqQyxJQUFJLEVBQUUsMkJBQTJCO0lBQ2pDLElBQUksRUFBRSwyQkFBMkI7SUFDakMsSUFBSSxFQUFFLDJCQUEyQjtJQUNqQyxJQUFJLEVBQUUsMkJBQTJCO0lBQ2pDLElBQUksRUFBRSwyQkFBMkI7SUFDakMsSUFBSSxFQUFFLDJCQUEyQjtDQUNsQyxDQUFDIn0=
@@ -0,0 +1,21 @@
1
+ declare const _exports: {
2
+ "0": string;
3
+ "1": string;
4
+ "2": string;
5
+ "3": string;
6
+ "4": string;
7
+ "5": string;
8
+ "6": string;
9
+ "7": string;
10
+ "8": string;
11
+ "9": string;
12
+ "1px": string;
13
+ l1: string;
14
+ l2: string;
15
+ l3: string;
16
+ l4: string;
17
+ l5: string;
18
+ l6: string;
19
+ l7: string;
20
+ };
21
+ export = _exports;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "0": "var(--aquarium-spacing-0)",
4
+ "1": "var(--aquarium-spacing-1)",
5
+ "2": "var(--aquarium-spacing-2)",
6
+ "3": "var(--aquarium-spacing-3)",
7
+ "4": "var(--aquarium-spacing-4)",
8
+ "5": "var(--aquarium-spacing-5)",
9
+ "6": "var(--aquarium-spacing-6)",
10
+ "7": "var(--aquarium-spacing-7)",
11
+ "8": "var(--aquarium-spacing-8)",
12
+ "9": "var(--aquarium-spacing-9)",
13
+ "1px": "var(--aquarium-spacing-1px)",
14
+ "l1": "var(--aquarium-spacing-l1)",
15
+ "l2": "var(--aquarium-spacing-l2)",
16
+ "l3": "var(--aquarium-spacing-l3)",
17
+ "l4": "var(--aquarium-spacing-l4)",
18
+ "l5": "var(--aquarium-spacing-l5)",
19
+ "l6": "var(--aquarium-spacing-l6)",
20
+ "l7": "var(--aquarium-spacing-l7)"
21
+ };
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQuc3BhY2luZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3RhaWx3aW5kL3RhaWx3aW5kLnNwYWNpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sQ0FBQyxPQUFPLEdBQUc7SUFDZixHQUFHLEVBQUUsMkJBQTJCO0lBQ2hDLEdBQUcsRUFBRSwyQkFBMkI7SUFDaEMsR0FBRyxFQUFFLDJCQUEyQjtJQUNoQyxHQUFHLEVBQUUsMkJBQTJCO0lBQ2hDLEdBQUcsRUFBRSwyQkFBMkI7SUFDaEMsR0FBRyxFQUFFLDJCQUEyQjtJQUNoQyxHQUFHLEVBQUUsMkJBQTJCO0lBQ2hDLEdBQUcsRUFBRSwyQkFBMkI7SUFDaEMsR0FBRyxFQUFFLDJCQUEyQjtJQUNoQyxHQUFHLEVBQUUsMkJBQTJCO0lBQ2hDLEtBQUssRUFBRSw2QkFBNkI7SUFDcEMsSUFBSSxFQUFFLDRCQUE0QjtJQUNsQyxJQUFJLEVBQUUsNEJBQTRCO0lBQ2xDLElBQUksRUFBRSw0QkFBNEI7SUFDbEMsSUFBSSxFQUFFLDRCQUE0QjtJQUNsQyxJQUFJLEVBQUUsNEJBQTRCO0lBQ2xDLElBQUksRUFBRSw0QkFBNEI7SUFDbEMsSUFBSSxFQUFFLDRCQUE0QjtDQUNuQyxDQUFDIn0=
@@ -0,0 +1,56 @@
1
+ export declare const inactive: string;
2
+ export declare const muted: string;
3
+ declare const _default: string;
4
+ export { _default as default };
5
+ export declare const intense: string;
6
+ export declare namespace primary {
7
+ const inactive_1: string;
8
+ export { inactive_1 as inactive };
9
+ export const active: string;
10
+ const muted_1: string;
11
+ export { muted_1 as muted };
12
+ const _default_1: string;
13
+ export { _default_1 as default };
14
+ const intense_1: string;
15
+ export { intense_1 as intense };
16
+ }
17
+ export declare namespace info {
18
+ const inactive_2: string;
19
+ export { inactive_2 as inactive };
20
+ const muted_2: string;
21
+ export { muted_2 as muted };
22
+ const _default_2: string;
23
+ export { _default_2 as default };
24
+ const intense_2: string;
25
+ export { intense_2 as intense };
26
+ }
27
+ export declare namespace success {
28
+ const inactive_3: string;
29
+ export { inactive_3 as inactive };
30
+ const muted_3: string;
31
+ export { muted_3 as muted };
32
+ const _default_3: string;
33
+ export { _default_3 as default };
34
+ const intense_3: string;
35
+ export { intense_3 as intense };
36
+ }
37
+ export declare namespace warning {
38
+ const inactive_4: string;
39
+ export { inactive_4 as inactive };
40
+ const muted_4: string;
41
+ export { muted_4 as muted };
42
+ const _default_4: string;
43
+ export { _default_4 as default };
44
+ const intense_4: string;
45
+ export { intense_4 as intense };
46
+ }
47
+ export declare namespace danger {
48
+ const inactive_5: string;
49
+ export { inactive_5 as inactive };
50
+ const muted_5: string;
51
+ export { muted_5 as muted };
52
+ const _default_5: string;
53
+ export { _default_5 as default };
54
+ const intense_5: string;
55
+ export { intense_5 as intense };
56
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "inactive": "var(--aquarium-text-color-inactive)",
4
+ "muted": "var(--aquarium-text-color-muted)",
5
+ "default": "var(--aquarium-text-color-default)",
6
+ "intense": "var(--aquarium-text-color-intense)",
7
+ "primary": {
8
+ "inactive": "var(--aquarium-text-color-primary-inactive)",
9
+ "active": "var(--aquarium-text-color-primary-active)",
10
+ "muted": "var(--aquarium-text-color-primary-muted)",
11
+ "default": "var(--aquarium-text-color-primary-default)",
12
+ "intense": "var(--aquarium-text-color-primary-intense)"
13
+ },
14
+ "info": {
15
+ "inactive": "var(--aquarium-text-color-info-inactive)",
16
+ "muted": "var(--aquarium-text-color-info-muted)",
17
+ "default": "var(--aquarium-text-color-info-default)",
18
+ "intense": "var(--aquarium-text-color-info-intense)"
19
+ },
20
+ "success": {
21
+ "inactive": "var(--aquarium-text-color-success-inactive)",
22
+ "muted": "var(--aquarium-text-color-success-muted)",
23
+ "default": "var(--aquarium-text-color-success-default)",
24
+ "intense": "var(--aquarium-text-color-success-intense)"
25
+ },
26
+ "warning": {
27
+ "inactive": "var(--aquarium-text-color-warning-inactive)",
28
+ "muted": "var(--aquarium-text-color-warning-muted)",
29
+ "default": "var(--aquarium-text-color-warning-default)",
30
+ "intense": "var(--aquarium-text-color-warning-intense)"
31
+ },
32
+ "danger": {
33
+ "inactive": "var(--aquarium-text-color-danger-inactive)",
34
+ "muted": "var(--aquarium-text-color-danger-muted)",
35
+ "default": "var(--aquarium-text-color-danger-default)",
36
+ "intense": "var(--aquarium-text-color-danger-intense)"
37
+ }
38
+ };
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQudGV4dENvbG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdGFpbHdpbmQvdGFpbHdpbmQudGV4dENvbG9yLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLENBQUMsT0FBTyxHQUFHO0lBQ2YsVUFBVSxFQUFFLHFDQUFxQztJQUNqRCxPQUFPLEVBQUUsa0NBQWtDO0lBQzNDLFNBQVMsRUFBRSxvQ0FBb0M7SUFDL0MsU0FBUyxFQUFFLG9DQUFvQztJQUMvQyxTQUFTLEVBQUU7UUFDVCxVQUFVLEVBQUUsNkNBQTZDO1FBQ3pELFFBQVEsRUFBRSwyQ0FBMkM7UUFDckQsT0FBTyxFQUFFLDBDQUEwQztRQUNuRCxTQUFTLEVBQUUsNENBQTRDO1FBQ3ZELFNBQVMsRUFBRSw0Q0FBNEM7S0FDeEQ7SUFDRCxNQUFNLEVBQUU7UUFDTixVQUFVLEVBQUUsMENBQTBDO1FBQ3RELE9BQU8sRUFBRSx1Q0FBdUM7UUFDaEQsU0FBUyxFQUFFLHlDQUF5QztRQUNwRCxTQUFTLEVBQUUseUNBQXlDO0tBQ3JEO0lBQ0QsU0FBUyxFQUFFO1FBQ1QsVUFBVSxFQUFFLDZDQUE2QztRQUN6RCxPQUFPLEVBQUUsMENBQTBDO1FBQ25ELFNBQVMsRUFBRSw0Q0FBNEM7UUFDdkQsU0FBUyxFQUFFLDRDQUE0QztLQUN4RDtJQUNELFNBQVMsRUFBRTtRQUNULFVBQVUsRUFBRSw2Q0FBNkM7UUFDekQsT0FBTyxFQUFFLDBDQUEwQztRQUNuRCxTQUFTLEVBQUUsNENBQTRDO1FBQ3ZELFNBQVMsRUFBRSw0Q0FBNEM7S0FDeEQ7SUFDRCxRQUFRLEVBQUU7UUFDUixVQUFVLEVBQUUsNENBQTRDO1FBQ3hELE9BQU8sRUFBRSx5Q0FBeUM7UUFDbEQsU0FBUyxFQUFFLDJDQUEyQztRQUN0RCxTQUFTLEVBQUUsMkNBQTJDO0tBQ3ZEO0NBQ0YsQ0FBQyJ9
@@ -0,0 +1,14 @@
1
+ declare const _exports: {
2
+ "typography-large-heading": string;
3
+ "typography-heading": string;
4
+ "typography-subheading": string;
5
+ "typography-large-strong": string;
6
+ "typography-large": string;
7
+ "typography-default-strong": string;
8
+ "typography-default": string;
9
+ "typography-small-strong": string;
10
+ "typography-small": string;
11
+ "typography-caption": string;
12
+ "typography-caption-small": string;
13
+ };
14
+ export = _exports;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ module.exports = {
3
+ "typography-large-heading": "normal 700 32px/1.375 Poppins",
4
+ "typography-heading": "normal 700 24px/1.375 Poppins",
5
+ "typography-subheading": "normal 600 20px/1.375 Poppins",
6
+ "typography-large-strong": "normal 600 20px/1.58 Inter",
7
+ "typography-large": "normal 500 20px/1.58 Inter",
8
+ "typography-default-strong": "normal 500 16px/1.5 Inter",
9
+ "typography-default": "normal 400 16px/1.5 Inter",
10
+ "typography-small-strong": "normal 500 14px/1.42 Inter",
11
+ "typography-small": "normal 400 14px/1.42 Inter",
12
+ "typography-caption": "normal 400 12px/1.26 Inter",
13
+ "typography-caption-small": "normal 400 10px/1.2 Inter"
14
+ };
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpbHdpbmQudHlwb2dyYXBoeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3RhaWx3aW5kL3RhaWx3aW5kLnR5cG9ncmFwaHkuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sQ0FBQyxPQUFPLEdBQUc7SUFDZiwwQkFBMEIsRUFBRSwrQkFBK0I7SUFDM0Qsb0JBQW9CLEVBQUUsK0JBQStCO0lBQ3JELHVCQUF1QixFQUFFLCtCQUErQjtJQUN4RCx5QkFBeUIsRUFBRSw0QkFBNEI7SUFDdkQsa0JBQWtCLEVBQUUsNEJBQTRCO0lBQ2hELDJCQUEyQixFQUFFLDJCQUEyQjtJQUN4RCxvQkFBb0IsRUFBRSwyQkFBMkI7SUFDakQseUJBQXlCLEVBQUUsNEJBQTRCO0lBQ3ZELGtCQUFrQixFQUFFLDRCQUE0QjtJQUNoRCxvQkFBb0IsRUFBRSw0QkFBNEI7SUFDbEQsMEJBQTBCLEVBQUUsMkJBQTJCO0NBQ3hELENBQUMifQ==
@@ -0,0 +1,219 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Mon, 20 May 2024 13:04:10 GMT
4
+ */
5
+ export declare const background: any;
6
+ export declare const background: any;
7
+ export declare const background: any;
8
+ export declare const background: any;
9
+ export declare const background: any;
10
+ export declare const background: any;
11
+ export declare const background: any;
12
+ export declare const background: any;
13
+ export declare const background: any;
14
+ export declare const background: any;
15
+ export declare const background: any;
16
+ export declare const background: any;
17
+ export declare const background: any;
18
+ export declare const background: any;
19
+ export declare const background: any;
20
+ export declare const background: any;
21
+ export declare const background: any;
22
+ export declare const background: any;
23
+ export declare const background: any;
24
+ export declare const background: any;
25
+ export declare const background: any;
26
+ export declare const background: any;
27
+ export declare const background: any;
28
+ export declare const background: any;
29
+ export declare const background: any;
30
+ export declare const background: any;
31
+ export declare const background: any;
32
+ export declare const background: any;
33
+ export declare const border: any;
34
+ export declare const border: any;
35
+ export declare const border: any;
36
+ export declare const border: any;
37
+ export declare const border: any;
38
+ export declare const border: any;
39
+ export declare const border: any;
40
+ export declare const border: any;
41
+ export declare const border: any;
42
+ export declare const border: any;
43
+ export declare const border: any;
44
+ export declare const border: any;
45
+ export declare const border: any;
46
+ export declare const border: any;
47
+ export declare const border: any;
48
+ export declare const border: any;
49
+ export declare const border: any;
50
+ export declare const border: any;
51
+ export declare const colors: any;
52
+ export declare const colors: any;
53
+ export declare const colors: any;
54
+ export declare const colors: any;
55
+ export declare const colors: any;
56
+ export declare const colors: any;
57
+ export declare const colors: any;
58
+ export declare const colors: any;
59
+ export declare const colors: any;
60
+ export declare const colors: any;
61
+ export declare const colors: any;
62
+ export declare const colors: any;
63
+ export declare const colors: any;
64
+ export declare const colors: any;
65
+ export declare const colors: any;
66
+ export declare const colors: any;
67
+ export declare const colors: any;
68
+ export declare const colors: any;
69
+ export declare const colors: any;
70
+ export declare const colors: any;
71
+ export declare const colors: any;
72
+ export declare const colors: any;
73
+ export declare const colors: any;
74
+ export declare const colors: any;
75
+ export declare const colors: any;
76
+ export declare const colors: any;
77
+ export declare const colors: any;
78
+ export declare const colors: any;
79
+ export declare const colors: any;
80
+ export declare const colors: any;
81
+ export declare const colors: any;
82
+ export declare const colors: any;
83
+ export declare const colors: any;
84
+ export declare const colors: any;
85
+ export declare const colors: any;
86
+ export declare const colors: any;
87
+ export declare const colors: any;
88
+ export declare const colors: any;
89
+ export declare const colors: any;
90
+ export declare const colors: any;
91
+ export declare const colors: any;
92
+ export declare const colors: any;
93
+ export declare const colors: any;
94
+ export declare const colors: any;
95
+ export declare const colors: any;
96
+ export declare const colors: any;
97
+ export declare const colors: any;
98
+ export declare const colors: any;
99
+ export declare const colors: any;
100
+ export declare const colors: any;
101
+ export declare const colors: any;
102
+ export declare const colors: any;
103
+ export declare const colors: any;
104
+ export declare const colors: any;
105
+ export declare const colors: any;
106
+ export declare const colors: any;
107
+ export declare const colors: any;
108
+ export declare const colors: any;
109
+ export declare const colors: any;
110
+ export declare const colors: any;
111
+ export declare const colors: any;
112
+ export declare const colors: any;
113
+ export declare const colors: any;
114
+ export declare const colors: any;
115
+ export declare const colors: any;
116
+ export declare const colors: any;
117
+ export declare const colors: any;
118
+ export declare const colors: any;
119
+ export declare const colors: any;
120
+ export declare const colors: any;
121
+ export declare const colors: any;
122
+ export declare const colors: any;
123
+ export declare const colors: any;
124
+ export declare const colors: any;
125
+ export declare const colors: any;
126
+ export declare const colors: any;
127
+ export declare const colors: any;
128
+ export declare const colors: any;
129
+ export declare const colors: any;
130
+ export declare const colors: any;
131
+ export declare const colors: any;
132
+ export declare const colors: any;
133
+ export declare const colors: any;
134
+ export declare const colors: any;
135
+ export declare const colors: any;
136
+ export declare const colors: any;
137
+ export declare const colors: any;
138
+ export declare const colors: any;
139
+ export declare const text: any;
140
+ export declare const text: any;
141
+ export declare const text: any;
142
+ export declare const text: any;
143
+ export declare const text: any;
144
+ export declare const text: any;
145
+ export declare const text: any;
146
+ export declare const text: any;
147
+ export declare const text: any;
148
+ export declare const text: any;
149
+ export declare const text: any;
150
+ export declare const text: any;
151
+ export declare const text: any;
152
+ export declare const text: any;
153
+ export declare const text: any;
154
+ export declare const text: any;
155
+ export declare const text: any;
156
+ export declare const text: any;
157
+ export declare const text: any;
158
+ export declare const text: any;
159
+ export declare const text: any;
160
+ export declare const text: any;
161
+ export declare const text: any;
162
+ export declare const text: any;
163
+ export declare const text: any;
164
+ export declare const margin: any;
165
+ export declare const margin: any;
166
+ export declare const margin: any;
167
+ export declare const margin: any;
168
+ export declare const margin: any;
169
+ export declare const margin: any;
170
+ export declare const margin: any;
171
+ export declare const margin: any;
172
+ export declare const margin: any;
173
+ export declare const margin: any;
174
+ export declare const margin: any;
175
+ export declare const margin: any;
176
+ export declare const margin: any;
177
+ export declare const margin: any;
178
+ export declare const margin: any;
179
+ export declare const margin: any;
180
+ export declare const margin: any;
181
+ export declare const margin: any;
182
+ export declare const margin: any;
183
+ export declare const spacing: any;
184
+ export declare const spacing: any;
185
+ export declare const spacing: any;
186
+ export declare const spacing: any;
187
+ export declare const spacing: any;
188
+ export declare const spacing: any;
189
+ export declare const spacing: any;
190
+ export declare const spacing: any;
191
+ export declare const spacing: any;
192
+ export declare const spacing: any;
193
+ export declare const spacing: any;
194
+ export declare const spacing: any;
195
+ export declare const spacing: any;
196
+ export declare const spacing: any;
197
+ export declare const spacing: any;
198
+ export declare const spacing: any;
199
+ export declare const spacing: any;
200
+ export declare const spacing: any;
201
+ export declare const typography: any;
202
+ export declare const typography: any;
203
+ export declare const typography: any;
204
+ export declare const typography: any;
205
+ export declare const typography: any;
206
+ export declare const typography: any;
207
+ export declare const typography: any;
208
+ export declare const typography: any;
209
+ export declare const typography: any;
210
+ export declare const typography: any;
211
+ export declare const typography: any;
212
+ export declare const typography: any;
213
+ export declare const typography: any;
214
+ export declare const border: any;
215
+ export declare const elevations: any;
216
+ export declare const elevations: any;
217
+ export declare const elevations: any;
218
+ export declare const elevations: any;
219
+ export declare const elevations: any;