@salutejs/plasma-new-hope 0.343.1-canary.2382.20340419800.0 → 0.343.1-canary.2382.20369051129.0

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 (35) hide show
  1. package/dist/css/cjs/components/Pagination/Pagination.css +4 -4
  2. package/dist/css/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +4 -4
  3. package/dist/css/cjs/components/Select/Select.css +4 -4
  4. package/dist/css/cjs/components/Select/ui/Target/Target.css +4 -4
  5. package/dist/css/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +4 -4
  6. package/dist/css/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  7. package/dist/css/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  8. package/dist/css/cjs/components/Select/ui/Target/ui/Textfield/{Textfield.styles_q5q8aa.css → Textfield.styles_3nyj0i.css} +1 -1
  9. package/dist/css/cjs/components/Table/Table.css +4 -4
  10. package/dist/css/cjs/components/Table/ui/EditableCell/EditableCell.css +4 -4
  11. package/dist/css/cjs/components/Table/ui/HeadCell/HeadCell.css +4 -4
  12. package/dist/css/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +4 -4
  13. package/dist/css/cjs/index.css +4 -4
  14. package/dist/css/es/components/Pagination/Pagination.css +4 -4
  15. package/dist/css/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +4 -4
  16. package/dist/css/es/components/Select/Select.css +4 -4
  17. package/dist/css/es/components/Select/ui/Target/Target.css +4 -4
  18. package/dist/css/es/components/Select/ui/Target/ui/Textfield/Textfield.css +4 -4
  19. package/dist/css/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  20. package/dist/css/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  21. package/dist/css/es/components/Select/ui/Target/ui/Textfield/{Textfield.styles_q5q8aa.css → Textfield.styles_3nyj0i.css} +1 -1
  22. package/dist/css/es/components/Table/Table.css +4 -4
  23. package/dist/css/es/components/Table/ui/EditableCell/EditableCell.css +4 -4
  24. package/dist/css/es/components/Table/ui/HeadCell/HeadCell.css +4 -4
  25. package/dist/css/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +4 -4
  26. package/dist/css/es/index.css +4 -4
  27. package/dist/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +8 -8
  28. package/dist/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  29. package/dist/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +8 -8
  30. package/dist/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  31. package/dist/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -5
  32. package/dist/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
  33. package/dist/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +5 -5
  34. package/package.json +5 -5
  35. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
@@ -7,7 +7,7 @@ var mergedConfig = mergeConfig(textFieldConfig);
7
7
  var TextField = component(mergedConfig);
8
8
  export var StyledTextField = styled(TextField).withConfig({
9
9
  displayName: "Textfield.styles__StyledTextField",
10
- componentId: "sc-1adbc556-0"
10
+ componentId: "sc-f2daf08a-0"
11
11
  })([
12
12
  "",
13
13
  ":var(",
@@ -321,7 +321,7 @@ export var StyledTextField = styled(TextField).withConfig({
321
321
  ":var(",
322
322
  ");",
323
323
  ":var(",
324
- ");}"
324
+ ");box-shadow:none;}"
325
325
  ], textFieldTokens.color, tokens.textFieldColor, textFieldTokens.backgroundColor, tokens.textFieldBackgroundColor, textFieldTokens.borderColor, tokens.textFieldBorderColor, textFieldTokens.placeholderColor, tokens.textFieldPlaceholderColor, textFieldTokens.labelColor, tokens.textFieldLabelColor, textFieldTokens.leftHelperColor, tokens.textFieldLeftHelperColor, textFieldTokens.colorReadOnly, tokens.textFieldColor, textFieldTokens.backgroundColorReadOnly, function(param) {
326
326
  var opened = param.opened;
327
327
  return opened ? "var(".concat(tokens.textFieldBackgroundColorFocus, ")") : "var(".concat(tokens.textFieldBackgroundColor, ")");
@@ -337,7 +337,7 @@ export var StyledTextField = styled(TextField).withConfig({
337
337
  }, tokens.textFieldBackgroundColorFocus, classes.readOnly, textFieldTokens.colorReadOnly, tokens.textFieldColorReadOnly, textFieldTokens.backgroundColorReadOnly, tokens.textFieldBackgroundColorReadOnly, textFieldTokens.placeholderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, textFieldTokens.dividerColorReadOnly, tokens.textFieldDividerColorReadOnly, textFieldTokens.leftHelperColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, textFieldTokens.labelColorReadOnly, tokens.textFieldLabelColorReadOnly, textFieldTokens.titleCaptionColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, textFieldTokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, textFieldTokens.readOnlyOpacity, tokens.textFieldReadOnlyOpacity, textFieldTokens.chipColorReadOnly, tokens.textFieldChipColorReadOnly, textFieldTokens.chipColorReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, textFieldTokens.chipBackgroundReadOnly, tokens.textFieldChipBackgroundReadOnly, textFieldTokens.chipBackgroundReadOnlyHover, tokens.textFieldChipBackgroundReadOnlyHover, textFieldTokens.chipOpacityReadonly, tokens.textFieldChipOpacityReadonly);
338
338
  export var IconArrowWrapper = styled.div.withConfig({
339
339
  displayName: "Textfield.styles__IconArrowWrapper",
340
- componentId: "sc-1adbc556-1"
340
+ componentId: "sc-f2daf08a-1"
341
341
  })([
342
342
  "line-height:0;color:var(",
343
343
  ");cursor:",
@@ -362,7 +362,7 @@ export var sizeMap = {
362
362
  };
363
363
  export var StyledArrow = styled(IconDisclosureDownCentered).withConfig({
364
364
  displayName: "Textfield.styles__StyledArrow",
365
- componentId: "sc-1adbc556-2"
365
+ componentId: "sc-f2daf08a-2"
366
366
  })([
367
367
  "width:",
368
368
  ";height:",
@@ -376,7 +376,7 @@ export var StyledArrow = styled(IconDisclosureDownCentered).withConfig({
376
376
  });
377
377
  export var StyledLeftHelper = styled.span.withConfig({
378
378
  displayName: "Textfield.styles__StyledLeftHelper",
379
- componentId: "sc-1adbc556-3"
379
+ componentId: "sc-f2daf08a-3"
380
380
  })([
381
381
  "margin:0;padding:0;"
382
382
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.343.1-canary.2382.20340419800.0",
3
+ "version": "0.343.1-canary.2382.20369051129.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "exports": {
6
6
  ".": {
@@ -92,8 +92,8 @@
92
92
  "@rollup/plugin-babel": "^6.0.4",
93
93
  "@rollup/plugin-commonjs": "^25.0.4",
94
94
  "@rollup/plugin-node-resolve": "^15.1.0",
95
- "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20340419800.0",
96
- "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20340419800.0",
95
+ "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20369051129.0",
96
+ "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20369051129.0",
97
97
  "@salutejs/plasma-themes": "0.38.0",
98
98
  "@types/lodash": "^4.14.191",
99
99
  "@types/lodash.chunk": "4.2.9",
@@ -122,7 +122,7 @@
122
122
  "@linaria/react": "5.0.3",
123
123
  "@popperjs/core": "2.11.8",
124
124
  "@salutejs/input-core": "2.1.2",
125
- "@salutejs/plasma-core": "1.211.1-canary.2382.20340419800.0",
125
+ "@salutejs/plasma-core": "1.211.1-canary.2382.20369051129.0",
126
126
  "@salutejs/react-maskinput": "3.3.2",
127
127
  "@tanstack/react-table": "8.21.2",
128
128
  "@tanstack/react-virtual": "3.13.2",
@@ -142,5 +142,5 @@
142
142
  "sideEffects": [
143
143
  "*.css"
144
144
  ],
145
- "gitHead": "aded7101b5da61b65fa0c308fc26dc116172a7e6"
145
+ "gitHead": "1f5f8366c179665003d427671c921da4188bebba"
146
146
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;;kBAqFhB,MAAO,YAAY;mBACtB,MAAO,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJAgHlF,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}
1
+ {"version":3,"file":"Textfield.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.styles.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;YAA+B,OAAO;eAAa,OAAO;;;;;;;;;;kBAqFhB,MAAO,YAAY;mBACtB,MAAO,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAJN,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;oCAhFvC,CAAC;;;;;;;;;;;;;wBA4EgC,YAAY;yBACf,YAAY;;;oCAGJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;sJAkHlF,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAA2B,OAAO;eAAa,OAAO;EAgBlF,CAAC;AAGF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAG1C,CAAC;AAEF,eAAO,MAAM,WAAW,8JAGvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAG5B,CAAC"}