@openwebf/react-cupertino-ui 0.3.3 → 0.3.4
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/index.js +54 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +53 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
CupertinoColors: () => CupertinoColors,
|
|
23
24
|
FlutterCupertinoActionSheet: () => FlutterCupertinoActionSheet,
|
|
24
25
|
FlutterCupertinoAlert: () => FlutterCupertinoAlert,
|
|
25
26
|
FlutterCupertinoButton: () => FlutterCupertinoButton,
|
|
@@ -1135,8 +1136,61 @@ var FlutterCupertinoActionSheet = (0, import_react_core_ui26.createWebFComponent
|
|
|
1135
1136
|
// Add default values here
|
|
1136
1137
|
}
|
|
1137
1138
|
});
|
|
1139
|
+
|
|
1140
|
+
// src/types.ts
|
|
1141
|
+
var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
|
|
1142
|
+
CupertinoColors2["activeBlue"] = "rgba(0, 122, 255, 1)";
|
|
1143
|
+
CupertinoColors2["activeGreen"] = "rgba(52, 199, 89, 1)";
|
|
1144
|
+
CupertinoColors2["activeOrange"] = "rgba(255, 149, 0, 1)";
|
|
1145
|
+
CupertinoColors2["black"] = "rgba(0, 0, 0, 1)";
|
|
1146
|
+
CupertinoColors2["darkBackgroundGray"] = "rgba(23, 23, 23, 1)";
|
|
1147
|
+
CupertinoColors2["destructiveRed"] = "rgba(255, 59, 48, 1)";
|
|
1148
|
+
CupertinoColors2["extraLightBackgroundGray"] = "rgba(239, 239, 244, 1)";
|
|
1149
|
+
CupertinoColors2["inactiveGray"] = "rgba(153, 153, 153, 1)";
|
|
1150
|
+
CupertinoColors2["label"] = "rgba(0, 0, 0, 1)";
|
|
1151
|
+
CupertinoColors2["lightBackgroundGray"] = "rgba(229, 229, 234, 1)";
|
|
1152
|
+
CupertinoColors2["link"] = "rgba(0, 122, 255, 1)";
|
|
1153
|
+
CupertinoColors2["opaqueSeparator"] = "rgba(198, 198, 200, 1)";
|
|
1154
|
+
CupertinoColors2["placeholderText"] = "rgba(60, 60, 67, 0.298)";
|
|
1155
|
+
CupertinoColors2["quaternaryLabel"] = "rgba(60, 60, 67, 0.176)";
|
|
1156
|
+
CupertinoColors2["quaternarySystemFill"] = "rgba(116, 116, 128, 0.078)";
|
|
1157
|
+
CupertinoColors2["secondaryLabel"] = "rgba(60, 60, 67, 0.6)";
|
|
1158
|
+
CupertinoColors2["secondarySystemBackground"] = "rgba(242, 242, 247, 1)";
|
|
1159
|
+
CupertinoColors2["secondarySystemFill"] = "rgba(120, 120, 128, 0.157)";
|
|
1160
|
+
CupertinoColors2["secondarySystemGroupedBackground"] = "rgba(255, 255, 255, 1)";
|
|
1161
|
+
CupertinoColors2["separator"] = "rgba(60, 60, 67, 0.286)";
|
|
1162
|
+
CupertinoColors2["systemBackground"] = "rgba(255, 255, 255, 1)";
|
|
1163
|
+
CupertinoColors2["systemBlue"] = "rgba(0, 122, 255, 1)";
|
|
1164
|
+
CupertinoColors2["systemBrown"] = "rgba(162, 132, 94, 1)";
|
|
1165
|
+
CupertinoColors2["systemCyan"] = "rgba(50, 173, 230, 1)";
|
|
1166
|
+
CupertinoColors2["systemFill"] = "rgba(120, 120, 128, 0.2)";
|
|
1167
|
+
CupertinoColors2["systemGreen"] = "rgba(52, 199, 89, 1)";
|
|
1168
|
+
CupertinoColors2["systemGrey"] = "rgba(142, 142, 147, 1)";
|
|
1169
|
+
CupertinoColors2["systemGrey2"] = "rgba(174, 174, 178, 1)";
|
|
1170
|
+
CupertinoColors2["systemGrey3"] = "rgba(199, 199, 204, 1)";
|
|
1171
|
+
CupertinoColors2["systemGrey4"] = "rgba(209, 209, 214, 1)";
|
|
1172
|
+
CupertinoColors2["systemGrey5"] = "rgba(229, 229, 234, 1)";
|
|
1173
|
+
CupertinoColors2["systemGrey6"] = "rgba(242, 242, 247, 1)";
|
|
1174
|
+
CupertinoColors2["systemGroupedBackground"] = "rgba(242, 242, 247, 1)";
|
|
1175
|
+
CupertinoColors2["systemIndigo"] = "rgba(88, 86, 214, 1)";
|
|
1176
|
+
CupertinoColors2["systemMint"] = "rgba(0, 199, 190, 1)";
|
|
1177
|
+
CupertinoColors2["systemOrange"] = "rgba(255, 149, 0, 1)";
|
|
1178
|
+
CupertinoColors2["systemPink"] = "rgba(255, 45, 85, 1)";
|
|
1179
|
+
CupertinoColors2["systemPurple"] = "rgba(175, 82, 222, 1)";
|
|
1180
|
+
CupertinoColors2["systemRed"] = "rgba(255, 59, 48, 1)";
|
|
1181
|
+
CupertinoColors2["systemTeal"] = "rgba(90, 200, 250, 1)";
|
|
1182
|
+
CupertinoColors2["systemYellow"] = "rgba(255, 204, 0, 1)";
|
|
1183
|
+
CupertinoColors2["tertiaryLabel"] = "rgba(60, 60, 67, 0.298)";
|
|
1184
|
+
CupertinoColors2["tertiarySystemBackground"] = "rgba(255, 255, 255, 1)";
|
|
1185
|
+
CupertinoColors2["tertiarySystemFill"] = "rgba(118, 118, 128, 0.118)";
|
|
1186
|
+
CupertinoColors2["tertiarySystemGroupedBackground"] = "rgba(242, 242, 247, 1)";
|
|
1187
|
+
CupertinoColors2["transparent"] = "rgba(0, 0, 0, 0)";
|
|
1188
|
+
CupertinoColors2["white"] = "rgba(255, 255, 255, 1)";
|
|
1189
|
+
return CupertinoColors2;
|
|
1190
|
+
})(CupertinoColors || {});
|
|
1138
1191
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1139
1192
|
0 && (module.exports = {
|
|
1193
|
+
CupertinoColors,
|
|
1140
1194
|
FlutterCupertinoActionSheet,
|
|
1141
1195
|
FlutterCupertinoAlert,
|
|
1142
1196
|
FlutterCupertinoButton,
|