@plasmicpkgs/antd5 0.0.108 → 0.0.110
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/.tsbuildinfo +1 -1
- package/dist/antd.esm.js +12 -6
- package/dist/antd.esm.js.map +1 -1
- package/dist/index.js +12 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/skinny/registerConfigProvider.cjs.js +12 -6
- package/skinny/registerConfigProvider.cjs.js.map +1 -1
- package/skinny/registerConfigProvider.esm.js +12 -6
- package/skinny/registerConfigProvider.esm.js.map +1 -1
package/dist/antd.esm.js
CHANGED
|
@@ -822,27 +822,33 @@ const registerConfigProvider = makeRegisterGlobalContext(
|
|
|
822
822
|
props: {
|
|
823
823
|
colorPrimary: {
|
|
824
824
|
type: "color",
|
|
825
|
-
defaultValue: "#1677ff"
|
|
825
|
+
defaultValue: "#1677ff",
|
|
826
|
+
disableTokens: true
|
|
826
827
|
},
|
|
827
828
|
colorSuccess: {
|
|
828
829
|
type: "color",
|
|
829
|
-
defaultValue: "#52c41a"
|
|
830
|
+
defaultValue: "#52c41a",
|
|
831
|
+
disableTokens: true
|
|
830
832
|
},
|
|
831
833
|
colorWarning: {
|
|
832
834
|
type: "color",
|
|
833
|
-
defaultValue: "#faad14"
|
|
835
|
+
defaultValue: "#faad14",
|
|
836
|
+
disableTokens: true
|
|
834
837
|
},
|
|
835
838
|
colorError: {
|
|
836
839
|
type: "color",
|
|
837
|
-
defaultValue: "#ff4d4f"
|
|
840
|
+
defaultValue: "#ff4d4f",
|
|
841
|
+
disableTokens: true
|
|
838
842
|
},
|
|
839
843
|
colorInfo: {
|
|
840
844
|
type: "color",
|
|
841
|
-
defaultValue: "#1677ff"
|
|
845
|
+
defaultValue: "#1677ff",
|
|
846
|
+
disableTokens: true
|
|
842
847
|
},
|
|
843
848
|
colorBgBase: {
|
|
844
849
|
type: "color",
|
|
845
|
-
defaultValue: "#ffffff"
|
|
850
|
+
defaultValue: "#ffffff",
|
|
851
|
+
disableTokens: true
|
|
846
852
|
},
|
|
847
853
|
lineWidth: {
|
|
848
854
|
type: "number",
|