@cloudscape-design/components 3.0.440 → 3.0.442

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 (39) hide show
  1. package/button/styles.css.js +20 -20
  2. package/button/styles.scoped.css +183 -175
  3. package/button/styles.selectors.js +20 -20
  4. package/form/index.d.ts.map +1 -1
  5. package/form/index.js +4 -4
  6. package/form/index.js.map +1 -1
  7. package/i18n/messages/all.all.js +27 -13
  8. package/i18n/messages/all.all.json +27 -13
  9. package/i18n/messages/all.de.js +3 -1
  10. package/i18n/messages/all.de.json +3 -1
  11. package/i18n/messages/all.en-GB.js +1 -1
  12. package/i18n/messages/all.en-GB.json +1 -1
  13. package/i18n/messages/all.en.js +1 -1
  14. package/i18n/messages/all.en.json +1 -1
  15. package/i18n/messages/all.es.js +3 -1
  16. package/i18n/messages/all.es.json +3 -1
  17. package/i18n/messages/all.fr.js +3 -1
  18. package/i18n/messages/all.fr.json +3 -1
  19. package/i18n/messages/all.id.js +1 -1
  20. package/i18n/messages/all.id.json +1 -1
  21. package/i18n/messages/all.it.js +3 -1
  22. package/i18n/messages/all.it.json +3 -1
  23. package/i18n/messages/all.ja.js +3 -1
  24. package/i18n/messages/all.ja.json +3 -1
  25. package/i18n/messages/all.ko.js +1 -1
  26. package/i18n/messages/all.ko.json +1 -1
  27. package/i18n/messages/all.pt-BR.js +3 -1
  28. package/i18n/messages/all.pt-BR.json +3 -1
  29. package/i18n/messages/all.tr.js +3 -1
  30. package/i18n/messages/all.tr.json +3 -1
  31. package/i18n/messages/all.zh-CN.js +1 -1
  32. package/i18n/messages/all.zh-CN.json +1 -1
  33. package/i18n/messages/all.zh-TW.js +1 -1
  34. package/i18n/messages/all.zh-TW.json +1 -1
  35. package/internal/environment.js +1 -1
  36. package/internal/environment.json +1 -1
  37. package/internal/manifest.json +1 -1
  38. package/package.json +1 -1
  39. package/test-utils/tsconfig.tsbuildinfo +1 -1
@@ -449,7 +449,9 @@ export default {
449
449
  'i18nStrings.columnVersionID': [{ type: 0, value: 'Sürüm kimliği' }],
450
450
  'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Son değiştirme' }],
451
451
  'i18nStrings.columnVersionSize': [{ type: 0, value: 'Boyut' }],
452
- 'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'Yol s3:// ile başlamalıdır' }],
452
+ 'i18nStrings.validationPathMustBegin': [
453
+ { type: 0, value: 'Yolun geçerli olması için s3:// ile başlaması gerekir.' },
454
+ ],
453
455
  'i18nStrings.validationBucketLowerCase': [
454
456
  { type: 0, value: 'Bucket adı, küçük harfli bir karakter veya sayı ile başlamalıdır.' },
455
457
  ],
@@ -457,7 +457,9 @@
457
457
  "i18nStrings.columnVersionID": [{ "type": 0, "value": "Sürüm kimliği" }],
458
458
  "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Son değiştirme" }],
459
459
  "i18nStrings.columnVersionSize": [{ "type": 0, "value": "Boyut" }],
460
- "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "Yol s3:// ile başlamalıdır" }],
460
+ "i18nStrings.validationPathMustBegin": [
461
+ { "type": 0, "value": "Yolun geçerli olması için s3:// ile başlaması gerekir." }
462
+ ],
461
463
  "i18nStrings.validationBucketLowerCase": [
462
464
  { "type": 0, "value": "Bucket adı, küçük harfli bir karakter veya sayı ile başlamalıdır." }
463
465
  ],
@@ -446,7 +446,7 @@ export default {
446
446
  'i18nStrings.columnVersionID': [{ type: 0, value: '版本 ID' }],
447
447
  'i18nStrings.columnVersionLastModified': [{ type: 0, value: '上次修改时间' }],
448
448
  'i18nStrings.columnVersionSize': [{ type: 0, value: '大小' }],
449
- 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路径必须以 s3:// 开头' }],
449
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路径必须以 s3:// 开头才有效。' }],
450
450
  'i18nStrings.validationBucketLowerCase': [{ type: 0, value: '存储桶名称必须以小写字符或数字开头。' }],
451
451
  'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: '存储桶名称不得包含大写字符。' }],
452
452
  'i18nStrings.validationBucketLength': [{ type: 0, value: '存储桶名称必须介于 3 到 63 个字符之间。' }],
@@ -448,7 +448,7 @@
448
448
  "i18nStrings.columnVersionID": [{ "type": 0, "value": "版本 ID" }],
449
449
  "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "上次修改时间" }],
450
450
  "i18nStrings.columnVersionSize": [{ "type": 0, "value": "大小" }],
451
- "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "路径必须以 s3:// 开头" }],
451
+ "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "路径必须以 s3:// 开头才有效。" }],
452
452
  "i18nStrings.validationBucketLowerCase": [{ "type": 0, "value": "存储桶名称必须以小写字符或数字开头。" }],
453
453
  "i18nStrings.validationBucketMustNotContain": [{ "type": 0, "value": "存储桶名称不得包含大写字符。" }],
454
454
  "i18nStrings.validationBucketLength": [{ "type": 0, "value": "存储桶名称必须介于 3 到 63 个字符之间。" }],
@@ -446,7 +446,7 @@ export default {
446
446
  'i18nStrings.columnVersionID': [{ type: 0, value: '版本 ID' }],
447
447
  'i18nStrings.columnVersionLastModified': [{ type: 0, value: '上次修改' }],
448
448
  'i18nStrings.columnVersionSize': [{ type: 0, value: '尺寸' }],
449
- 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路徑必須以 s3:// 開頭' }],
449
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路徑必須以 s3:// 開頭才有效。' }],
450
450
  'i18nStrings.validationBucketLowerCase': [{ type: 0, value: '儲存貯體名稱必須以小寫字元或數字開頭。' }],
451
451
  'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: '儲存貯體名稱不得包含大寫字元。' }],
452
452
  'i18nStrings.validationBucketLength': [{ type: 0, value: '儲存貯體名稱必須介於 3 到 63 個字元之間。' }],
@@ -448,7 +448,7 @@
448
448
  "i18nStrings.columnVersionID": [{ "type": 0, "value": "版本 ID" }],
449
449
  "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "上次修改" }],
450
450
  "i18nStrings.columnVersionSize": [{ "type": 0, "value": "尺寸" }],
451
- "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "路徑必須以 s3:// 開頭" }],
451
+ "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "路徑必須以 s3:// 開頭才有效。" }],
452
452
  "i18nStrings.validationBucketLowerCase": [{ "type": 0, "value": "儲存貯體名稱必須以小寫字元或數字開頭。" }],
453
453
  "i18nStrings.validationBucketMustNotContain": [{ "type": 0, "value": "儲存貯體名稱不得包含大寫字元。" }],
454
454
  "i18nStrings.validationBucketLength": [{ "type": 0, "value": "儲存貯體名稱必須介於 3 到 63 個字元之間。" }],
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (b34f53b7)";
2
+ export var PACKAGE_VERSION = "3.0.0 (00c3e7ae)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (b34f53b7)",
3
+ "PACKAGE_VERSION": "3.0.0 (00c3e7ae)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "b34f53b7c542ac59c0634c32822f366bf0575fe6"
2
+ "commit": "00c3e7ae5e175f7ad7a87a9b5e9571bad9aefe22"
3
3
  }
package/package.json CHANGED
@@ -113,7 +113,7 @@
113
113
  "./internal/base-component/index.js",
114
114
  "./internal/base-component/styles.css.js"
115
115
  ],
116
- "version": "3.0.440",
116
+ "version": "3.0.442",
117
117
  "repository": {
118
118
  "type": "git",
119
119
  "url": "https://github.com/cloudscape-design/components.git"