{"version":3,"sources":["../src/Token/_TokenTextContainer.module.css.js"],"names":[],"mappings":"AAAA,oCAiBE,sBAAuB,CACvB,WAAY,CAVZ,aAAc,CAGd,kBAAmB,CAQnB,WAAY,CAbZ,YAAa,CACb,kDAA+C,CAH/C,QAAS,CAFT,WAAY,CAGZ,eAAgB,CAFhB,SAAU,CASV,4BAAqB,CAArB,oBAAqB,CACrB,sBAAuB,CACvB,kBAAmB,CAbnB,UAAW,CAmBX,8BAA+B,CAC/B,+BAAgC,CAChC,eACF,CAOA,gEACE,cACF,CAOA,sEAIE,QAAS,CAET,UAAW,CADX,MAAO,CAJP,iBAAkB,CAElB,OAAQ,CADR,KAKF","file":"_TokenTextContainer-55ce2de3.css","sourcesContent":[".TokenTextContainer {\n  width: auto;\n  min-width: 0;\n  padding: 0;\n  margin: 0;\n  overflow: hidden;\n  font: inherit;\n  line-height: var(--base-text-lineHeight-normal);\n  color: inherit;\n\n  /* reset anchor styles */\n  color: currentColor;\n  text-decoration: none;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n\n  /* reset button styles, make the cursor a pointer, and add line-height */\n  background: transparent;\n  border: none;\n  flex-grow: 1;\n  -webkit-font-smoothing: inherit;\n  -moz-osx-font-smoothing: inherit;\n  appearance: none;\n}\n\n/* Position psuedo-element above text content, but below the\n  remove button.\n  This ensures the <a> or <button> receives the click no\n  matter where on the token the user clicks. */\n/* stylelint-disable-next-line selector-max-type, selector-no-qualifying-type */\n.TokenTextContainer:is(a, button, [tabIndex='0']) {\n  cursor: pointer;\n}\n\n/* Position psuedo-element above text content, but below the\n  remove button.\n  This ensures the <a> or <button> receives the click no\n  matter where on the token the user clicks. */\n/* stylelint-disable-next-line selector-max-type, selector-no-qualifying-type */\n.TokenTextContainer:is(a, button, [tabIndex='0'])::after {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  content: '';\n}\n"]}