microboard-ui-temp 0.9.10 → 0.9.11

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.
@@ -6521,6 +6521,7 @@ td.currentTariff_0VfwRg {
6521
6521
  display: flex;
6522
6522
  white-space: nowrap;
6523
6523
  cursor: pointer;
6524
+ color: var(--text-base-primary);
6524
6525
  background: none;
6525
6526
  border-radius: 6px;
6526
6527
  align-items: center;
@@ -7339,8 +7340,9 @@ td.currentTariff_0VfwRg {
7339
7340
  /* src/entities/Folder/DraggingItem.module.css */
7340
7341
  .item_f6AqBQ {
7341
7342
  display: flex;
7342
- background-color: #f7f7f8;
7343
- border: 1px solid #c8cad0;
7343
+ background-color: var(--background-button-secondary);
7344
+ border: 1px solid var(--border-action-normal);
7345
+ color: var(--text-base-primary);
7344
7346
  align-items: center;
7345
7347
  gap: 4px;
7346
7348
  padding: 8px 16px;
@@ -8332,6 +8334,7 @@ td.currentTariff_0VfwRg {
8332
8334
  .item_W71HlQ {
8333
8335
  display: flex;
8334
8336
  cursor: pointer;
8337
+ color: var(--text-base-primary);
8335
8338
  background: none;
8336
8339
  border-radius: 6px;
8337
8340
  align-items: center;
package/dist/example.html CHANGED
@@ -44,7 +44,7 @@
44
44
  document.documentElement.setAttribute("data-theme", t);
45
45
  })();
46
46
  </script>
47
- <link rel="stylesheet" crossorigin href="/chunk-0xvj525m.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
47
+ <link rel="stylesheet" crossorigin href="/chunk-zhvezs8w.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
48
48
 
49
49
  <body
50
50
  style="
package/dist/index.css CHANGED
@@ -6279,6 +6279,7 @@ td.currentTariff_0VfwRg {
6279
6279
  display: flex;
6280
6280
  white-space: nowrap;
6281
6281
  cursor: pointer;
6282
+ color: var(--text-base-primary);
6282
6283
  background: none;
6283
6284
  border-radius: 6px;
6284
6285
  align-items: center;
@@ -7097,8 +7098,9 @@ td.currentTariff_0VfwRg {
7097
7098
  /* src/entities/Folder/DraggingItem.module.css */
7098
7099
  .item_f6AqBQ {
7099
7100
  display: flex;
7100
- background-color: #f7f7f8;
7101
- border: 1px solid #c8cad0;
7101
+ background-color: var(--background-button-secondary);
7102
+ border: 1px solid var(--border-action-normal);
7103
+ color: var(--text-base-primary);
7102
7104
  align-items: center;
7103
7105
  gap: 4px;
7104
7106
  padding: 8px 16px;
@@ -8090,6 +8092,7 @@ td.currentTariff_0VfwRg {
8090
8092
  .item_W71HlQ {
8091
8093
  display: flex;
8092
8094
  cursor: pointer;
8095
+ color: var(--text-base-primary);
8093
8096
  background: none;
8094
8097
  border-radius: 6px;
8095
8098
  align-items: center;
package/dist/index.html CHANGED
@@ -44,7 +44,7 @@
44
44
  document.documentElement.setAttribute("data-theme", t);
45
45
  })();
46
46
  </script>
47
- <link rel="stylesheet" crossorigin href="/chunk-0xvj525m.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
47
+ <link rel="stylesheet" crossorigin href="/chunk-zhvezs8w.css"><script type="module" crossorigin src="/chunk-4r8btzmr.js"></script></head>
48
48
 
49
49
  <body
50
50
  style="
package/dist/spa.css CHANGED
@@ -6282,6 +6282,7 @@ td.currentTariff_0VfwRg {
6282
6282
  display: flex;
6283
6283
  white-space: nowrap;
6284
6284
  cursor: pointer;
6285
+ color: var(--text-base-primary);
6285
6286
  background: none;
6286
6287
  border-radius: 6px;
6287
6288
  align-items: center;
@@ -7100,8 +7101,9 @@ td.currentTariff_0VfwRg {
7100
7101
  /* src/entities/Folder/DraggingItem.module.css */
7101
7102
  .item_f6AqBQ {
7102
7103
  display: flex;
7103
- background-color: #f7f7f8;
7104
- border: 1px solid #c8cad0;
7104
+ background-color: var(--background-button-secondary);
7105
+ border: 1px solid var(--border-action-normal);
7106
+ color: var(--text-base-primary);
7105
7107
  align-items: center;
7106
7108
  gap: 4px;
7107
7109
  padding: 8px 16px;
@@ -8093,6 +8095,7 @@ td.currentTariff_0VfwRg {
8093
8095
  .item_W71HlQ {
8094
8096
  display: flex;
8095
8097
  cursor: pointer;
8098
+ color: var(--text-base-primary);
8096
8099
  background: none;
8097
8100
  border-radius: 6px;
8098
8101
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",