@cascivo/editor 0.2.6 → 0.2.10

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 urbanisierung
3
+ Copyright (c) cascivo contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.js CHANGED
@@ -1430,6 +1430,7 @@ var P = {
1430
1430
  readOnly: b,
1431
1431
  disabled: x,
1432
1432
  spellCheck: oe,
1433
+ role: "combobox",
1433
1434
  "aria-label": se ?? c(s.editor.label),
1434
1435
  "aria-expanded": W.value,
1435
1436
  "aria-controls": W.value ? ot : void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/editor",
3
- "version": "0.2.6",
3
+ "version": "0.2.10",
4
4
  "private": false,
5
5
  "description": "Lightweight CSS-native code editor — native textarea overlay + owned zero-dependency tokenizer",
6
6
  "keywords": [
@@ -43,8 +43,8 @@
43
43
  "provenance": true
44
44
  },
45
45
  "dependencies": {
46
- "@cascivo/core": "^0.2.3",
47
- "@cascivo/i18n": "^0.1.11"
46
+ "@cascivo/core": "^0.2.6",
47
+ "@cascivo/i18n": "^0.2.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@testing-library/jest-dom": "^6.9.1",