@jobber/components 4.74.0 → 4.74.2
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/dist/Card/colors.css.d.ts +89 -0
- package/dist/Content/Spacing.css.d.ts +13 -0
- package/dist/Gallery/Gallery.css.d.ts +9 -0
- package/dist/Glimmer/style/Shape.css.d.ts +9 -0
- package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
- package/dist/Glimmer/style/Timing.css.d.ts +6 -0
- package/dist/Grid/GridAlign.css.d.ts +8 -0
- package/dist/Modal/Sizes.css.d.ts +6 -0
- package/dist/ProgressBar/Sizes.css.d.ts +7 -0
- package/dist/Typography/css/Emphasis.css.d.ts +6 -0
- package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
- package/dist/Typography/css/FontSizes.css.d.ts +12 -0
- package/dist/Typography/css/FontWeights.css.d.ts +10 -0
- package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
- package/dist/Typography/css/TextCases.css.d.ts +7 -0
- package/dist/Typography/css/TextColors.css.d.ts +22 -0
- package/dist/Typography/css/Truncate.css.d.ts +5 -0
- package/dist/Typography/css/Typography.css.d.ts +5 -0
- package/package.json +4 -3
- package/rollup.config.js +57 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "requestColor": string;
|
|
3
|
+
readonly "quoteColor": string;
|
|
4
|
+
readonly "jobColor": string;
|
|
5
|
+
readonly "invoiceColor": string;
|
|
6
|
+
readonly "blue": string;
|
|
7
|
+
readonly "blueLight": string;
|
|
8
|
+
readonly "blueLighter": string;
|
|
9
|
+
readonly "blueLightest": string;
|
|
10
|
+
readonly "blueDark": string;
|
|
11
|
+
readonly "green": string;
|
|
12
|
+
readonly "greenLight": string;
|
|
13
|
+
readonly "greenLighter": string;
|
|
14
|
+
readonly "greenLightest": string;
|
|
15
|
+
readonly "greenDark": string;
|
|
16
|
+
readonly "lime": string;
|
|
17
|
+
readonly "limeLight": string;
|
|
18
|
+
readonly "limeLighter": string;
|
|
19
|
+
readonly "limeLightest": string;
|
|
20
|
+
readonly "limeDark": string;
|
|
21
|
+
readonly "yellowGreen": string;
|
|
22
|
+
readonly "yellowGreenLight": string;
|
|
23
|
+
readonly "yellowGreenLighter": string;
|
|
24
|
+
readonly "yellowGreenLightest": string;
|
|
25
|
+
readonly "yellowGreenDark": string;
|
|
26
|
+
readonly "yellow": string;
|
|
27
|
+
readonly "yellowLight": string;
|
|
28
|
+
readonly "yellowLighter": string;
|
|
29
|
+
readonly "yellowLightest": string;
|
|
30
|
+
readonly "yellowDark": string;
|
|
31
|
+
readonly "red": string;
|
|
32
|
+
readonly "redLight": string;
|
|
33
|
+
readonly "redLighter": string;
|
|
34
|
+
readonly "redLightest": string;
|
|
35
|
+
readonly "redDark": string;
|
|
36
|
+
readonly "grey": string;
|
|
37
|
+
readonly "greyLight": string;
|
|
38
|
+
readonly "greyLighter": string;
|
|
39
|
+
readonly "greyLightest": string;
|
|
40
|
+
readonly "greyDark": string;
|
|
41
|
+
readonly "greyBlue": string;
|
|
42
|
+
readonly "greyBlueLight": string;
|
|
43
|
+
readonly "greyBlueLighter": string;
|
|
44
|
+
readonly "greyBlueLightest": string;
|
|
45
|
+
readonly "greyBlueDark": string;
|
|
46
|
+
readonly "lightBlue": string;
|
|
47
|
+
readonly "lightBlueLight": string;
|
|
48
|
+
readonly "lightBlueLighter": string;
|
|
49
|
+
readonly "lightBlueLightest": string;
|
|
50
|
+
readonly "lightBlueDark": string;
|
|
51
|
+
readonly "purple": string;
|
|
52
|
+
readonly "purpleLight": string;
|
|
53
|
+
readonly "purpleLighter": string;
|
|
54
|
+
readonly "purpleLightest": string;
|
|
55
|
+
readonly "purpleDark": string;
|
|
56
|
+
readonly "pink": string;
|
|
57
|
+
readonly "pinkLight": string;
|
|
58
|
+
readonly "pinkLighter": string;
|
|
59
|
+
readonly "pinkLightest": string;
|
|
60
|
+
readonly "pinkDark": string;
|
|
61
|
+
readonly "teal": string;
|
|
62
|
+
readonly "tealLight": string;
|
|
63
|
+
readonly "tealLighter": string;
|
|
64
|
+
readonly "tealLightest": string;
|
|
65
|
+
readonly "tealDark": string;
|
|
66
|
+
readonly "orange": string;
|
|
67
|
+
readonly "orangeLight": string;
|
|
68
|
+
readonly "orangeLighter": string;
|
|
69
|
+
readonly "orangeLightest": string;
|
|
70
|
+
readonly "orangeDark": string;
|
|
71
|
+
readonly "brown": string;
|
|
72
|
+
readonly "brownLight": string;
|
|
73
|
+
readonly "brownLighter": string;
|
|
74
|
+
readonly "brownLightest": string;
|
|
75
|
+
readonly "brownDark": string;
|
|
76
|
+
readonly "navy": string;
|
|
77
|
+
readonly "navyLight": string;
|
|
78
|
+
readonly "navyLighter": string;
|
|
79
|
+
readonly "navyLightest": string;
|
|
80
|
+
readonly "navyDark": string;
|
|
81
|
+
readonly "indigo": string;
|
|
82
|
+
readonly "indigoLight": string;
|
|
83
|
+
readonly "indigoLighter": string;
|
|
84
|
+
readonly "indigoLightest": string;
|
|
85
|
+
readonly "indigoDark": string;
|
|
86
|
+
readonly "white": string;
|
|
87
|
+
};
|
|
88
|
+
export = styles;
|
|
89
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "minuscule": string;
|
|
3
|
+
readonly "smallest": string;
|
|
4
|
+
readonly "smaller": string;
|
|
5
|
+
readonly "small": string;
|
|
6
|
+
readonly "base": string;
|
|
7
|
+
readonly "large": string;
|
|
8
|
+
readonly "larger": string;
|
|
9
|
+
readonly "largest": string;
|
|
10
|
+
readonly "extravagant": string;
|
|
11
|
+
};
|
|
12
|
+
export = styles;
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "extravagant": string;
|
|
3
|
+
readonly "jumbo": string;
|
|
4
|
+
readonly "largest": string;
|
|
5
|
+
readonly "larger": string;
|
|
6
|
+
readonly "large": string;
|
|
7
|
+
readonly "base": string;
|
|
8
|
+
readonly "small": string;
|
|
9
|
+
readonly "smaller": string;
|
|
10
|
+
};
|
|
11
|
+
export = styles;
|
|
12
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "blue": string;
|
|
3
|
+
readonly "grey": string;
|
|
4
|
+
readonly "greyBlueDark": string;
|
|
5
|
+
readonly "greyBlue": string;
|
|
6
|
+
readonly "green": string;
|
|
7
|
+
readonly "red": string;
|
|
8
|
+
readonly "yellow": string;
|
|
9
|
+
readonly "yellowDark": string;
|
|
10
|
+
readonly "lightBlue": string;
|
|
11
|
+
readonly "white": string;
|
|
12
|
+
readonly "heading": string;
|
|
13
|
+
readonly "text": string;
|
|
14
|
+
readonly "textSecondary": string;
|
|
15
|
+
readonly "critical": string;
|
|
16
|
+
readonly "warning": string;
|
|
17
|
+
readonly "informative": string;
|
|
18
|
+
readonly "success": string;
|
|
19
|
+
readonly "disabled": string;
|
|
20
|
+
};
|
|
21
|
+
export = styles;
|
|
22
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.74.
|
|
3
|
+
"version": "4.74.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@jobber/design": "^0.52.0",
|
|
23
23
|
"@jobber/formatters": "*",
|
|
24
|
-
"@jobber/hooks": "^2.8.
|
|
24
|
+
"@jobber/hooks": "^2.8.1",
|
|
25
25
|
"@popperjs/core": "^2.0.6",
|
|
26
26
|
"@std-proposal/temporal": "0.0.1",
|
|
27
27
|
"@tanstack/react-table": "8.5.13",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"postcss-import": "^12.0.1",
|
|
69
69
|
"postcss-preset-env": "^8.3.0",
|
|
70
70
|
"rollup": "^2.79.1",
|
|
71
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
71
72
|
"rollup-plugin-multi-input": "^1.4.1",
|
|
72
73
|
"rollup-plugin-postcss": "^4.0.2",
|
|
73
74
|
"typed-css-modules": "^0.7.0",
|
|
@@ -83,5 +84,5 @@
|
|
|
83
84
|
"> 1%",
|
|
84
85
|
"IE 10"
|
|
85
86
|
],
|
|
86
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "6e716d91f2c63e59026724fc088b9db29ea7ffec"
|
|
87
88
|
}
|
package/rollup.config.js
CHANGED
|
@@ -3,6 +3,7 @@ import multiInput from "rollup-plugin-multi-input";
|
|
|
3
3
|
import typescript from "@rollup/plugin-typescript";
|
|
4
4
|
import postcss from "rollup-plugin-postcss";
|
|
5
5
|
import commonjs from "@rollup/plugin-commonjs";
|
|
6
|
+
import copy from "rollup-plugin-copy";
|
|
6
7
|
|
|
7
8
|
export default {
|
|
8
9
|
input: `src/*/index.{ts,tsx}`,
|
|
@@ -37,6 +38,62 @@ export default {
|
|
|
37
38
|
commonjs({
|
|
38
39
|
ignore: ["time-input-polyfill", "time-input-polyfill/supportsTime"],
|
|
39
40
|
}),
|
|
41
|
+
copy({
|
|
42
|
+
targets: [
|
|
43
|
+
{ src: "src/Card/colors.css.d.ts", dest: "dist/Card" },
|
|
44
|
+
{ src: "src/Content/Spacing.css.d.ts", dest: "dist/Content" },
|
|
45
|
+
{ src: "src/Gallery/Gallery.css.d.ts", dest: "dist/Gallery" },
|
|
46
|
+
{ src: "src/Grid/GridAlign.css.d.ts", dest: "dist/Grid" },
|
|
47
|
+
{ src: "src/Modal/Sizes.css.d.ts", dest: "dist/Modal" },
|
|
48
|
+
{ src: "src/ProgressBar/Sizes.css.d.ts", dest: "dist/ProgressBar" },
|
|
49
|
+
{
|
|
50
|
+
src: "src/Typography/css/Emphasis.css.d.ts",
|
|
51
|
+
dest: "dist/Typography/css",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
src: "src/Typography/css/FontFamilies.css.d.ts",
|
|
55
|
+
dest: "dist/Typography/css",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
src: "src/Typography/css/FontSizes.css.d.ts",
|
|
59
|
+
dest: "dist/Typography/css",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
src: "src/Typography/css/FontWeights.css.d.ts",
|
|
63
|
+
dest: "dist/Typography/css",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
src: "src/Typography/css/TextAlignment.css.d.ts",
|
|
67
|
+
dest: "dist/Typography/css",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
src: "src/Typography/css/TextCases.css.d.ts",
|
|
71
|
+
dest: "dist/Typography/css",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
src: "src/Typography/css/TextColors.css.d.ts",
|
|
75
|
+
dest: "dist/Typography/css",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
src: "src/Typography/css/Truncate.css.d.ts",
|
|
79
|
+
dest: "dist/Typography/css",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
src: "src/Typography/css/Typography.css.d.ts",
|
|
83
|
+
dest: "dist/Typography/css",
|
|
84
|
+
},
|
|
85
|
+
{ src: "src/Glimmer/style/Shape.css.d.ts", dest: "dist/Glimmer/style" },
|
|
86
|
+
{ src: "src/Glimmer/style/Sizes.css.d.ts", dest: "dist/Glimmer/style" },
|
|
87
|
+
{
|
|
88
|
+
src: "src/Glimmer/style/Timing.css.d.ts",
|
|
89
|
+
dest: "dist/Glimmer/style",
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
src: "src/Combobox/components/ComboboxContent/ComboboxContentList/ComboboxContent.css.d.ts",
|
|
93
|
+
dest: "dist/Combobox/components/ComboboxContent/ComboboxContentList",
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
}),
|
|
40
97
|
],
|
|
41
98
|
output: [
|
|
42
99
|
{
|