@opengovsg/oui-theme 0.0.0-snapshot-20250320092749 → 0.0.0-snapshot-20250320092809
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.
|
@@ -139,8 +139,8 @@ declare const badgeStyles: tailwind_variants.TVReturnType<{
|
|
|
139
139
|
color?: boolean | (string | number | symbol)[] | undefined;
|
|
140
140
|
radius?: boolean | (string | number | symbol)[] | undefined;
|
|
141
141
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
142
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
143
142
|
isCloseable?: boolean | (string | number | symbol)[] | undefined;
|
|
143
|
+
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
144
144
|
} | undefined;
|
|
145
145
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
146
146
|
twMergeConfig: {
|
|
@@ -139,8 +139,8 @@ declare const badgeStyles: tailwind_variants.TVReturnType<{
|
|
|
139
139
|
color?: boolean | (string | number | symbol)[] | undefined;
|
|
140
140
|
radius?: boolean | (string | number | symbol)[] | undefined;
|
|
141
141
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
142
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
143
142
|
isCloseable?: boolean | (string | number | symbol)[] | undefined;
|
|
143
|
+
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
144
144
|
} | undefined;
|
|
145
145
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
146
146
|
twMergeConfig: {
|
|
@@ -54,9 +54,9 @@ declare const buttonStyles: tailwind_variants.TVReturnType<{
|
|
|
54
54
|
radius?: boolean | (string | number | symbol)[] | undefined;
|
|
55
55
|
isFocusVisible?: boolean | (string | number | symbol)[] | undefined;
|
|
56
56
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
57
|
+
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
57
58
|
isIconOnly?: boolean | (string | number | symbol)[] | undefined;
|
|
58
59
|
layout?: boolean | (string | number | symbol)[] | undefined;
|
|
59
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
60
60
|
} | undefined;
|
|
61
61
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
62
62
|
twMergeConfig: {
|
|
@@ -54,9 +54,9 @@ declare const buttonStyles: tailwind_variants.TVReturnType<{
|
|
|
54
54
|
radius?: boolean | (string | number | symbol)[] | undefined;
|
|
55
55
|
isFocusVisible?: boolean | (string | number | symbol)[] | undefined;
|
|
56
56
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
57
|
+
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
57
58
|
isIconOnly?: boolean | (string | number | symbol)[] | undefined;
|
|
58
59
|
layout?: boolean | (string | number | symbol)[] | undefined;
|
|
59
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
60
60
|
} | undefined;
|
|
61
61
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
62
62
|
twMergeConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengovsg/oui-theme",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-20250320092809",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"tailwindcss": "4.0.6",
|
|
30
30
|
"tsup": "^8.3.6",
|
|
31
31
|
"typescript": "5.7.3",
|
|
32
|
+
"@oui/eslint-config": "0.0.0",
|
|
32
33
|
"@oui/prettier-config": "0.0.0",
|
|
33
|
-
"@oui/typescript-config": "0.0.0"
|
|
34
|
-
"@oui/eslint-config": "0.0.0"
|
|
34
|
+
"@oui/typescript-config": "0.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@tailwindcss/vite": "4.0.6",
|